(0.1ms)  DROP TABLE IF EXISTS "users"
 (0.1ms)  SELECT sqlite_version(*)
 (122.6ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar, "status" boolean, "deleted" boolean)
 (77.8ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (0.2ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_email' AND type='index'



 (76.9ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (88.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (69.6ms)  INSERT INTO "schema_migrations" (version) VALUES (20170916144801)
 (66.1ms)  INSERT INTO "schema_migrations" (version) VALUES

(20170916144726);



 (72.5ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2017-09-16 14:51:05.240296"], ["updated_at", "2017-09-16 14:51:05.240296"]]
 (60.3ms)  commit transaction
ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  DROP TABLE IF EXISTS "users"
 (0.1ms)  SELECT sqlite_version(*)
 (110.1ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar, "status" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f')
 (77.0ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (0.4ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_email' AND type='index'



 (86.9ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (77.3ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (49.9ms)  INSERT INTO "schema_migrations" (version) VALUES (20170916144801)
 (84.6ms)  INSERT INTO "schema_migrations" (version) VALUES

(20170916144726);



 (82.6ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
ActiveRecord::InternalMetadata Load (0.3ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2017-09-16 14:53:32.037630"], ["updated_at", "2017-09-16 14:53:32.037630"]]
 (60.3ms)  commit transaction
ActiveRecord::InternalMetadata Load (0.2ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madalyn.beahan@corkery.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "madalyn.beahan@corkery.co"], ["encrypted_password", "$2a$04$W/cXmn0sGNbT6wm5lUCfGutl7C3/XpmScUrssPhdyIleBk49gAnj6"], ["created_at", "2017-09-16 14:53:32.528285"], ["updated_at", "2017-09-16 14:53:32.528285"], ["name", "Miss Adell MacGyver"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "easter@bayer.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "easter@bayer.org"], ["encrypted_password", "$2a$04$.vnvDzXrNO5XCgUoVoikcurVJLaKGD3IDlxigIphAEQQO/r7MSUAG"], ["created_at", "2017-09-16 14:53:32.537001"], ["updated_at", "2017-09-16 14:53:32.537001"], ["name", "Reggie Christiansen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "johnathon.waelchi@krajcik.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "johnathon.waelchi@krajcik.name"], ["encrypted_password", "$2a$04$sCIWH0Yw2kK1aVkrRmCo7OD8pPHEY1q6mqieIwoGV5QsWKdHiwazu"], ["created_at", "2017-09-16 14:53:32.546276"], ["updated_at", "2017-09-16 14:53:32.546276"], ["name", "Arnaldo Quitzon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory@wittingbode.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emory@wittingbode.co"], ["encrypted_password", "$2a$04$yu.oUB56zsmn/l4M0kvdkOWLk4waEpA2R6Fl3jdQrAaFXl6m83Ywu"], ["created_at", "2017-09-16 14:53:32.554221"], ["updated_at", "2017-09-16 14:53:32.554221"], ["name", "Dr. Montana Spinka"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "savanah@gutkowski.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "savanah@gutkowski.net"], ["encrypted_password", "$2a$04$p/k3/FY7z51I3c/sei67HOBci5VbGC.SWVWvQQhxhz1LRqUa8j9zC"], ["created_at", "2017-09-16 14:53:32.563648"], ["updated_at", "2017-09-16 14:53:32.563648"], ["name", "Marquis Gutkowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "curtis@heidenreich.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "curtis@heidenreich.io"], ["encrypted_password", "$2a$04$Eu2aoOM55CDHLkRAYanwzOfjmKijslblO2T2U1kmstog5DKOZQpqu"], ["created_at", "2017-09-16 14:54:31.100508"], ["updated_at", "2017-09-16 14:54:31.100508"], ["name", "Joshua Larson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ania@stokesraynor.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ania@stokesraynor.io"], ["encrypted_password", "$2a$04$EJHne/.y9T3s4Xw3TWNx0eUogZHWcx3Q0PDFHEBtoVmayg/Hljc3C"], ["created_at", "2017-09-16 14:54:31.109684"], ["updated_at", "2017-09-16 14:54:31.109684"], ["name", "Shayna Goldner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "murphy@tillmanchamplin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "murphy@tillmanchamplin.co"], ["encrypted_password", "$2a$04$Jpbvplqpgh4oHJYQ3Z6A1uAp790cRdEe0brsjKCWG5ebcwRN5dcgG"], ["created_at", "2017-09-16 14:54:31.116568"], ["updated_at", "2017-09-16 14:54:31.116568"], ["name", "Lupe Dicki"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kendrick.johnston@steuber.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kendrick.johnston@steuber.net"], ["encrypted_password", "$2a$04$KMbp./iHcwzeAuFjUh7/D.53YprQE2fNr762.U9hSMwuxR82zs7cC"], ["created_at", "2017-09-16 14:54:31.123320"], ["updated_at", "2017-09-16 14:54:31.123320"], ["name", "Gertrude Morar"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alyon.kilback@jacobsonsmith.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alyon.kilback@jacobsonsmith.info"], ["encrypted_password", "$2a$04$DjWlli2fFOtcwq1SrTdf0uCJr3fJ1jXXVqzD33vgRffs/18rnoI9K"], ["created_at", "2017-09-16 14:54:31.130992"], ["updated_at", "2017-09-16 14:54:31.130992"], ["name", "Mrs. Colt Waters"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brennon@bergnaum.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brennon@bergnaum.org"], ["encrypted_password", "$2a$04$yKxOeyf7u5hRNxJLuVD2OeBnv9i3/dPb0VJ0LUUY2.IRVpHI6YJxS"], ["created_at", "2017-09-16 14:55:21.134097"], ["updated_at", "2017-09-16 14:55:21.134097"], ["name", "Gregory Howell Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cary@leuschke.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cary@leuschke.info"], ["encrypted_password", "$2a$04$W175MZOy0tHwj9CIYU0wPuvizQD3/vQ/yI.SJUsHE0Srmy8u1l1/q"], ["created_at", "2017-09-16 14:55:21.142784"], ["updated_at", "2017-09-16 14:55:21.142784"], ["name", "Miles Kertzmann DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "berry.strosin@pollich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "berry.strosin@pollich.co"], ["encrypted_password", "$2a$04$temqUXalZXFiqUqM8OJOveVSPy0tPhlcSLqzKPybeM9qaPgwQvFv6"], ["created_at", "2017-09-16 14:55:21.151523"], ["updated_at", "2017-09-16 14:55:21.151523"], ["name", "Maeve Harvey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anibal_daniel@koepp.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "anibal_daniel@koepp.com"], ["encrypted_password", "$2a$04$5RvnMm9BBjCN1R5ZTHslGeR3B2co7TpqsvBwj9.Buod7rJ.bS0U92"], ["created_at", "2017-09-16 14:55:21.158577"], ["updated_at", "2017-09-16 14:55:21.158577"], ["name", "Gina Hills"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "donnell_cronin@baileyzieme.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "donnell_cronin@baileyzieme.name"], ["encrypted_password", "$2a$04$1Bez/TsY/nOzFFhXHc9.UOSRavkcpVF6Q42WC27PIwDdi86KZQrIa"], ["created_at", "2017-09-16 14:55:21.166322"], ["updated_at", "2017-09-16 14:55:21.166322"], ["name", "Narciso Lockman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kelton@gleichner.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kelton@gleichner.net"], ["encrypted_password", "$2a$04$GRGksO9PoGUFXP4q0AY5aOK5GFfTRnDAxY3wjT8W.5KfpXnk7wtSu"], ["created_at", "2017-09-16 14:55:40.419284"], ["updated_at", "2017-09-16 14:55:40.419284"], ["name", "Jaren Douglas"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keven@denesikgutkowski.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keven@denesikgutkowski.name"], ["encrypted_password", "$2a$04$7dZAoW7MuQQZ.a0KKrTJ2OWeiSgUCvWhFYn.SDVHcH8y2avuze49W"], ["created_at", "2017-09-16 14:55:40.427945"], ["updated_at", "2017-09-16 14:55:40.427945"], ["name", "Mertie Ward"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kenny_von@mertz.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kenny_von@mertz.net"], ["encrypted_password", "$2a$04$Bvv1hEOdqYTP2HgWWBlR3eLgC.pGFQIxNXKit9g88Bm6z/5FzoegC"], ["created_at", "2017-09-16 14:55:40.435257"], ["updated_at", "2017-09-16 14:55:40.435257"], ["name", "Ottilie Dickinson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "neoma@kreiger.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "neoma@kreiger.org"], ["encrypted_password", "$2a$04$D7oouQg7R.S.OHSRpx0t1usuZNFfxRSq0Na1vESjsdmGc6NSbaPpW"], ["created_at", "2017-09-16 14:55:40.443660"], ["updated_at", "2017-09-16 14:55:40.443660"], ["name", "Shayne Marvin"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leonora.herzog@mayer.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leonora.herzog@mayer.co"], ["encrypted_password", "$2a$04$F14f5BoK/ACnSAaFdHn9ZuZze6UtdqW0dTvrZ/YN7/ZyUiPcqqUCG"], ["created_at", "2017-09-16 14:55:40.450835"], ["updated_at", "2017-09-16 14:55:40.450835"], ["name", "Mr. Floy Kertzmann"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "virgie@windler.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "virgie@windler.co"], ["encrypted_password", "$2a$04$kARlj9qFctJzUW3Uqk3QT.7eVZQoWhXq/dxHFwwazQKXfXu2i7tby"], ["created_at", "2017-09-16 14:55:56.799922"], ["updated_at", "2017-09-16 14:55:56.799922"], ["name", "Dr. Brooklyn Toy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reggie@heidenreichswift.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "reggie@heidenreichswift.info"], ["encrypted_password", "$2a$04$v1FGqGes11SBdNKkKyuTeeCt8mYRYZmiQbKhQ98KjIGd0M0Bjk5iO"], ["created_at", "2017-09-16 14:58:40.053205"], ["updated_at", "2017-09-16 14:58:40.053205"], ["name", "Yasmeen Weber"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rasheed@walsh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rasheed@walsh.name"], ["encrypted_password", "$2a$04$j0sn01cjpucF7tsP/03H9egfAHBb3vNhKVjsDhl5pTu7wBfVXvO2W"], ["created_at", "2017-09-16 14:58:40.062289"], ["updated_at", "2017-09-16 14:58:40.062289"], ["name", "Kaia Ferry"], ["status", "t"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carol.gerhold@cummings.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carol.gerhold@cummings.io"], ["encrypted_password", "$2a$04$TGhJM6Ayl4H5bel6PzB.xuczV17GHPvr9RofhBBJzXILWy/2vFVfG"], ["created_at", "2017-09-16 14:58:40.071148"], ["updated_at", "2017-09-16 14:58:40.071148"], ["name", "Jaida Feest"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kamille@jaskolski.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kamille@jaskolski.name"], ["encrypted_password", "$2a$04$Bx.ZkPg.jLIVc/SMfTO1jO1MXqMBaBbTsTK7vjVq8IMN6Zv64j/86"], ["created_at", "2017-09-16 14:58:40.078556"], ["updated_at", "2017-09-16 14:58:40.078556"], ["name", "Alexys Harber"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@keler.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "loyal@keler.net"], ["encrypted_password", "$2a$04$20C2SxhWvxDFsH8oLN0ir.vRpVUWvlKz4h/XCgzOxH6/H.zyqmVHm"], ["created_at", "2017-09-16 14:58:40.086409"], ["updated_at", "2017-09-16 14:58:40.086409"], ["name", "Lucious Little"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ettie_labadie@koepp.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ettie_labadie@koepp.io"], ["encrypted_password", "$2a$04$poxAJnunc351nFgIVpcC5uP1PszuBXDnwBzLz/Ih4xtK40xfKLooG"], ["created_at", "2017-09-16 14:59:03.796055"], ["updated_at", "2017-09-16 14:59:03.796055"], ["name", "Delaney Terry"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "junior@hegmannmedhurst.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "junior@hegmannmedhurst.biz"], ["encrypted_password", "$2a$04$fDGpTJrwq0LLMu3d3N49fOMcL5qhPpa9PDsz02Ag9Ic4tGr4MqL2S"], ["created_at", "2017-09-16 14:59:03.804205"], ["updated_at", "2017-09-16 14:59:03.804205"], ["name", "Stephon Kertzmann III"], ["status", "t"]]
 (3.7ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madeline@rathfisher.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "madeline@rathfisher.io"], ["encrypted_password", "$2a$04$avQ6J.yJy7IPLjXxyr/M0OIKiIkQ8XINBIJhHDoXTYPH8wlpqRp7u"], ["created_at", "2017-09-16 14:59:19.739093"], ["updated_at", "2017-09-16 14:59:19.739093"], ["name", "Amie O'Kon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gay.rodriguez@considine.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gay.rodriguez@considine.info"], ["encrypted_password", "$2a$04$SILPmHjyu3yAEMro0zjCP.wnthCqd.pEy5TJjouymW4vAYxqc.WL2"], ["created_at", "2017-09-16 14:59:19.775488"], ["updated_at", "2017-09-16 14:59:19.775488"], ["name", "Hank Ankunding"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joaquin@douglas.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joaquin@douglas.io"], ["encrypted_password", "$2a$04$DpV3VTZ2fA/GDY2KmsnH1uIt.cX.BJW/EkfHdkFVvHaaTAq0ZpH1m"], ["created_at", "2017-09-16 14:59:50.443426"], ["updated_at", "2017-09-16 14:59:50.443426"], ["name", "Cortez Rogahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "casimir_boyer@cormier.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "casimir_boyer@cormier.info"], ["encrypted_password", "$2a$04$5AwTDbuIQ5uasLoXA8eElOl.2QgcJCV/VfUlQIL2BI8MiEud7KWVi"], ["created_at", "2017-09-16 14:59:50.453796"], ["updated_at", "2017-09-16 14:59:50.453796"], ["name", "Haskell Dach"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "neha@mcglynn.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "neha@mcglynn.name"], ["encrypted_password", "$2a$04$WXFAQkWvv3SCJxgO6MUEjO/JDTfWgmmG2uk1tYAjzAZoqF7/z1JJe"], ["created_at", "2017-09-16 15:00:00.765717"], ["updated_at", "2017-09-16 15:00:00.765717"], ["name", "Esther Kunde"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keanu.jakubowski@schiller.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keanu.jakubowski@schiller.name"], ["encrypted_password", "$2a$04$OrtZWIQvjPxFXpI2g3UJ/enEdl2967AcdWhEMf3QeI7pON3vDtz2q"], ["created_at", "2017-09-16 15:00:00.774632"], ["updated_at", "2017-09-16 15:00:00.774632"], ["name", "Alexzander Schuppe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaylon_cremin@borer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaylon_cremin@borer.org"], ["encrypted_password", "$2a$04$LS2DmM8/iy/UIcz0yH2.9O2Un.eYmGxZs5xyizVFISJN3Ua.KAHqO"], ["created_at", "2017-09-16 15:00:00.784561"], ["updated_at", "2017-09-16 15:00:00.784561"], ["name", "Mrs. General Hahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hettie_bins@blanda.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hettie_bins@blanda.net"], ["encrypted_password", "$2a$04$tY/0JoIxvzpjuJFxqqBKsOUIAFP6Ea0F9xyu8whfmuWzv6Gkf/dJq"], ["created_at", "2017-09-16 15:00:00.792132"], ["updated_at", "2017-09-16 15:00:00.792132"], ["name", "Fausto Renner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hillary.moriette@ebert.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hillary.moriette@ebert.name"], ["encrypted_password", "$2a$04$PQ7Yi86bVZt2YHbhoj3vZOHlim8BvrVN9Lzo6WxD2MsmKjdYkwjSK"], ["created_at", "2017-09-16 15:00:00.799566"], ["updated_at", "2017-09-16 15:00:00.799566"], ["name", "Stephanie Carter Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jefferey@heaney.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jefferey@heaney.info"], ["encrypted_password", "$2a$04$8ioaTlQEp6ZIpGl4xrGkseql0C1jmPfVa0.1JpujL32RIvYzEidNO"], ["created_at", "2017-09-16 15:00:00.806785"], ["updated_at", "2017-09-16 15:00:00.806785"], ["name", "Fausto Shields"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emile@braunhand.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emile@braunhand.name"], ["encrypted_password", "$2a$04$U81nVWPgWLs6sOTEcdMWvOsR3Bewb8RjgtgWwwl6Mx00kxN6anrei"], ["created_at", "2017-09-16 15:05:33.620732"], ["updated_at", "2017-09-16 15:05:33.620732"], ["name", "Elias Wintheiser"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "treie@okeefe.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "treie@okeefe.com"], ["encrypted_password", "$2a$04$8VGyo8EV1o7tfG33Dtn6ROSASNkX1v.AcmWu0UziTp3wIh3Q7BVCm"], ["created_at", "2017-09-16 15:05:33.629808"], ["updated_at", "2017-09-16 15:05:33.629808"], ["name", "Else Gutkowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garrison@moriette.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "garrison@moriette.biz"], ["encrypted_password", "$2a$04$evxUnFxYP8FhBjL8f/Y7eu3idFN6wF0pycMQmk8GN9InbELANaCSe"], ["created_at", "2017-09-16 15:05:33.639372"], ["updated_at", "2017-09-16 15:05:33.639372"], ["name", "Kali Kreiger"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vickie@effertz.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vickie@effertz.biz"], ["encrypted_password", "$2a$04$JaMt8AFqKyU7abb0HPFx6eCNwZo4e3bW6Ppbaml4Anz/.IxMtR6Oi"], ["created_at", "2017-09-16 15:05:33.648675"], ["updated_at", "2017-09-16 15:05:33.648675"], ["name", "Elody Funk"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "misty.cummings@renner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "misty.cummings@renner.info"], ["encrypted_password", "$2a$04$9dgcu6o8HvPB.A1FR85SMOJ1bJ05HpXU6Ehg6px0kWhKWZU3TLzRy"], ["created_at", "2017-09-16 15:05:33.658482"], ["updated_at", "2017-09-16 15:05:33.658482"], ["name", "Esta Watsica"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jalen_doyle@toy.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jalen_doyle@toy.org"], ["encrypted_password", "$2a$04$VXP8g29jluLz2a0NYEhiXOLNqCJFvbcfm5O1zjtTIfgfO3bHiKceK"], ["created_at", "2017-09-16 15:05:33.667847"], ["updated_at", "2017-09-16 15:05:33.667847"], ["name", "Dejuan Johnston Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keenan_bernhard@harber.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keenan_bernhard@harber.net"], ["encrypted_password", "$2a$04$s2aypxqCYoDjcNN9o7rJl.0M.J2l4TNvqazipHqfTgITQe71rdm8O"], ["created_at", "2017-09-16 15:06:40.668560"], ["updated_at", "2017-09-16 15:06:40.668560"], ["name", "Patrick Reynolds DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "robyn@muellerlesch.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "robyn@muellerlesch.io"], ["encrypted_password", "$2a$04$qArlGlRQoo2hzawnWrvhVOBW8NyttDoYXdTHch5zBjAlvak264a0S"], ["created_at", "2017-09-16 15:06:40.677307"], ["updated_at", "2017-09-16 15:06:40.677307"], ["name", "Ms. Hilton Brakus"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "savanna@satterfieldbernhard.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "savanna@satterfieldbernhard.name"], ["encrypted_password", "$2a$04$wTj8pCf0reIR7QPRtaYv.O9jD4FodVedvIBFLxpsOV5eFcgVjBlgG"], ["created_at", "2017-09-16 15:06:40.685837"], ["updated_at", "2017-09-16 15:06:40.685837"], ["name", "Mr. Leo Weber"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stefan_hane@leschorn.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stefan_hane@leschorn.io"], ["encrypted_password", "$2a$04$C5MKALGeZuEu7u5vXzs7Huib8r56t5QUBop/6kicBkUknE.Bq7uW6"], ["created_at", "2017-09-16 15:06:40.695585"], ["updated_at", "2017-09-16 15:06:40.695585"], ["name", "Judd Hauck"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myra.romaguera@kaulkedietrich.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "myra.romaguera@kaulkedietrich.org"], ["encrypted_password", "$2a$04$wCprfEvzXWWtyrAtg.DKW.wlizfuR8S7uisqHkLTu0tUOHjfmiETu"], ["created_at", "2017-09-16 15:06:40.705383"], ["updated_at", "2017-09-16 15:06:40.705383"], ["name", "Sonia Lehner V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elwyn@jastemard.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elwyn@jastemard.net"], ["encrypted_password", "$2a$04$Q82MfpUqEXsw9PUXFOzyuu8OSVtx/YHUdVzyTq5f2zAQNcPws1LZu"], ["created_at", "2017-09-16 15:07:07.224654"], ["updated_at", "2017-09-16 15:07:07.224654"], ["name", "Miss Elvis McDermott"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "verna@predovic.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "verna@predovic.org"], ["encrypted_password", "$2a$04$rjL/4KiCrmCIuYrhKoRyr.OavQEN75lfQwc4oP6Us3zr2qg/So3r2"], ["created_at", "2017-09-16 15:07:07.234892"], ["updated_at", "2017-09-16 15:07:07.234892"], ["name", "Dr. Addison Wolff"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jacklyn@mannbarrows.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jacklyn@mannbarrows.name"], ["encrypted_password", "$2a$04$q5P8VDFy5CAH77ziUC/5rOMqWEwCproNImw2NbL61iKwcvmcJO9VO"], ["created_at", "2017-09-16 15:07:07.243724"], ["updated_at", "2017-09-16 15:07:07.243724"], ["name", "Dexter Heathcote"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kelli@zboncak.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kelli@zboncak.name"], ["encrypted_password", "$2a$04$ek3bpUky4.s0Bmp/7Hy0JuDkckSyvIoudqrKvuJT8GE78CnlWOT2S"], ["created_at", "2017-09-16 15:07:07.253678"], ["updated_at", "2017-09-16 15:07:07.253678"], ["name", "Katelyn Cronin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mayra@gerhold.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mayra@gerhold.co"], ["encrypted_password", "$2a$04$IMSgeFZg/RSeZRhxMMjsi.FXfqxIxWh8PzHtrMDN3Y0v9iElz8SN6"], ["created_at", "2017-09-16 15:07:07.262330"], ["updated_at", "2017-09-16 15:07:07.262330"], ["name", "Hannah Cruickshank"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?  [["key", "environment"]]
 (0.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?  [["key", "environment"]]
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?  [["key", "environment"]]
 (0.1ms)  DROP TABLE IF EXISTS "users"
 (0.1ms)  SELECT sqlite_version(*)
 (99.6ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar, "status" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "admin" boolean DEFAULT 'f')
 (77.5ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (0.3ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_email' AND type='index'



 (177.2ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (110.9ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (99.0ms)  INSERT INTO "schema_migrations" (version) VALUES (20170916152429)
 (88.7ms)  INSERT INTO "schema_migrations" (version) VALUES

(20170916144801), (20170916144726);



 (113.3ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
ActiveRecord::InternalMetadata Load (0.5ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2017-09-16 15:25:45.851534"], ["updated_at", "2017-09-16 15:25:45.851534"]]
 (67.7ms)  commit transaction
ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.0ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mozelle.hartmann@conroyturcotte.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mozelle.hartmann@conroyturcotte.net"], ["encrypted_password", "$2a$04$vvE3lfOsV1qFD1DaQNy3XOmjqEnNUnoSDbaZ2UQdVZABv7dOx.PIu"], ["created_at", "2017-09-16 15:25:46.329977"], ["updated_at", "2017-09-16 15:25:46.329977"], ["name", "Judy Muller IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maryse_blanda@cruickshank.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maryse_blanda@cruickshank.biz"], ["encrypted_password", "$2a$04$ZqHM2hY4A6z0/zjpC3ckv.ym1TGikfM/egMLHlvH0nu3glEOZikUK"], ["created_at", "2017-09-16 15:25:46.343929"], ["updated_at", "2017-09-16 15:25:46.343929"], ["name", "Rose Lindgren"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mozelle@hoeger.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mozelle@hoeger.info"], ["encrypted_password", "$2a$04$HEeo6eIW3GeH75wL0Y16Ju/IRLF08yZRyok3rcfv4SYdT2AEEmE8i"], ["created_at", "2017-09-16 15:25:46.352401"], ["updated_at", "2017-09-16 15:25:46.352401"], ["name", "Idella Leffler"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gloria@abbott.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gloria@abbott.info"], ["encrypted_password", "$2a$04$TqD8NTeeR1gTl7T2mB5X7egxpLO4nSm04oaHKD4YXzkFnv78exS32"], ["created_at", "2017-09-16 15:25:46.361542"], ["updated_at", "2017-09-16 15:25:46.361542"], ["name", "Keyon Hudson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mina@kshlerin.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mina@kshlerin.org"], ["encrypted_password", "$2a$04$YjsAogucN3sM02V90.MXLetmrpSJQLCMW7hpWxySdDpaaiTlgnolu"], ["created_at", "2017-09-16 15:25:46.370538"], ["updated_at", "2017-09-16 15:25:46.370538"], ["name", "Bernhard Romaguera MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 22ms (Views: 4.5ms | ActiveRecord: 0.7ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 16ms (Views: 0.7ms | ActiveRecord: 0.6ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 16ms (Views: 0.7ms | ActiveRecord: 0.6ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.4ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 33ms (Views: 7.6ms | ActiveRecord: 1.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.4ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "josie@buckridge.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "josie@buckridge.io"], ["encrypted_password", "$2a$04$OFdoBYWB6HJSLOpHfk5veegTzoxjWc5FwcAZdwxs.49nZtDtwN6S2"], ["created_at", "2017-09-16 15:50:09.262498"], ["updated_at", "2017-09-16 15:50:09.262498"], ["name", "Orpha Crist"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "buddy_rogahn@flatley.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "buddy_rogahn@flatley.org"], ["encrypted_password", "$2a$04$GVC0GXVIkFbHn3wntpSzc.8W4sbCRP7B11fIdU6DEUE//nNiSXgEO"], ["created_at", "2017-09-16 15:50:09.280615"], ["updated_at", "2017-09-16 15:50:09.280615"], ["name", "Jalyn Koch DDS"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "demetrius@zboncak.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "demetrius@zboncak.info"], ["encrypted_password", "$2a$04$txsWsbOuZFINosNk94yLYOm2nuATjCnCRbnDSJ/zaikM2KE.0AVrW"], ["created_at", "2017-09-16 15:50:09.304367"], ["updated_at", "2017-09-16 15:50:09.304367"], ["name", "Mr. Mireya Wilderman"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"email"=>"elouise@lynchlang.com", "name"=>"Sibyl Kessler", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elouise@lynchlang.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "elouise@lynchlang.com"], ["encrypted_password", "$2a$04$HbDgWEUSb4/XCQ0YVq..X.oYsuaMCTl48bQPelObdCY69V4bC2n8K"], ["created_at", "2017-09-16 15:50:09.325782"], ["updated_at", "2017-09-16 15:50:09.325782"], ["name", "Sibyl Kessler"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"email"=>"blake.lemke@corwin.io", "name"=>"Hollis Mraz", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "blake.lemke@corwin.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "blake.lemke@corwin.io"], ["encrypted_password", "$2a$04$dYXGSLN7GVZPiN1.CN7TWOwFxux180uvEWMcu7h.D7Uht7EHqGOA."], ["created_at", "2017-09-16 15:50:09.338147"], ["updated_at", "2017-09-16 15:50:09.338147"], ["name", "Hollis Mraz"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 1.1ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alfonzo@lindgren.org"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "alfonzo@lindgren.org"], ["encrypted_password", "$2a$04$MfHnG/V5EkapIIysJ5W8COuW6rnzOZ2r1Sn8PRCgOx5X3qBgPqXLC"], ["created_at", "2017-09-16 15:50:09.375655"], ["updated_at", "2017-09-16 15:50:09.375655"], ["name", "Mrs. Denis Feest"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mateo_fay@waelchi.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "mateo_fay@waelchi.net"], ["encrypted_password", "$2a$04$wXpYNhWxMY7VpgoFg4XKoeZUWU2Sa1HZ/f8PatzA7xHFPdRTNgwsS"], ["created_at", "2017-09-16 15:50:09.387549"], ["updated_at", "2017-09-16 15:50:09.387549"], ["name", "Agustin Hintz"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"email"=>"mateo_fay@waelchi.net", "name"=>"Agustin Hintz", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$rYMpQrLBmDF3LdY63RD4kuJFO4RQUbH.Q9kQll1wMsOWC.P/4WgcG"], ["updated_at", "2017-09-16 15:50:09.394418"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 10ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "otha@boyer.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "otha@boyer.org"], ["encrypted_password", "$2a$04$tXx7No0JRvfomvQ3orMHkOC0p/BeTY7UXsf.RK7dUkPw3RFkxssMa"], ["created_at", "2017-09-16 15:50:09.414092"], ["updated_at", "2017-09-16 15:50:09.414092"], ["name", "Ms. Maverick Herman"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "danika_reynolds@conroy.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "danika_reynolds@conroy.com"], ["encrypted_password", "$2a$04$WGp93iqSvl6dVpZ/6PGuSuxH8UHS.fbcstWSZe.W/sy7l87mBQSu2"], ["created_at", "2017-09-16 15:50:09.426058"], ["updated_at", "2017-09-16 15:50:09.426058"], ["name", "Lavinia Weimann V"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "devan_jenkins@shields.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "devan_jenkins@shields.org"], ["encrypted_password", "$2a$04$IEOmcP8TaR6zHgxGEOtdiukn16hgjorGMf0qMxCzyVhLZDt9UdFCu"], ["created_at", "2017-09-16 15:50:09.442651"], ["updated_at", "2017-09-16 15:50:09.442651"], ["name", "Afton Balistreri IV"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ollie@zulauf.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ollie@zulauf.net"], ["encrypted_password", "$2a$04$CekD7deESjMmI8wwSQ73suu4l4YibpkA2/P9Ei1EWUqe91OACv5Om"], ["created_at", "2017-09-16 15:51:54.202994"], ["updated_at", "2017-09-16 15:51:54.202994"], ["name", "Saige Erdman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (4.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "devin@mraz.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "devin@mraz.name"], ["encrypted_password", "$2a$04$kGf4ikc5WBPgFobymltIGO8e./s5THxTulIWuprAJs/ftseqPO4yy"], ["created_at", "2017-09-16 15:51:54.225731"], ["updated_at", "2017-09-16 15:51:54.225731"], ["name", "Dr. Lyric Bernhard"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laila@ko.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "laila@ko.io"], ["encrypted_password", "$2a$04$gE1T07O0YEyWoY3YX148..WSiKKNCoFGWNv827xHdXpdz/NO1gXGG"], ["created_at", "2017-09-16 15:51:54.247791"], ["updated_at", "2017-09-16 15:51:54.247791"], ["name", "Matilda Gerlach"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "deleted"=>"true", "email"=>"august@hartmann.name", "name"=>"Mr. Taya Vandervort", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@hartmann.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "august@hartmann.name"], ["encrypted_password", "$2a$04$WgZ1mjlMK1tOZGOdybr/5.Q9i2uYXdcNIsuPtl06IaycrKmstZBPq"], ["created_at", "2017-09-16 15:51:54.271005"], ["updated_at", "2017-09-16 15:51:54.271005"], ["name", "Mr. Taya Vandervort"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "deleted"=>"true", "email"=>"bert.cartwright@faheyschultz.net", "name"=>"Kelsie Terry", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bert.cartwright@faheyschultz.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bert.cartwright@faheyschultz.net"], ["encrypted_password", "$2a$04$2/ywuLBwQfHbQocGs0jaOe.z8w41WyDTnrCWACRwDDO1n3ks9ZGBy"], ["created_at", "2017-09-16 15:51:54.283028"], ["updated_at", "2017-09-16 15:51:54.283028"], ["name", "Kelsie Terry"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mabelle@effertz.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mabelle@effertz.name"], ["encrypted_password", "$2a$04$Ra94iO3WeFGb9zzvhY.jB.imO7TGJZp4ygQJK0YumxcDB.LMJVWX6"], ["created_at", "2017-09-16 15:51:54.298548"], ["updated_at", "2017-09-16 15:51:54.298548"], ["name", "Carolanne Lebsack"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "willie@gleichner.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "deleted", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "willie@gleichner.biz"], ["encrypted_password", "$2a$04$/WRin3zIjVSQsXjOqDBmm.xOiMEPkbzxXZzPKui7qEvg6tWvnNMea"], ["created_at", "2017-09-16 15:51:54.309222"], ["updated_at", "2017-09-16 15:51:54.309222"], ["name", "Amber Osinski"], ["deleted", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "deleted"=>"true", "email"=>"willie@gleichner.biz", "name"=>"Amber Osinski", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$bPrAyYla/BPBGtFAN692SOQayq2JRLeDufPgyYBcE0fj9.V9LB0kK"], ["updated_at", "2017-09-16 15:51:54.315062"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "coty.wisozk@brownkerluke.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "deleted", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "coty.wisozk@brownkerluke.org"], ["encrypted_password", "$2a$04$hmm1P5.BP9WiMjUGTrKV0e9Uv7RDzEMiD563nxHjYbV7m4O93bOvi"], ["created_at", "2017-09-16 15:51:54.326151"], ["updated_at", "2017-09-16 15:51:54.326151"], ["name", "Demond McGlynn"], ["deleted", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "willie_treutel@carrollpfannerstill.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "willie_treutel@carrollpfannerstill.net"], ["encrypted_password", "$2a$04$w6lFEY9G9QEkul5cdGmvAeQxIhMOu23M/jJozZdGo5ojyKUwtPJ6m"], ["created_at", "2017-09-16 15:51:54.335615"], ["updated_at", "2017-09-16 15:51:54.335615"], ["name", "Clint Legros"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adam@ruel.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adam@ruel.io"], ["encrypted_password", "$2a$04$tsdCU9haR7EC0zaApVB9qO.Q/SEWfRXHEtnE5NsIwP6ivJ4rZkw8S"], ["created_at", "2017-09-16 15:51:54.350572"], ["updated_at", "2017-09-16 15:51:54.350572"], ["name", "Arnold Kunde"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darlene@oconnerwalker.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "deleted", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["email", "darlene@oconnerwalker.biz"], ["encrypted_password", "$2a$04$.8EUbAr6fLzySD2Vi0S4O.umS3BfvLUyNOe6QerrYxcPmoGMG2i6."], ["created_at", "2017-09-16 15:53:26.582508"], ["updated_at", "2017-09-16 15:53:26.582508"], ["name", "Branson Brakus"], ["status", "t"], ["deleted", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilfrid.roberts@millermarvin.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wilfrid.roberts@millermarvin.com"], ["encrypted_password", "$2a$04$sRPvPeIxwzndBaJKKIFRq.LveAKIQDPKP2ag.4xtObXE1va1iaFxS"], ["created_at", "2017-09-16 15:53:26.599802"], ["updated_at", "2017-09-16 15:53:26.599802"], ["name", "Nick Kling"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "victor@metz.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "victor@metz.info"], ["encrypted_password", "$2a$04$ZFI/rjgsWole8pPZDfAq.eO.bEThY3KdJ1SesB/0QWRlfhcj6bfSu"], ["created_at", "2017-09-16 15:53:26.621735"], ["updated_at", "2017-09-16 15:53:26.621735"], ["name", "Hilbert Morissette"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "deleted"=>"false", "email"=>"rosario_champlin@hintz.co", "name"=>"Layne Howell Jr.", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosario_champlin@hintz.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rosario_champlin@hintz.co"], ["encrypted_password", "$2a$04$mny1FBAATsNlVYy7VjLeM.Y8EhpeqWos0eOwFg0NHIWtWAKk8/a0q"], ["created_at", "2017-09-16 15:53:26.644622"], ["updated_at", "2017-09-16 15:53:26.644622"], ["name", "Layne Howell Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "deleted"=>"false", "email"=>"justine@miller.net", "name"=>"Felicita Botsford", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "justine@miller.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "justine@miller.net"], ["encrypted_password", "$2a$04$xsuheNoYfG2r0inCyi6VSexGtvI.p5Oj58OVyafXw8BfllZoXfynu"], ["created_at", "2017-09-16 15:53:26.656978"], ["updated_at", "2017-09-16 15:53:26.656978"], ["name", "Felicita Botsford"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wendell@aufderharbraun.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wendell@aufderharbraun.name"], ["encrypted_password", "$2a$04$wm7YePvI9SglbEQ0cn4fN.bImSU1/DmNPz1Obd9eJ3Rg5L16CIrNu"], ["created_at", "2017-09-16 15:53:26.674794"], ["updated_at", "2017-09-16 15:53:26.674794"], ["name", "Mrs. Karen Shields"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "deleted"=>"false", "email"=>"je@hodkiewicz.biz", "name"=>"Shane Koelpin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "je@hodkiewicz.biz"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Shane Koelpin"], ["email", "je@hodkiewicz.biz"], ["encrypted_password", "$2a$04$JHJG5.zhqAs9txOwvxE5NOwTpPkRsL9zErwvuwpL6q8Z6GuvRs7V2"], ["admin", "f"], ["status", "t"], ["updated_at", "2017-09-16 15:53:26.681909"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeffery_lang@kaulke.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "deleted") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeffery_lang@kaulke.biz"], ["encrypted_password", "$2a$04$svAPgif7jHn/VbG3DOt.veqY6oukKcYncwRB55cXADHX7rmATRxh2"], ["created_at", "2017-09-16 15:53:26.694182"], ["updated_at", "2017-09-16 15:53:26.694182"], ["name", "Carter Klocko"], ["status", "t"], ["deleted", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "deleted"=>"true", "email"=>"jeffery_lang@kaulke.biz", "name"=>"Carter Klocko", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$rQR3rm1PSpU18KK7VYJv7Ot8/UER4vnSlJLFVDlVMlnTwA0tu9loq"], ["updated_at", "2017-09-16 15:53:26.699938"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "deondre@hills.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "deleted") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "deondre@hills.com"], ["encrypted_password", "$2a$04$TD8tGIb1kdDdQeujgc4fSetSHuMSb4K01vbXXeAqZZ0gI.vwV7XxW"], ["created_at", "2017-09-16 15:53:26.711052"], ["updated_at", "2017-09-16 15:53:26.711052"], ["name", "Santina Fay"], ["status", "t"], ["deleted", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marta@kinggislason.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marta@kinggislason.io"], ["encrypted_password", "$2a$04$cRxBzP2hoMb9dUwIKYNBC.eVd8Ooo9TpDrxySFbz7JLe38TO32Ksu"], ["created_at", "2017-09-16 15:53:26.720457"], ["updated_at", "2017-09-16 15:53:26.720457"], ["name", "Miss Addie Macejkovic"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "natalia@zboncakhomenick.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "natalia@zboncakhomenick.io"], ["encrypted_password", "$2a$04$.Wd7GRn7iRQY8cg48010YOhZ3Pn2W3.E8ceDTA1ZYgg5nvsrhqjeK"], ["created_at", "2017-09-16 15:53:26.733890"], ["updated_at", "2017-09-16 15:53:26.733890"], ["name", "Therese Gutkowski Sr."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "duane.rau@nolan.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "duane.rau@nolan.co"], ["encrypted_password", "$2a$04$emcm2XcteXzgYJvJjqWxe.tSCt3VomsH.afgqR8l3S5Xd2l0iSdtK"], ["created_at", "2017-09-16 15:55:41.802440"], ["updated_at", "2017-09-16 15:55:41.802440"], ["name", "Kraig Denesik"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hannah.larkin@powlowski.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "deleted") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hannah.larkin@powlowski.com"], ["encrypted_password", "$2a$04$sGykm0Hf2NS2SDMht2SZEeFto.9OtzVdn7d9fqMcMdAT8IuUDNbuO"], ["created_at", "2017-09-16 15:55:41.824124"], ["updated_at", "2017-09-16 15:55:41.824124"], ["name", "Estel Barrows"], ["deleted", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (4.3ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joseph.mohr@kaulke.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joseph.mohr@kaulke.io"], ["encrypted_password", "$2a$04$xGOSC3zirrFLbgujGY0Uq.vl0WlWFFxeNOM33RnFDRINlWuz6.kzm"], ["created_at", "2017-09-16 15:55:41.852983"], ["updated_at", "2017-09-16 15:55:41.852983"], ["name", "Mrs. Isabell Monahan"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "deleted"=>"false", "email"=>"pansy@lindlabadie.info", "name"=>"Demarcus Ward Sr.", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pansy@lindlabadie.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "pansy@lindlabadie.info"], ["encrypted_password", "$2a$04$/otygFTT13G8.BzzgDZHXeeKKkI9Kk7x9MKSQ2ICGIIqq.z5U2kFe"], ["created_at", "2017-09-16 15:55:41.876214"], ["updated_at", "2017-09-16 15:55:41.876214"], ["name", "Demarcus Ward Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "deleted"=>"false", "email"=>"june@maggio.info", "name"=>"Sincere Mann", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "june@maggio.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "june@maggio.info"], ["encrypted_password", "$2a$04$G5hFrHbtuVuM2QkZV4QWtuBTC3Jv5gr4ei/OQNC1hAmijd4gvRNle"], ["created_at", "2017-09-16 15:55:41.890256"], ["updated_at", "2017-09-16 15:55:41.890256"], ["name", "Sincere Mann"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 8ms (ActiveRecord: 0.9ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "justus@farrellsatterfield.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "justus@farrellsatterfield.name"], ["encrypted_password", "$2a$04$NGQ6Mldl.VAJ12yJAjRfVO6DccjhRQQ7vH6GqoLrvQlqzh.1/gH5u"], ["created_at", "2017-09-16 15:55:41.917714"], ["updated_at", "2017-09-16 15:55:41.917714"], ["name", "Dr. Conner Hickle"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "deleted"=>"true", "email"=>"palma_turner@ernsercole.io", "name"=>"Darrick Johnson", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "palma_turner@ernsercole.io"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Darrick Johnson"], ["email", "palma_turner@ernsercole.io"], ["encrypted_password", "$2a$04$pmCqElUCibtAriESWjIjD.6iaV9nRel6v0qaXT5wyzbIroseENR5S"], ["status", "t"], ["updated_at", "2017-09-16 15:55:41.926499"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 8ms (ActiveRecord: 0.7ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "citlalli@yundtokeefe.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "deleted", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["email", "citlalli@yundtokeefe.name"], ["encrypted_password", "$2a$04$gt67ew6dB1pxULYb6ovhsOSPTQh0uVTtQfdh2U4LQNZNxN44VdJCe"], ["created_at", "2017-09-16 15:55:41.938398"], ["updated_at", "2017-09-16 15:55:41.938398"], ["name", "Geovanny Wunsch"], ["status", "t"], ["deleted", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "deleted"=>"true", "email"=>"citlalli@yundtokeefe.name", "name"=>"Geovanny Wunsch", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$tZF9ic6PP4nMo/sOIGd7IO4AW.libtm/6eTNJlsAmIFnvafhwxkiW"], ["updated_at", "2017-09-16 15:55:41.945761"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leonor@metz.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leonor@metz.org"], ["encrypted_password", "$2a$04$VFDxhnRxOTyHE8XCTcAUA.cbH/ks8qEaSrPdsHY.qOujWVigZumwW"], ["created_at", "2017-09-16 15:55:41.957254"], ["updated_at", "2017-09-16 15:55:41.957254"], ["name", "Bret Crist"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "osvaldo.dickinson@waelchispencer.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "osvaldo.dickinson@waelchispencer.name"], ["encrypted_password", "$2a$04$XqKWZc1SMjc.NtgUxtqwYexUxSfKNzjpz67DWJlY5gsyoXdDcf7h6"], ["created_at", "2017-09-16 15:55:41.968301"], ["updated_at", "2017-09-16 15:55:41.968301"], ["name", "Kennith Parisian DVM"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.2ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lionel@ritchie.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "deleted") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lionel@ritchie.biz"], ["encrypted_password", "$2a$04$SmTAjYD4cL9xsY/l3oy4gui7OS4Dm3qP4E0tUuQcnAivUmvpYNmjC"], ["created_at", "2017-09-16 15:55:41.984734"], ["updated_at", "2017-09-16 15:55:41.984734"], ["name", "Marlon Herman II"], ["deleted", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$ww8A6FvM2la5AZ01zhdSaOZfEpKY7qK2vzrpvEcu9VO4ENlJ5QR9e"], ["created_at", "2017-09-16 15:57:13.303907"], ["updated_at", "2017-09-16 15:57:13.303907"], ["name", "Darlene Denesik"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "deleted", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$Da2Nlt/heHVbDq.WoSdYfu9dMKP2E7/WyFazy9awo0Ihykq2m4GDO"], ["created_at", "2017-09-16 15:57:13.321387"], ["updated_at", "2017-09-16 15:57:13.321387"], ["name", "Lelia Kirlin"], ["status", "t"], ["deleted", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "deleted") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$/lD46AHELZwJdJgDO.va3uiCjmnpraJ/WPCaIk2hWkt7EvGOHrd.i"], ["created_at", "2017-09-16 15:57:13.346326"], ["updated_at", "2017-09-16 15:57:13.346326"], ["name", "Emery Leuschke"], ["status", "t"], ["deleted", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "deleted"=>"false", "email"=>"oswald@hegmann.info", "name"=>"Mrs. Wilhelm Yundt", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$OgyInLuZ3DW2vgQLBJsnwuY/ZM2k90wDrUeD8j07EqRwO8It8B4fu"], ["created_at", "2017-09-16 15:57:13.369582"], ["updated_at", "2017-09-16 15:57:13.369582"], ["name", "Mrs. Wilhelm Yundt"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "deleted"=>"false", "email"=>"oswald@hegmann.info", "name"=>"Armand O'Keefe", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$OF8hRp94ypT7dOhbQ497xO1Kf6Tm6G9XeO3Z2qpBJMvsmlc/a4QGa"], ["created_at", "2017-09-16 15:57:13.381196"], ["updated_at", "2017-09-16 15:57:13.381196"], ["name", "Armand O'Keefe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "deleted") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$a33gc9rzGzjvTFY2w/kHMOCyAs3J5RT8QUKTyU9KVsj1uwzDjaq5m"], ["created_at", "2017-09-16 15:57:13.401413"], ["updated_at", "2017-09-16 15:57:13.401413"], ["name", "Micheal VonRueden"], ["status", "t"], ["deleted", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "deleted"=>"false", "email"=>"trystan@herzog.co", "name"=>"Arianna Skiles", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "trystan@herzog.co"], ["id", 1], ["LIMIT", 1]]
SQL (0.6ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Arianna Skiles"], ["email", "trystan@herzog.co"], ["encrypted_password", "$2a$04$e18CsEbOhp1rRRVNwacV7OLOTUOM2JbGm8P/gSgDZKn0GX5bGnN4."], ["status", "f"], ["updated_at", "2017-09-16 15:57:13.410369"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 9ms (ActiveRecord: 1.1ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "deleted", "admin") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$g6PM02HNoKkhfdP4IcMa0etxxWDba4Y9bryU9UjrqdaXI9Nq8Aa6."], ["created_at", "2017-09-16 15:57:13.421777"], ["updated_at", "2017-09-16 15:57:13.421777"], ["name", "Crawford Crist MD"], ["status", "t"], ["deleted", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "deleted"=>"true", "email"=>"oswald@hegmann.info", "name"=>"Crawford Crist MD", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :deleted

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$Hiihy76iIpN7TA/VPuBy6.5yx3rpDN9e/Sipb7fQvNswj1wC/1jli"], ["updated_at", "2017-09-16 15:57:13.427850"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "deleted", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$BO9hPaIbLPUobNTwOa.nze0ZJk1bSrTD8zquej1xoNd25QBMMCnmi"], ["created_at", "2017-09-16 15:57:13.439081"], ["updated_at", "2017-09-16 15:57:13.439081"], ["name", "Alysson Thompson"], ["deleted", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$eImweZvRY8Kpzkrf3/oziuHhauANFfWT/7nwhUB23siW5s9Rh8dcG"], ["created_at", "2017-09-16 15:57:13.454430"], ["updated_at", "2017-09-16 15:57:13.454430"], ["name", "Dr. Moises Nienow"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@hegmann.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "deleted") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@hegmann.info"], ["encrypted_password", "$2a$04$VTeRk.w9mLzFkbCU4DOFoOiy8bysgAM7s52sMdbPptSN7WjEPSh5m"], ["created_at", "2017-09-16 15:57:13.468354"], ["updated_at", "2017-09-16 15:57:13.468354"], ["name", "Devin Gaylord"], ["status", "t"], ["deleted", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$nSZL5/sjOk1EPYO6dgkpU.0ZkQV7/m/uDd0liUlpmitSKeJLMGL3O"], ["created_at", "2017-09-16 15:59:17.642337"], ["updated_at", "2017-09-16 15:59:17.642337"], ["name", "Dr. Oliver Fahey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$QHXzmnCyC2DTCNwWu5QpH.bpt4idscBf15DDhHNKGB.8fqXu8RUEe"], ["created_at", "2017-09-16 15:59:17.664049"], ["updated_at", "2017-09-16 15:59:17.664049"], ["name", "Sammie Heaney"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$tOcLTcHNrd.71BcH0GkaEeA5YueCGvRak9qcxSNUoEjlVQ1VG.XR6"], ["created_at", "2017-09-16 15:59:17.687301"], ["updated_at", "2017-09-16 15:59:17.687301"], ["name", "Torrance Balistreri"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.5ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"lillie@kuphalko.name", "name"=>"Miss Jabari Windler", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$fr4vslqHoRbT1JBqukDFnOFBg4pnZOaN0uf//xg3ZlxsSqrF0Fm2S"], ["created_at", "2017-09-16 15:59:17.709861"], ["updated_at", "2017-09-16 15:59:17.709861"], ["name", "Miss Jabari Windler"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"lillie@kuphalko.name", "name"=>"Cassidy Barton", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$PL728as0lixpkIgyvCNRnuYU0zXvTGs0nIgK.no2uQivg/1X4K3Z2"], ["created_at", "2017-09-16 15:59:17.721958"], ["updated_at", "2017-09-16 15:59:17.721958"], ["name", "Cassidy Barton"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$LMYE8dYLIuTfQQNxXoYsoeh.5d/JeoG9ZHqiWhq21Ip5.SPi/YDuu"], ["created_at", "2017-09-16 15:59:17.742368"], ["updated_at", "2017-09-16 15:59:17.742368"], ["name", "Benjamin Cummerata"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"isaias.okeefe@hansenwisoky.name", "name"=>"Evelyn Bins", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "isaias.okeefe@hansenwisoky.name"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Evelyn Bins"], ["email", "isaias.okeefe@hansenwisoky.name"], ["encrypted_password", "$2a$04$.J3W4CNt7A1lohw4IxwdZOxcw7b/LzJZIFW.T21rxWzI0Zk3mits2"], ["admin", "t"], ["updated_at", "2017-09-16 15:59:17.749372"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$ATSDO9CM4MT3NB6QAcnYZeThkimV7TOcGkoa8RD6F9IuZXvNUNwuO"], ["created_at", "2017-09-16 15:59:17.760703"], ["updated_at", "2017-09-16 15:59:17.760703"], ["name", "Kellen Witting DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"lillie@kuphalko.name", "name"=>"Kellen Witting DDS", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$GNh3/1cEOjypMiCI/HbETehwb7u1llDJzHbBFKJ/eAXE6jxc5f4fK"], ["updated_at", "2017-09-16 15:59:17.766614"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$dsQtp74XoM03NSYO8DUIfe93EROud22jn1ONHOKIwkN/ejCEJOFTO"], ["created_at", "2017-09-16 15:59:17.776329"], ["updated_at", "2017-09-16 15:59:17.776329"], ["name", "Lexus Zulauf MD"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$DrtUZKdGrXlaAt8vMvLb2umcxL8/hiV7iDP2iMt4OkHlN5d75Qnsq"], ["created_at", "2017-09-16 15:59:17.786849"], ["updated_at", "2017-09-16 15:59:17.786849"], ["name", "Ms. Federico Corkery"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@kuphalko.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lillie@kuphalko.name"], ["encrypted_password", "$2a$04$.LN5hWoZZ50agmSt7c/x9OzT2IG0N7q88lnMk4gstVc/v1UMRu2jS"], ["created_at", "2017-09-16 15:59:17.800567"], ["updated_at", "2017-09-16 15:59:17.800567"], ["name", "Dameon Kuhlman"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$c3hxHz3ALYHqXE9MBbbQNOm1.LKC.zuVVt6tLOZAuR3g2N1IwUh0."], ["created_at", "2017-09-16 16:00:40.934342"], ["updated_at", "2017-09-16 16:00:40.934342"], ["name", "Carroll Labadie"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$klbbpjzdQqG7aX4PjUCUYONCPFNGta6gKZD6BjRrIID0nckBSjMGe"], ["created_at", "2017-09-16 16:00:40.953356"], ["updated_at", "2017-09-16 16:00:40.953356"], ["name", "Carey Roberts I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$iBGBJM24Z/JivKwHeU8rluXE5S1b90dZd8HO4TFQq3649lEgvX.dW"], ["created_at", "2017-09-16 16:00:40.974599"], ["updated_at", "2017-09-16 16:00:40.974599"], ["name", "Dimitri Johnson PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"mackenzie@schowalterterry.info", "name"=>"Buster Wuckert", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$ySo8UyYrUHH7ShJ6NHS8b.iPf0iKW3ZxILxLtwxtJvMlwuweh.aJK"], ["created_at", "2017-09-16 16:00:40.996976"], ["updated_at", "2017-09-16 16:00:40.996976"], ["name", "Buster Wuckert"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"mackenzie@schowalterterry.info", "name"=>"Leonel Nolan", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$QPSDUF7yc8fqY61bjL6Xh.c4E.x6rfar0pFT70uNqWvuROcXDrh36"], ["created_at", "2017-09-16 16:00:41.009573"], ["updated_at", "2017-09-16 16:00:41.009573"], ["name", "Leonel Nolan"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Danny Langosh", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Rahul Nitzsche", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$X2P/UAurViGiZBtzs.bOUOLAHUKXqXNR791Lv3iqcHJcJYw9ZpaJ2"], ["created_at", "2017-09-16 16:00:41.041209"], ["updated_at", "2017-09-16 16:00:41.041209"], ["name", "Hilbert Gulgowski"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"loyal_quitzon@murazik.net", "name"=>"Odessa Gleichner", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "loyal_quitzon@murazik.net"], ["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Odessa Gleichner"], ["email", "loyal_quitzon@murazik.net"], ["encrypted_password", "$2a$04$fAyPrfRyO3CSWqbPRsLqmeJcXLWjDA1txMGNFH6FksIfqVK3fZDzu"], ["updated_at", "2017-09-16 16:00:41.049018"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$aSJQAwT8miD3ulQiXbc9K.CnsNcQfcvJj1J9tjxOkE7zvbAdZ7OxO"], ["created_at", "2017-09-16 16:00:41.060013"], ["updated_at", "2017-09-16 16:00:41.060013"], ["name", "Ignacio Satterfield"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"mackenzie@schowalterterry.info", "name"=>"Ignacio Satterfield", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$wc//pUuAm4stODU6gxJoA.Q/rNph6BcerdmTq4ZXZw.BrZJiG8Yci"], ["updated_at", "2017-09-16 16:00:41.071231"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$H67dxlYea0eO9fiuHrWP5.eOUVqGEe9YzLFerzzsUJfJOqNXfqsUq"], ["created_at", "2017-09-16 16:00:41.081421"], ["updated_at", "2017-09-16 16:00:41.081421"], ["name", "Laurianne Schinner"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Elena Runolfsdottir Jr.", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$dk./L66TjccG.760pV6EQOdZQOb9FtPi3N/G9O9IsI9R3QKdWP1/."], ["created_at", "2017-09-16 16:00:41.098529"], ["updated_at", "2017-09-16 16:00:41.098529"], ["name", "Chad Cassin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@schowalterterry.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mackenzie@schowalterterry.info"], ["encrypted_password", "$2a$04$bmNCzC5WJw8sLCkmiwECNOs7w2QgkSPUs8dIBBg.BPwQlxbykF/Ua"], ["created_at", "2017-09-16 16:00:41.113214"], ["updated_at", "2017-09-16 16:00:41.113214"], ["name", "Ms. Lessie Lebsack"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$rHY5AYHz1dYliAoy386iPO3D/TLX/0a9o4hMadmAP8pkF3gICjF5u"], ["created_at", "2017-09-16 16:01:35.918019"], ["updated_at", "2017-09-16 16:01:35.918019"], ["name", "Arturo Effertz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$O3LtO0s2HSIlO5E9TaLB5Os9eF.GB1X4bk0cCy5WaHHNHciOgNAaS"], ["created_at", "2017-09-16 16:01:35.935737"], ["updated_at", "2017-09-16 16:01:35.935737"], ["name", "Torrance Vandervort"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$dYlCRQ0q67HaEj2Qxqg1vuVqfN7bzz0MmCS51jvLHmXdAC5ju4frO"], ["created_at", "2017-09-16 16:01:35.958962"], ["updated_at", "2017-09-16 16:01:35.958962"], ["name", "Carlotta Lynch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.4ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"dorothea.klocko@walshfritsch.name", "name"=>"Nichole Kerluke IV", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$ewDCS0I4y4kCb47DvvBfz.cLEq7txcpoSp00sFztbE4OZBeZtnZeG"], ["created_at", "2017-09-16 16:01:35.986530"], ["updated_at", "2017-09-16 16:01:35.986530"], ["name", "Nichole Kerluke IV"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"dorothea.klocko@walshfritsch.name", "name"=>"Jayda Price", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$LmaznuDfR7MOrSELPspm1.PcNXG7Cx42R01YvrwytwxHc55jMmtqO"], ["created_at", "2017-09-16 16:01:36.002200"], ["updated_at", "2017-09-16 16:01:36.002200"], ["name", "Jayda Price"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Taya Considine", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.5ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Marlen Pfannerstill", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$QNaulEkq/w/awEikHjHwJe684EWhNYH5fBXqZKzBBWX01MjwCs2hS"], ["created_at", "2017-09-16 16:01:36.041183"], ["updated_at", "2017-09-16 16:01:36.041183"], ["name", "Flossie McClure"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"oliver.macgyver@oconner.name", "name"=>"Brandt Abbott I", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "oliver.macgyver@oconner.name"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Brandt Abbott I"], ["email", "oliver.macgyver@oconner.name"], ["encrypted_password", "$2a$04$pnv1nC5K7W0szCSbXOX0V.areLTRDN5xdP0EodBV1vsF8LnRw713m"], ["updated_at", "2017-09-16 16:01:36.048389"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.3ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$NNFbP2zDLPZDzAa95y2ebejNjYkRhHdJYYouoLEMidqBvrdGR7Nwm"], ["created_at", "2017-09-16 16:01:36.061626"], ["updated_at", "2017-09-16 16:01:36.061626"], ["name", "Mrs. Regan Schneider"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"dorothea.klocko@walshfritsch.name", "name"=>"Mrs. Regan Schneider", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$t6DkWAEBD.hTzK4vjtnpj.tk7u8/8e8Am17yUvljT5tWXHATdd9nO"], ["updated_at", "2017-09-16 16:01:36.067640"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$GFuMrE0s3.1PASexioIeLOF0Z52J8iAKwvtzcgRnJuEhz6X9m9zwy"], ["created_at", "2017-09-16 16:01:36.079736"], ["updated_at", "2017-09-16 16:01:36.079736"], ["name", "Chanelle Gleichner I"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Henri Metz Jr.", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$q8azN/4r1YGvFJDHqcDj2.G/EjHIKLAgfjX9fOa2sCoTOhAWMTQti"], ["created_at", "2017-09-16 16:01:36.099201"], ["updated_at", "2017-09-16 16:01:36.099201"], ["name", "Fiona Toy I"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothea.klocko@walshfritsch.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dorothea.klocko@walshfritsch.name"], ["encrypted_password", "$2a$04$3DJWX6Q7JJ6HFQsJ7v9aTeLySMwOXGW/TgW1droNUSbOqxjL/LkdG"], ["created_at", "2017-09-16 16:01:36.114258"], ["updated_at", "2017-09-16 16:01:36.114258"], ["name", "Michele Ryan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$kg.kHi8g0jIAltPzPgiNwuQIuw1ETy41zEbrHDnB1FU9fyQ03axQ6"], ["created_at", "2017-09-16 16:03:28.410096"], ["updated_at", "2017-09-16 16:03:28.410096"], ["name", "Ayana Grimes DDS"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 4.5ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$PFp7gLdERhS94Wzb3YHmOOeVyBYJojLtDP9pl2PdKVYPDZe/tKQ1y"], ["created_at", "2017-09-16 16:03:28.432022"], ["updated_at", "2017-09-16 16:03:28.432022"], ["name", "Davin Hagenes"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$BHoxgLQZ/32A.piTzHGUQ.DLG9/c4XhAlRYBSt./cRhpfgWIP/GaG"], ["created_at", "2017-09-16 16:03:28.453567"], ["updated_at", "2017-09-16 16:03:28.453567"], ["name", "Nia Bosco IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"loyal@schmittharber.com", "name"=>"Ms. Cassie Harris", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$Wi8krC9ca9TWFAJgqfAwtuU3/rKZzmRW6RnwHikNXtIpUi1mq.a8O"], ["created_at", "2017-09-16 16:03:28.475783"], ["updated_at", "2017-09-16 16:03:28.475783"], ["name", "Ms. Cassie Harris"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"loyal@schmittharber.com", "name"=>"Lorine Weissnat", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$xbmK6EJGViJp/PFPZIChMuoPxVVgL7Bkvg5bPO2Qkrtd0gbrdB32."], ["created_at", "2017-09-16 16:03:28.487406"], ["updated_at", "2017-09-16 16:03:28.487406"], ["name", "Lorine Weissnat"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Carlotta Larson", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Danny Lynch", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$LP1tIf/V.Qcit3/TmjSpqubfB.dw/DYHe6I/tdv5n3n1cntlBNQZ6"], ["created_at", "2017-09-16 16:03:28.521502"], ["updated_at", "2017-09-16 16:03:28.521502"], ["name", "Jared Carter"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"clark@towne.info", "name"=>"Giovani Jacobs", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "clark@towne.info"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Giovani Jacobs"], ["email", "clark@towne.info"], ["encrypted_password", "$2a$04$TWEfLf9YCtt6dTR58Tkym.lT2k/Gwze2N12sg92lAWRYUVQCmu3fC"], ["updated_at", "2017-09-16 16:03:28.530052"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$HrZZnZIxdyHhXOscFLXu8ejMfVtesucWiKzW8ZX6skuxlBRY3bnL2"], ["created_at", "2017-09-16 16:03:28.540466"], ["updated_at", "2017-09-16 16:03:28.540466"], ["name", "Rebeca Streich Sr."], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"loyal@schmittharber.com", "name"=>"Rebeca Streich Sr.", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$.JNQE/RL7SpHGrDOP6H0SONsywjVGNUrjIWDX/PBm2eOoPFCnNP1i"], ["updated_at", "2017-09-16 16:03:28.546551"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$NH/6sc8sCjTznkQe7iF0JeBjRYYzUe1Or9OMvvt5whSRnPpjxilO6"], ["created_at", "2017-09-16 16:03:28.556453"], ["updated_at", "2017-09-16 16:03:28.556453"], ["name", "Gerhard Kertzmann"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Dr. Magali Romaguera", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$ODhFxHdWDVX1aiIODKHgB.tb2pqeNCtpzdBKrpYj3DUH1fPn7lVEi"], ["created_at", "2017-09-16 16:03:28.573532"], ["updated_at", "2017-09-16 16:03:28.573532"], ["name", "Stephany Mertz"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schmittharber.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "loyal@schmittharber.com"], ["encrypted_password", "$2a$04$VwD35qU549ktx9M.U3IEb..nxEsTnWFBf3W7Hg0kLAA0OZjiiS9Fy"], ["created_at", "2017-09-16 16:03:28.587279"], ["updated_at", "2017-09-16 16:03:28.587279"], ["name", "Mrs. Freddie Hills"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$lwSk1xvs1eitgsnvr9TZHOcU0tqxAFZJE8CoetK5WV61E74dPDDPe"], ["created_at", "2017-09-16 16:06:31.098197"], ["updated_at", "2017-09-16 16:06:31.098197"], ["name", "Name Rempel"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$AoHKNidVK1b.QNiU1nAVFeWYOI6hL/.fLjw1p.lMZ.g4pGuiB46be"], ["created_at", "2017-09-16 16:06:31.116282"], ["updated_at", "2017-09-16 16:06:31.116282"], ["name", "Ewald Effertz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$9oFDbo34dfcsDbtWNa9HVe5jkJf.YZSj5NxMFXUFifu3CYV1Vfqpy"], ["created_at", "2017-09-16 16:06:31.142362"], ["updated_at", "2017-09-16 16:06:31.142362"], ["name", "Mrs. Dwight Kunze"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"hoyt.haley@streichbauch.biz", "name"=>"Alvena Mitchell", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$5VE2HY6xU1vfgMi0l9rY0uaV5nqbFdgPADRdIa3fJvck6oAs8k2A6"], ["created_at", "2017-09-16 16:06:31.167460"], ["updated_at", "2017-09-16 16:06:31.167460"], ["name", "Alvena Mitchell"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"hoyt.haley@streichbauch.biz", "name"=>"Dr. Ethyl Blick", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$O1nyuNqUKjiNf5KItNWWou.MWZuNRJDZqdcVeNgPr2gSe928AfYiy"], ["created_at", "2017-09-16 16:06:31.180477"], ["updated_at", "2017-09-16 16:06:31.180477"], ["name", "Dr. Ethyl Blick"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Miss Michel Langworth", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Orin Crist", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$V1UaWJAENAEURF4TyeVTVO0IZ3vmkDhX1HGZYcVsvlaep61RNq3Da"], ["created_at", "2017-09-16 16:06:31.216298"], ["updated_at", "2017-09-16 16:06:31.216298"], ["name", "Deangelo Robel PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"hilma@wardoberbrunner.org", "name"=>"Bridie Welch Sr.", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "hilma@wardoberbrunner.org"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Bridie Welch Sr."], ["email", "hilma@wardoberbrunner.org"], ["encrypted_password", "$2a$04$7x5XTTatmjsPQyOfEP/lQerXAakpv1HbVVJqwksD4SIoYwBX3U/OG"], ["admin", "t"], ["status", "f"], ["updated_at", "2017-09-16 16:06:31.223269"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$rYZuQx7ALPefLSgLSiXVzeGqdxuVAtf3Dyk0WQSNW2idKmHtHRbPa"], ["created_at", "2017-09-16 16:06:31.252654"], ["updated_at", "2017-09-16 16:06:31.252654"], ["name", "Rosella Lockman IV"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"hoyt.haley@streichbauch.biz", "name"=>"Rosella Lockman IV", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$4u1fq3umyw6WMl.ZuSTjV.rMJQRN4/AaIKu56DzK1sv0KL8xo367m"], ["updated_at", "2017-09-16 16:06:31.258418"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$2khAGPUqxf6PDo2dqCjJCOIwMxQBopy9JmGhDh.g8sJFtffSewxsK"], ["created_at", "2017-09-16 16:06:31.268662"], ["updated_at", "2017-09-16 16:06:31.268662"], ["name", "Lester Beer"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Ms. Nicholaus Reilly", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$Kumm46UxkCsvue5W.1O.N.R25pfbXG3XYdqLb77azPbJsbPCrrAKm"], ["created_at", "2017-09-16 16:06:31.286422"], ["updated_at", "2017-09-16 16:06:31.286422"], ["name", "Mrs. Ashleigh Stehr"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt.haley@streichbauch.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hoyt.haley@streichbauch.biz"], ["encrypted_password", "$2a$04$ZCYmq3YI6wY7Jpt0iN7TV.iC8SQ4BfzO1VInTVCZPgZkFnAIILe/q"], ["created_at", "2017-09-16 16:06:31.303777"], ["updated_at", "2017-09-16 16:06:31.303777"], ["name", "Christelle Dickinson"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$lPC.YerFL.QJgwCobSMWE.ClAq3c0JISrhvz5z9AYCdvTl7e8gXbO"], ["created_at", "2017-09-16 16:06:43.864908"], ["updated_at", "2017-09-16 16:06:43.864908"], ["name", "Mathilde Greenholt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$F3zx2JWYBowM6GdijmZht.QagzM.hqtj9s1R7wGAuji2AyzuTkc8i"], ["created_at", "2017-09-16 16:06:43.886213"], ["updated_at", "2017-09-16 16:06:43.886213"], ["name", "Amelia Stark"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$ZEUUP6cuxyaBknR/LD/fHe5Em0WYwTYHJ6rmz.Cv64.0nnBiQkm16"], ["created_at", "2017-09-16 16:06:43.912836"], ["updated_at", "2017-09-16 16:06:43.912836"], ["name", "Mae Cummerata"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"laurine.watsica@walter.net", "name"=>"Grover Kuhn", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$0pUq5Hix9She2joYiMPU3u2r1kArEiPBok6HQX.THSj2qwuPJhNna"], ["created_at", "2017-09-16 16:06:43.940615"], ["updated_at", "2017-09-16 16:06:43.940615"], ["name", "Grover Kuhn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"laurine.watsica@walter.net", "name"=>"Delbert Schulist", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$xi9jxKT.39ScUU5I0/1AT.n6pk189zDZUcGpUcobf9iWNxBjf4v5."], ["created_at", "2017-09-16 16:06:43.954482"], ["updated_at", "2017-09-16 16:06:43.954482"], ["name", "Delbert Schulist"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Mrs. Era Hamill", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Eliza Weber", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$Qdu3YHSe0AxhNYDZNeR2FuLcwFXqggvWpGAYvmZJSEYF2P3I8dI9y"], ["created_at", "2017-09-16 16:06:43.994867"], ["updated_at", "2017-09-16 16:06:43.994867"], ["name", "Ophelia Murazik"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"jovanny@ornmacejkovic.co", "name"=>"Adaline Ondricka", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "jovanny@ornmacejkovic.co"], ["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Adaline Ondricka"], ["email", "jovanny@ornmacejkovic.co"], ["encrypted_password", "$2a$04$H4jOlr5DmtH1G8S2RXvNSeS32SS1/ElgVFGaAeiL8Pde6CVvYJcJS"], ["updated_at", "2017-09-16 16:06:44.002908"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 8ms (ActiveRecord: 0.7ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$eL91p3Nz8iIqeCoLt94LlORbpAcKAbuYMV6xZ3WUWB.bcyiYx9Mvu"], ["created_at", "2017-09-16 16:06:44.028032"], ["updated_at", "2017-09-16 16:06:44.028032"], ["name", "Cyril Harris"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"laurine.watsica@walter.net", "name"=>"Cyril Harris", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$OdTEP.whhTuaS8j32/8/7.a307ZLCRJ9WS.AiReIXWyOotOZH0Mza"], ["updated_at", "2017-09-16 16:06:44.034275"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$14rlsSff6EBNxVibCrKc0uhADZBLr.7W0.oTZIOxsEsRENe4NFoz."], ["created_at", "2017-09-16 16:06:44.046565"], ["updated_at", "2017-09-16 16:06:44.046565"], ["name", "King Pagac"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Arlo Conn PhD", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$kXafO7h5rI2VBvYhIP7wKeLOYVbwrjlprEJBRJtKPeISDf/kqe3bS"], ["created_at", "2017-09-16 16:06:44.061684"], ["updated_at", "2017-09-16 16:06:44.061684"], ["name", "Trever Heaney"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine.watsica@walter.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "laurine.watsica@walter.net"], ["encrypted_password", "$2a$04$JEhU0CosyQsTYKL32sejRO4rlIp/ExKMhMvu8gWORR2ydG5NDrJBq"], ["created_at", "2017-09-16 16:06:44.075735"], ["updated_at", "2017-09-16 16:06:44.075735"], ["name", "Alisa Batz"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$4Ls49vVdCPl4M6AvpDeGK.KfIkQDu0MQCn7RU9A2tN0jt9GEOEoMO"], ["created_at", "2017-09-16 16:09:15.840112"], ["updated_at", "2017-09-16 16:09:15.840112"], ["name", "Tracey Feest"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$yyLP2BTanmNbi.nV49zUQeumybXcj3ew9ZAS6Q31GoMzhAJTi77KO"], ["created_at", "2017-09-16 16:09:15.863263"], ["updated_at", "2017-09-16 16:09:15.863263"], ["name", "Mr. Rosalinda Schamberger"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$J9PZozQesB/fDnbwX1IDJeA7dd4ycRwRPONWV/rtc77jORjYH00/y"], ["created_at", "2017-09-16 16:09:15.887025"], ["updated_at", "2017-09-16 16:09:15.887025"], ["name", "Eloy Dickinson"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"elenora@torphy.co", "name"=>"Dangelo Ruecker", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$tU0y2Ajt3tUKXstX2ko/9Os6lJGlE0tXehKahR6nxOsBhJbiGvhvC"], ["created_at", "2017-09-16 16:09:15.912637"], ["updated_at", "2017-09-16 16:09:15.912637"], ["name", "Dangelo Ruecker"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"elenora@torphy.co", "name"=>"Eileen Grant DVM", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$chI7rEYPicVAr49ALWHjbuGN6XeSEyzXTYYmA6SgKDng0n2aPO9IW"], ["created_at", "2017-09-16 16:09:15.925461"], ["updated_at", "2017-09-16 16:09:15.925461"], ["name", "Eileen Grant DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Allan Lemke", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.5ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Ms. Madelynn Kling", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$3oB0VcuDYgApdufE6oro9.sKuV8eeIpFHPVvHp0VGDObadUPOKIc."], ["created_at", "2017-09-16 16:09:15.962617"], ["updated_at", "2017-09-16 16:09:15.962617"], ["name", "Kiel Purdy"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"rowan@weinatschumm.co", "name"=>"Lavinia Yost", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "rowan@weinatschumm.co"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Lavinia Yost"], ["email", "rowan@weinatschumm.co"], ["encrypted_password", "$2a$04$N2on.taZJtFPhB9dkS4JRu1ts9EUk/ouSQxC1dToKej5vmfCMcVTq"], ["status", "t"], ["updated_at", "2017-09-16 16:09:15.969938"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$tZ8TZjN2qIKQahtiOrdt9.mKhPYYr4Sl4vw2IP1O6MAvJ5KWoGx9."], ["created_at", "2017-09-16 16:09:15.992110"], ["updated_at", "2017-09-16 16:09:15.992110"], ["name", "Nedra Ankunding"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"elenora@torphy.co", "name"=>"Nedra Ankunding", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$TGGCL72JVlicNa0BFn3RIODX9/dJ.7GvoTLlzDwTFioM1nieeZZQ2"], ["updated_at", "2017-09-16 16:09:15.997974"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$XVwkZpVAa9vWJj8VZ4VJDOhjZEj5/kD8Gy07HPjRs6Rnh5pQxEeUi"], ["created_at", "2017-09-16 16:09:16.009749"], ["updated_at", "2017-09-16 16:09:16.009749"], ["name", "Muriel O'Hara V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Tevin Legros", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$gCMwLXdlCor8ysex1q1tBObq4DtP8uvH/U4hCEHpx0bVgioqBxGfG"], ["created_at", "2017-09-16 16:09:16.027600"], ["updated_at", "2017-09-16 16:09:16.027600"], ["name", "Ms. Giovanni Keebler"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@torphy.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elenora@torphy.co"], ["encrypted_password", "$2a$04$8ED2/dGMe4.yhp31.1JFDOwI/gW438CsPs3.IaiGdnoq0S5vYP5vq"], ["created_at", "2017-09-16 16:09:16.042236"], ["updated_at", "2017-09-16 16:09:16.042236"], ["name", "Miss Horace Rolfson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$AJVHkUKJNeJ7AvQccJuRKeZSIx6vhOx4Kf8AaavSlMBLC55OGJV4G"], ["created_at", "2017-09-16 16:09:30.151398"], ["updated_at", "2017-09-16 16:09:30.151398"], ["name", "Aubrey Barton"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$rv08HuQtkx.Nb/ns0eBMD.kWbZ46HjR.ByxN9ylGrYgCuWK/AcQjO"], ["created_at", "2017-09-16 16:09:30.169620"], ["updated_at", "2017-09-16 16:09:30.169620"], ["name", "Dr. Mckayla Klein"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$6Iz0Z6h9nD85ylM4Xq/Qx.ZDNW9UxhUnLwJU45CUDtUp9nvnfKt0y"], ["created_at", "2017-09-16 16:09:30.192521"], ["updated_at", "2017-09-16 16:09:30.192521"], ["name", "Viva Parisian"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"kraig_mccullough@wisokysenger.name", "name"=>"Felton Dare", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$l1w/PeAER0NzCy/VBSASUugQuyVvNruJZ9hoWugs4nKr2nV7SAioq"], ["created_at", "2017-09-16 16:09:30.214963"], ["updated_at", "2017-09-16 16:09:30.214963"], ["name", "Felton Dare"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"kraig_mccullough@wisokysenger.name", "name"=>"Mrs. Darrick Schoen", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$0EtIDD3A7Va56wFRuATfveGqakJRQmJBFZT5B8IYd4u/QkhyOwCE6"], ["created_at", "2017-09-16 16:09:30.228281"], ["updated_at", "2017-09-16 16:09:30.228281"], ["name", "Mrs. Darrick Schoen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Theron Murazik V", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Twila Johnston", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$.Qg1n8DMsugJjQrt2bimlOqWiwYvDbMJ3kDdpZSX8gBhG6GNkwmYa"], ["created_at", "2017-09-16 16:09:30.261551"], ["updated_at", "2017-09-16 16:09:30.261551"], ["name", "Glennie Auer DVM"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"zion@wilderman.net", "name"=>"Carmelo Medhurst", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.4ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "zion@wilderman.net"], ["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Carmelo Medhurst"], ["email", "zion@wilderman.net"], ["encrypted_password", "$2a$04$DfJkoNyB3kvv6I7ySlDbL.f4UwlWaeSCtfXfHC2TyZJwZH7K4dqTu"], ["status", "t"], ["updated_at", "2017-09-16 16:09:30.271556"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 9ms (ActiveRecord: 1.1ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$ycgsFS834IByH2Nii14Py.WSXr7CEH4K5JrtegRwWjI8hg2k1KTnC"], ["created_at", "2017-09-16 16:09:30.293469"], ["updated_at", "2017-09-16 16:09:30.293469"], ["name", "Lacey Goyette"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"kraig_mccullough@wisokysenger.name", "name"=>"Lacey Goyette", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$8BI0BDqykvGSX9AJAuo7LufSMECDrST5I4jBK5qBVxDxMcG1EneaO"], ["updated_at", "2017-09-16 16:09:30.298989"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$YHmnfPpj8XK9ujJQcmquhuMuKn3LnN1IMK4gvGQCBJNh2znuTVyPi"], ["created_at", "2017-09-16 16:09:30.310042"], ["updated_at", "2017-09-16 16:09:30.310042"], ["name", "Bonita Crooks"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Deven Koepp Sr.", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$st/RXsZ6EeVwbWYJjRRTP.MLN0ec.hd.prXINnE9IP/a3gHVKhkIK"], ["created_at", "2017-09-16 16:09:30.326705"], ["updated_at", "2017-09-16 16:09:30.326705"], ["name", "Abe Ortiz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig_mccullough@wisokysenger.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kraig_mccullough@wisokysenger.name"], ["encrypted_password", "$2a$04$1OPyXbKV9bg7a41/jw265uh7Ubjlo0O0WiLYJ3ldCPjfh70VZQU6."], ["created_at", "2017-09-16 16:09:30.340362"], ["updated_at", "2017-09-16 16:09:30.340362"], ["name", "Mrs. Tre Hilpert"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$kXCclDEaMHNg9Vm3vxMPAeWyY6PgHbMb09S8/gz8Mc4yMQ1QhHp9S"], ["created_at", "2017-09-16 16:09:42.226116"], ["updated_at", "2017-09-16 16:09:42.226116"], ["name", "Mariano Altenwerth"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$7u/.XaEvG.1xm3Rs3t/s5u1TSerBG.S.c5nS0rASClzUgpsqmY8su"], ["created_at", "2017-09-16 16:09:42.244753"], ["updated_at", "2017-09-16 16:09:42.244753"], ["name", "Cecelia Price"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$ZWLMA0./1oJdgr1OLJlu3eTc1k7JJbWMMgcnVkfcJyfT2RzCRrtRu"], ["created_at", "2017-09-16 16:09:42.265562"], ["updated_at", "2017-09-16 16:09:42.265562"], ["name", "Luella Ledner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"joel_lind@zieme.org", "name"=>"Jamarcus Stamm", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$PqSnfNxxbeA66DWUtvNu5OOdlseHgAO29fU/acLrIc65oNfGSjCMK"], ["created_at", "2017-09-16 16:09:42.287317"], ["updated_at", "2017-09-16 16:09:42.287317"], ["name", "Jamarcus Stamm"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"joel_lind@zieme.org", "name"=>"Marco Hoeger", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$F4s8jAIdGVB/VgOvYpXxiOtfKaxfTb0fP4C69pk23Rf/VxCkX7J26"], ["created_at", "2017-09-16 16:09:42.298912"], ["updated_at", "2017-09-16 16:09:42.298912"], ["name", "Marco Hoeger"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Gustave Collier IV", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Cyril Hayes", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$xjU4xAdodpm3duWmH595iuNsfcV7GvSTgBWYTc9ypeLaTQPzOve4O"], ["created_at", "2017-09-16 16:09:42.332652"], ["updated_at", "2017-09-16 16:09:42.332652"], ["name", "Aracely Gibson"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"mable@casper.co", "name"=>"Rhett Price", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "mable@casper.co"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "Rhett Price"], ["email", "mable@casper.co"], ["encrypted_password", "$2a$04$K309vb2NOwKmAQl3HN2tpOst7X5kzTJ4GL3o8bBHde.qzX6AlW1sW"], ["admin", "t"], ["updated_at", "2017-09-16 16:09:42.342417"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 8ms (ActiveRecord: 0.7ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$fxBDDDmaJ5movpG8zKsxp.ind9/9Nihr9xHFw0oa8Cti3IuPyn6Ke"], ["created_at", "2017-09-16 16:09:42.353237"], ["updated_at", "2017-09-16 16:09:42.353237"], ["name", "Georgiana Muller Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"joel_lind@zieme.org", "name"=>"Georgiana Muller Sr.", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$j.pPZ5.eoQ3z8.GrS6WFOO2stT6ZKYV.Gr.bIryf8p7yfcDBXrI5S"], ["updated_at", "2017-09-16 16:09:42.359742"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$2a2/FM7xsYuPdQKFo22tlO2u4nfua3fwSen1rsGyDaeObbq8x1CLq"], ["created_at", "2017-09-16 16:09:42.370221"], ["updated_at", "2017-09-16 16:09:42.370221"], ["name", "Mrs. Maribel Torphy"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Arely MacGyver", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$2W06Tebq5kth28pgmM88MeyPSNYHWeXZoxflV5eLLfavruKO/UHry"], ["created_at", "2017-09-16 16:09:42.388838"], ["updated_at", "2017-09-16 16:09:42.388838"], ["name", "Tyra Dietrich"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joel_lind@zieme.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "joel_lind@zieme.org"], ["encrypted_password", "$2a$04$GCCnPzcUXSqzZ2C.7S/bgeWTr6NIqjtE6KPKmKzXAhNSgL77snfQ2"], ["created_at", "2017-09-16 16:09:42.403403"], ["updated_at", "2017-09-16 16:09:42.403403"], ["name", "Danny Mitchell"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 4ms (ActiveRecord: 0.8ms)

 (0.1ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$gNgBGcZkg1bh5Pho0I.mz.p3qd1qrl/e9vURjyui43h.3V1vtXPOO"], ["created_at", "2017-09-16 16:12:30.703671"], ["updated_at", "2017-09-16 16:12:30.703671"], ["name", "Lourdes Cole"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$rT.XXzTEuTRzTBEwq21Loe7fijicNChICJUrKjlA7nPJ43UFqI2HG"], ["created_at", "2017-09-16 16:12:30.728147"], ["updated_at", "2017-09-16 16:12:30.728147"], ["name", "Bill West"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$10ZyXellSh5VePAj7NS/tuX1Rm2lCYUOyhwtJ2WBc1uvJY83IZBQm"], ["created_at", "2017-09-16 16:12:30.753981"], ["updated_at", "2017-09-16 16:12:30.753981"], ["name", "Miss America Nicolas"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"emory.grant@kihn.org", "name"=>"Arch Wisozk", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$MT6zvhODVaWEDcjs0nNESO9Jj/GpeY90TxDw5Jmb.MC/xpA7rvMMa"], ["created_at", "2017-09-16 16:12:30.779098"], ["updated_at", "2017-09-16 16:12:30.779098"], ["name", "Arch Wisozk"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"emory.grant@kihn.org", "name"=>"Bennett Watsica", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$8JtqxTVLE/pJJBwEtq6koeQKiQLcmWv0Zb4oo0qQzQ09wJg5HVs7y"], ["created_at", "2017-09-16 16:12:30.791990"], ["updated_at", "2017-09-16 16:12:30.791990"], ["name", "Bennett Watsica"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Ms. Jacques Luettgen", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Marty Cummerata", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$T7nkgDsKymeLDLWL7xnmUu7zRsdgP0DzSnpufevaEy6loM4g2A3VS"], ["created_at", "2017-09-16 16:12:30.829672"], ["updated_at", "2017-09-16 16:12:30.829672"], ["name", "Pasquale Runolfsdottir"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"marisol_becker@mraz.info", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "marisol_becker@mraz.info"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "marisol_becker@mraz.info"], ["encrypted_password", "$2a$04$PGMXChjGg9Ka9v9d9r.6zeVkBJHOzOP688p4qeBaX8XubvJyKJoy2"], ["status", "f"], ["updated_at", "2017-09-16 16:12:30.837035"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$4t3xltu9RXyDAdUiOTRC2ucazeWnGdJzDInJXpH5AFwBLpS8mPgeq"], ["created_at", "2017-09-16 16:12:30.890976"], ["updated_at", "2017-09-16 16:12:30.890976"], ["name", "Adrien Champlin"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"emory.grant@kihn.org", "name"=>"Adrien Champlin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$NfTbpb5toB7FHj/5W4sj5OX//QCRjAWWDw67KeYgGVfRkZ2WkeeN6"], ["updated_at", "2017-09-16 16:12:30.896629"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$6KKParUZLegtpALXvQsRz.qUeKPKA0Jx4jbXNd0Q.L2vEYqlQ.hEa"], ["created_at", "2017-09-16 16:12:30.906644"], ["updated_at", "2017-09-16 16:12:30.906644"], ["name", "Craig Mosciski Sr."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Lisandro Reilly", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$wVyPEXKdDjurzTbfpR5dCeM9TAnZo80EzxRUHba3atYb3HrRhykWS"], ["created_at", "2017-09-16 16:12:30.922338"], ["updated_at", "2017-09-16 16:12:30.922338"], ["name", "Carlo Baumbach"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emory.grant@kihn.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "emory.grant@kihn.org"], ["encrypted_password", "$2a$04$XqzcI01G8iPG05zIqNLWbOHI1mwFmEEa/Rb04Ykjnek1PIsoVBvd6"], ["created_at", "2017-09-16 16:12:30.938301"], ["updated_at", "2017-09-16 16:12:30.938301"], ["name", "Misael Spencer Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$OqTDwkZO8jmDAJ.TAeFrseVhLqAPdptjPOejihjegTm06WhRueXei"], ["created_at", "2017-09-16 16:13:29.718702"], ["updated_at", "2017-09-16 16:13:29.718702"], ["name", "Alaina Hamill"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$1n/qKU4sgiTHq/cCqaa/qOFeVLqdjPYbM.8UINJ0a6hA37pkWg2ru"], ["created_at", "2017-09-16 16:13:29.740789"], ["updated_at", "2017-09-16 16:13:29.740789"], ["name", "Lelia Labadie"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$3m2adbZcLmtlQs6evrG.VO9VI63Gl2prpuIKPKXxFcsF5PJUqRg1q"], ["created_at", "2017-09-16 16:13:29.763193"], ["updated_at", "2017-09-16 16:13:29.763193"], ["name", "Moses McDermott"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"stevie@hahnlockman.biz", "name"=>"Luigi Lynch", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$kZybYgbzmTnc8gzr4.C0teAZ/yK8sXZe.dCQmRVBgbXs4N7Z/g3Ka"], ["created_at", "2017-09-16 16:13:29.785403"], ["updated_at", "2017-09-16 16:13:29.785403"], ["name", "Luigi Lynch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"stevie@hahnlockman.biz", "name"=>"Effie Schowalter", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$FxPBiNTeL7PX4t1McJCvVew3T4lkYnS77OJxvkZtRq4nZExxz//UK"], ["created_at", "2017-09-16 16:13:29.801726"], ["updated_at", "2017-09-16 16:13:29.801726"], ["name", "Effie Schowalter"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 9ms (ActiveRecord: 0.9ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Cody Kunde", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Miss Garnett King", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$YMXac9ELeZC6WM17fBRyRuIXs5RcbzmmsawTsO3TpwnIxd1xlrb12"], ["created_at", "2017-09-16 16:13:29.839728"], ["updated_at", "2017-09-16 16:13:29.839728"], ["name", "Arthur Kuphal Sr."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"mitchel@becker.name", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "mitchel@becker.name"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "mitchel@becker.name"], ["encrypted_password", "$2a$04$Vk1KFlI7dunzvxQ75YXqlervmtj9v82W2uUu/9oDLfxZvP5XXQgzS"], ["admin", "t"], ["status", "t"], ["updated_at", "2017-09-16 16:13:29.848229"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$ioxKGJr2OMV2xCYE/Le3GuqNR5nXdkS/S5KPtMc87YE5G0.U0ORdy"], ["created_at", "2017-09-16 16:13:29.866716"], ["updated_at", "2017-09-16 16:13:29.866716"], ["name", "Maria Pollich"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"stevie@hahnlockman.biz", "name"=>"Maria Pollich", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$.RATP2xqUKVVBJnxjx1upeZJu1DemQpB04w2qunmRuPXR4hUry.Ue"], ["updated_at", "2017-09-16 16:13:29.873525"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$sFVugEFKD5jlKvbKA0cTEuuF27YnIDeCqCx5hmT4b9MUD/ul2h0h2"], ["created_at", "2017-09-16 16:13:29.884761"], ["updated_at", "2017-09-16 16:13:29.884761"], ["name", "Mr. Carlee Ullrich"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Johann Mills", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$.lrgZpG8H78vlnTpE82uwelEldzoG5zuTtwQcXIloL2v7Jdkklh4a"], ["created_at", "2017-09-16 16:13:29.903322"], ["updated_at", "2017-09-16 16:13:29.903322"], ["name", "Lily Boehm"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@hahnlockman.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stevie@hahnlockman.biz"], ["encrypted_password", "$2a$04$I5Bho8p6pDe0tBHOUrGy3e/5PRTJm5nZo74OOjvZRtB6LzDsxAuJC"], ["created_at", "2017-09-16 16:13:29.918753"], ["updated_at", "2017-09-16 16:13:29.918753"], ["name", "Ardella Leannon"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.4ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$mIKqo48c/q0WJGk7juHNreDsUGQQs1PqHB9vPk.hGO6KJv76Ujnfu"], ["created_at", "2017-09-16 16:14:21.605925"], ["updated_at", "2017-09-16 16:14:21.605925"], ["name", "Paolo Hermann"], ["status", "t"]]
 (1.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$PZ92wpBH/oputoAOloXGNeh/TY99WrEpUiFnlfGdBPHidR.pNScg6"], ["created_at", "2017-09-16 16:14:21.632787"], ["updated_at", "2017-09-16 16:14:21.632787"], ["name", "Rae Schinner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$XsBxLY0ZuxkkC2DKZF.g3.vR2W75pdvrs9hKztrC9o3hfzS994yUu"], ["created_at", "2017-09-16 16:14:21.666348"], ["updated_at", "2017-09-16 16:14:21.666348"], ["name", "Ms. Kristina Rosenbaum"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"carolyn_barrows@feeneycollins.co", "name"=>"Ms. Rosemarie Price", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$cmklibKDEglsfGHbxzJxcOETiRUzM2fmWz5Jq9zHu37Io3rnGEX6i"], ["created_at", "2017-09-16 16:14:21.693676"], ["updated_at", "2017-09-16 16:14:21.693676"], ["name", "Ms. Rosemarie Price"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"carolyn_barrows@feeneycollins.co", "name"=>"Vicente Hand", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$WT6yMkYrU8tkAhoVw78suOOdBh3qiyO3cixLWO/4GRJRLwh55xhv6"], ["created_at", "2017-09-16 16:14:21.706560"], ["updated_at", "2017-09-16 16:14:21.706560"], ["name", "Vicente Hand"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Edwina D'Amore", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Darrick Lebsack", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$uumC87dbXrzNGa7XJAXnKu0luOwlGKLAy2QXavHiyL4SMeoI5kk.S"], ["created_at", "2017-09-16 16:14:21.743344"], ["updated_at", "2017-09-16 16:14:21.743344"], ["name", "Trenton Kunze"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"kade_mcdermott@vondurgan.org", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "kade_mcdermott@vondurgan.org"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "kade_mcdermott@vondurgan.org"], ["encrypted_password", "$2a$04$fXetA/eq6Ss1V0OrhPy4wuEPRLXhdp5XACkLsVC6QEA33h4Aw6AKm"], ["updated_at", "2017-09-16 16:14:21.751777"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$tnRvMwbZPYuOHOezm1P/f.3v/dH1W1eWwQU4RXoCJvSH.fiyfPISe"], ["created_at", "2017-09-16 16:14:21.763530"], ["updated_at", "2017-09-16 16:14:21.763530"], ["name", "Clair Mitchell V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"carolyn_barrows@feeneycollins.co", "name"=>"Clair Mitchell V", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$lL8iudsXyhECHSMplTcc5OE.a0islJcQtu4y7zehDOXE54pKd2z5y"], ["updated_at", "2017-09-16 16:14:21.770492"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$hcd1Iz9b8U1RT6NWBJsiluKh6RBOo4V9SwMsHK3XHDhakUkveyN16"], ["created_at", "2017-09-16 16:14:21.781142"], ["updated_at", "2017-09-16 16:14:21.781142"], ["name", "Mr. Maci Kub"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Jennifer Walsh", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.4ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.7ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$7x85KBh36NZg4CO1KcwRh.WHkG1o2eGYYSnc6iT9o3ygvkaP0qJXG"], ["created_at", "2017-09-16 16:14:21.799377"], ["updated_at", "2017-09-16 16:14:21.799377"], ["name", "Theron Wiegand"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyn_barrows@feeneycollins.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carolyn_barrows@feeneycollins.co"], ["encrypted_password", "$2a$04$SjJhGzSZU6hsLTlXovDvqeEvIY4EleoY22pCV8lJI1B9QSLFOO7Na"], ["created_at", "2017-09-16 16:14:21.815162"], ["updated_at", "2017-09-16 16:14:21.815162"], ["name", "Royce Kozey III"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$dO4d01QhcqEeFshnND/dEOo43HAarrKWyepYGinWo2M2Wlz6ljjNG"], ["created_at", "2017-09-16 16:14:34.839936"], ["updated_at", "2017-09-16 16:14:34.839936"], ["name", "Sherman Boyle"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$PBcmEiLUMgXBqZ.KdU90/ubtlxOUvcjueInNrKZmk5tuSOtWb/MAe"], ["created_at", "2017-09-16 16:14:34.855559"], ["updated_at", "2017-09-16 16:14:34.855559"], ["name", "Megane Fahey"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$B4dvsYnwuPUt5rZo52IzhOxpONTtbmtlnzD6HfIFQ6JE0jzZONzmS"], ["created_at", "2017-09-16 16:14:34.874985"], ["updated_at", "2017-09-16 16:14:34.874985"], ["name", "Macie Turcotte III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"fermin_franecki@price.org", "name"=>"Monroe Welch", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$gkLomnReSItUbn6qTltyx.8eKhETOycRwlVpjKF6sGiS2.T/9XdXO"], ["created_at", "2017-09-16 16:14:34.893727"], ["updated_at", "2017-09-16 16:14:34.893727"], ["name", "Monroe Welch"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.8ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"fermin_franecki@price.org", "name"=>"Enrique Goodwin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$Q1WUpvq7r/FHeRriD45.L.dlcTOaGFP4wZXf3Rtf1Et3LkiIL/qXC"], ["created_at", "2017-09-16 16:14:34.904736"], ["updated_at", "2017-09-16 16:14:34.904736"], ["name", "Enrique Goodwin"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Mr. Reta Jacobs", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Lillian Schoen", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$Tz3Uv5XZY1H.R1d.VnBLR.B1gELcEYHvc9JemKMCy9ptoqwYBWOLa"], ["created_at", "2017-09-16 16:14:34.934541"], ["updated_at", "2017-09-16 16:14:34.934541"], ["name", "Buddy Monahan"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"mason_block@ankundingohara.com", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "mason_block@ankundingohara.com"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "mason_block@ankundingohara.com"], ["encrypted_password", "$2a$04$1qlch/3PJViMfeIJIQGYku6ggXZI4N3I17KJw4.oyk5WV68FJUdNq"], ["admin", "t"], ["status", "t"], ["updated_at", "2017-09-16 16:14:34.940237"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$Sx9X04QVBxodB299xVNq.ugjvpON.6Wy8RGpKDG.Z7/zN.URRh0Wq"], ["created_at", "2017-09-16 16:14:34.950024"], ["updated_at", "2017-09-16 16:14:34.950024"], ["name", "Shana Nader DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"fermin_franecki@price.org", "name"=>"Shana Nader DVM", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$sY5PcigaThBWcBxV5Yuw/OAzir9m1BhrxTGJfC8bBxDIpI9.7UmT."], ["updated_at", "2017-09-16 16:14:34.955737"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$dHKu/P0KwviLXA4l9P8yjOweHH1XVntMcezlYxmjBrrBNVLAFZn/q"], ["created_at", "2017-09-16 16:14:34.964953"], ["updated_at", "2017-09-16 16:14:34.964953"], ["name", "Jabari Larson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Alize Donnelly", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$4g1RPWbMukdRG0aXSHLBC.Avw2AkbHHAvp2kA90rk.3dA4rhdVIfS"], ["created_at", "2017-09-16 16:14:34.980517"], ["updated_at", "2017-09-16 16:14:34.980517"], ["name", "Dr. Austin Wisoky"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin_franecki@price.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fermin_franecki@price.org"], ["encrypted_password", "$2a$04$dso7O6w1v3vPyuGL7ecKmesHmRVPnuRqYNM4eFLWs2/yWSR0Q98s6"], ["created_at", "2017-09-16 16:14:34.991569"], ["updated_at", "2017-09-16 16:14:34.991569"], ["name", "Joannie Rowe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$H7sOd8pYOS/ckRz.YpHrl.Qglq7mEg5z8GCn8339RswU/frxo7MCy"], ["created_at", "2017-09-16 16:14:46.868914"], ["updated_at", "2017-09-16 16:14:46.868914"], ["name", "General Lowe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$QZadWyI9tnt5JXxDunHx...GnUdY79rsg8BDbemqmcNrWAwnk4Fg."], ["created_at", "2017-09-16 16:14:46.886465"], ["updated_at", "2017-09-16 16:14:46.886465"], ["name", "Hertha Ebert"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$ydWO2eqxkEuaffO49lqFX.fSQtkbayhetcOQlYxjoaFsOyhVCoVz."], ["created_at", "2017-09-16 16:14:46.910472"], ["updated_at", "2017-09-16 16:14:46.910472"], ["name", "Dave Runolfsdottir MD"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"fausto@ondricka.com", "name"=>"Eryn Stoltenberg", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$7cgxVIBsJyf0U8eFUSZMw.WyYkrHQGKuf0yye0TuDPOo5PBmfs6lG"], ["created_at", "2017-09-16 16:14:46.934170"], ["updated_at", "2017-09-16 16:14:46.934170"], ["name", "Eryn Stoltenberg"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"fausto@ondricka.com", "name"=>"Brennan Crona", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$fKFd76GVLSqsNNw1NbSSFexGrapkFdTJFoLf04cAKbp7YA3j2EmCm"], ["created_at", "2017-09-16 16:14:46.946476"], ["updated_at", "2017-09-16 16:14:46.946476"], ["name", "Brennan Crona"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Marian Beahan II", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Waldo Connelly V", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$jd5qgMAEoUL0iZGJMAamueRPZphq7OxH6fB7.5/2p01rB9aI3PKp6"], ["created_at", "2017-09-16 16:14:46.982341"], ["updated_at", "2017-09-16 16:14:46.982341"], ["name", "Miss Abbey Gleichner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"susie@homenickdurgan.io", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "susie@homenickdurgan.io"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "susie@homenickdurgan.io"], ["encrypted_password", "$2a$04$PfQC1Jwjt12NE6ZyCMHnxeQA4IxAcr87nmlhHZeT.QVSQebTqIRqO"], ["admin", "f"], ["updated_at", "2017-09-16 16:14:46.989736"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$sdU1NNvzriW5BogV2YFNKOKmBhXlen7bdNKiGstdkulMJwAqDM80e"], ["created_at", "2017-09-16 16:14:47.010495"], ["updated_at", "2017-09-16 16:14:47.010495"], ["name", "Kennedy Jaskolski"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"fausto@ondricka.com", "name"=>"Kennedy Jaskolski", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$Fno1.WY9HzQFuYTn.mrQ/uI6aojYZ9LfXROCTKKZM7gl0t6KEOYtO"], ["updated_at", "2017-09-16 16:14:47.020308"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 10ms (ActiveRecord: 1.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$ytcOUzS4FsPe6rJZCEn/4..4L4iZWS..y6SH6a6fWrJceGgXNdRN2"], ["created_at", "2017-09-16 16:14:47.033447"], ["updated_at", "2017-09-16 16:14:47.033447"], ["name", "Savanna Bauch"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Adolphus Marvin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$FAdLva8CkijMCZKIVCiOneG8tXpYE6fDk.UvD6dhFzOLN4v1T5.VO"], ["created_at", "2017-09-16 16:14:47.052579"], ["updated_at", "2017-09-16 16:14:47.052579"], ["name", "Adolph Leffler V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@ondricka.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "fausto@ondricka.com"], ["encrypted_password", "$2a$04$D0PL1c3U75G7UiC7M01vQucYnrd1I4nixmAk0rnT5gvaWsowdUOmq"], ["created_at", "2017-09-16 16:14:47.067971"], ["updated_at", "2017-09-16 16:14:47.067971"], ["name", "Harmony Kuhn"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$s.evAvZf6djjAbs3S25.4u9/yuS/1DRDNxfJ12Tipay8sWqevZVfO"], ["created_at", "2017-09-16 16:15:00.228564"], ["updated_at", "2017-09-16 16:15:00.228564"], ["name", "Hettie Bergnaum"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$yweC0DuCgEsMaYI3fHaZxeAVTHb8MI6RAAdcvGf6.7hEdT/BV2jrO"], ["created_at", "2017-09-16 16:15:00.246763"], ["updated_at", "2017-09-16 16:15:00.246763"], ["name", "Korbin Okuneva"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$Ylh3wQapMu2rJt8I2CbNUOMUAYTeWLlYVummSXsDL/Wx3Xz/sJRHS"], ["created_at", "2017-09-16 16:15:00.268315"], ["updated_at", "2017-09-16 16:15:00.268315"], ["name", "Mr. Wilson Beer"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"travis_kovacek@kunze.biz", "name"=>"Gregg Welch", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$CANo1PN.21jbMnmazxS5I.mZp5hlyfE2r.qKY09U1pJsYCRg8GRjO"], ["created_at", "2017-09-16 16:15:00.290442"], ["updated_at", "2017-09-16 16:15:00.290442"], ["name", "Gregg Welch"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"travis_kovacek@kunze.biz", "name"=>"Martina Hamill", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$y0x2nlhCaIk7lh2hBkK9FO/flgq5QAmXsrzK6zl7vkoALHdxrUitO"], ["created_at", "2017-09-16 16:15:00.302697"], ["updated_at", "2017-09-16 16:15:00.302697"], ["name", "Martina Hamill"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.8ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Stephen O'Keefe", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Bernhard Botsford I", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$1pQuUgWlP889K.pJklpRAe2az/WW2KtjYCupruCqcN./gqZTmoht2"], ["created_at", "2017-09-16 16:15:00.337539"], ["updated_at", "2017-09-16 16:15:00.337539"], ["name", "Aleen Lehner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"tierra@bartoletti.net", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "tierra@bartoletti.net"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "tierra@bartoletti.net"], ["encrypted_password", "$2a$04$8waUv.PDgIeOo/FRX1IL0OoD01hD8czBVepKzXS/xk2X7ao6626v."], ["status", "f"], ["updated_at", "2017-09-16 16:15:00.344575"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$2CTg/iibgmEeZMVi5h8Q0OMWRiqcFlc0sw9FDZ/pgXrH/m9FDqFJC"], ["created_at", "2017-09-16 16:15:00.356520"], ["updated_at", "2017-09-16 16:15:00.356520"], ["name", "Tyson Carter II"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"travis_kovacek@kunze.biz", "name"=>"Tyson Carter II", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$u6Emwl507.C0c8QvScRF/uRUFksHan.7UGFAhZ3720iyospYOZ07G"], ["updated_at", "2017-09-16 16:15:00.363068"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$Prfg1YWGTgTwTmlxk38oret5TBAlnrOTOpCOjMqXisal2qYxjwgFy"], ["created_at", "2017-09-16 16:15:00.373842"], ["updated_at", "2017-09-16 16:15:00.373842"], ["name", "Conner Sauer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Elmore Schmitt", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$qbVPWTGaliLupNE84zNToOHs9.ByjxDAL4T3JT4FGxRp2NZECIyfK"], ["created_at", "2017-09-16 16:15:00.390726"], ["updated_at", "2017-09-16 16:15:00.390726"], ["name", "Laurie Luettgen"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis_kovacek@kunze.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "travis_kovacek@kunze.biz"], ["encrypted_password", "$2a$04$yeR7p2ex/wYvnqLzeXfJY.MxFMFpe0gBNCxrbsjlneEGE/QKEfOvm"], ["created_at", "2017-09-16 16:15:00.405344"], ["updated_at", "2017-09-16 16:15:00.405344"], ["name", "Jenifer Towne I"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$1Jwl12Sxe1WGLNAE/U5Fo.ytSJbG4sQiEUrca2SVcTXWuL4Dk/Zpm"], ["created_at", "2017-09-16 16:15:42.230827"], ["updated_at", "2017-09-16 16:15:42.230827"], ["name", "Ms. Carey Beahan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.0ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$AGldM/Q06hgpUilhz0PDUuOfHz0P7ke10FGv3K8edFgzn1wiLnk/K"], ["created_at", "2017-09-16 16:15:42.250013"], ["updated_at", "2017-09-16 16:15:42.250013"], ["name", "Cameron Rosenbaum"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$88IcKLwDaOoDXQhGMD0KCe/v.IsfPUiFS0gWGEj2d1zuEM2PKclDS"], ["created_at", "2017-09-16 16:15:42.272094"], ["updated_at", "2017-09-16 16:15:42.272094"], ["name", "Edd McGlynn"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"zackery_cruickshank@marquardtlangosh.name", "name"=>"Darrell Hagenes", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$5nQ0lZDn15vz82RYVaU2g.keMDxXyOc0RR25EkemXJiK/Su.gA.bi"], ["created_at", "2017-09-16 16:15:42.293779"], ["updated_at", "2017-09-16 16:15:42.293779"], ["name", "Darrell Hagenes"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"zackery_cruickshank@marquardtlangosh.name", "name"=>"Estel Reichert", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$dr2PvQ4V02FJ5QN1mWiDdO9F9XLTMREbpWyflXanM.ZYYB3dnKH0C"], ["created_at", "2017-09-16 16:15:42.305650"], ["updated_at", "2017-09-16 16:15:42.305650"], ["name", "Estel Reichert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Kailyn Hackett", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Florine D'Amore", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.6ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.4ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$CqlubNMEdJVrkqf14Rs0yO1HkdwnjSh1tvvEdZ.bfNZ4rUEf6VxFu"], ["created_at", "2017-09-16 16:15:42.342251"], ["updated_at", "2017-09-16 16:15:42.342251"], ["name", "Lillie McClure I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"isai_schroeder@quigley.info", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "isai_schroeder@quigley.info"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "isai_schroeder@quigley.info"], ["encrypted_password", "$2a$04$s1VNVwmKg9YgM.bVG8vjQOZre3Zvb59gSJP3pSCHHMaPIGy3IS0hG"], ["status", "f"], ["updated_at", "2017-09-16 16:15:42.349115"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$gjoMGc8mEm3xu6EsgYsvW.3u9oZcH/lTdu64qatO9D2Ez9pgR7xn6"], ["created_at", "2017-09-16 16:15:42.361813"], ["updated_at", "2017-09-16 16:15:42.361813"], ["name", "Dr. Jolie Watsica"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"zackery_cruickshank@marquardtlangosh.name", "name"=>"Dr. Jolie Watsica", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$MoraHvEGJT44ACpDclWQOetU11jbanOfkZ6XDOnyGptLFW5iqcgga"], ["updated_at", "2017-09-16 16:15:42.367266"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$hIjBV5koCyW3VAVeY..aM.4jS1HCbxv4NfCscOLRZqoorf/8PyYoO"], ["created_at", "2017-09-16 16:15:42.377995"], ["updated_at", "2017-09-16 16:15:42.377995"], ["name", "Leora Pfeffer"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Ricardo Windler", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$cgrVQWU9dHgomjSMOlTqle7lkBa4pAyPuFlI8PXiqpyUoPa2G8k/C"], ["created_at", "2017-09-16 16:15:42.393465"], ["updated_at", "2017-09-16 16:15:42.393465"], ["name", "Mr. Elena Lang"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zackery_cruickshank@marquardtlangosh.name"], ["encrypted_password", "$2a$04$gJZtNjcH5ToXOA71dfcU7uqvhZWlLgNMyZWNcVB0eZuiaALZ/eflG"], ["created_at", "2017-09-16 16:15:42.417813"], ["updated_at", "2017-09-16 16:15:42.417813"], ["name", "Dr. Aniyah Rau"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$ycb25pMw4CaOq7sgs8R8cOW9m3LTDZDyXEy5f9/kFdaDEvGE6AhRO"], ["created_at", "2017-09-16 16:15:58.999793"], ["updated_at", "2017-09-16 16:15:58.999793"], ["name", "Imani Cronin V"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$MksJm9eMkWAFmMr.HGGgp.8CNv.T4UEhd7VLxgb/gbYHVjRQW86MC"], ["created_at", "2017-09-16 16:15:59.018985"], ["updated_at", "2017-09-16 16:15:59.018985"], ["name", "Miss Ramiro Hand"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$/GO1KIPGcDAmS8KM1HBfiedDJVMbRkQamqxSOQpMGOoHnwxJV9wYm"], ["created_at", "2017-09-16 16:15:59.038436"], ["updated_at", "2017-09-16 16:15:59.038436"], ["name", "Dylan Zemlak"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"hildegard.mayert@schiller.co", "name"=>"Ms. Johan Olson", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$WPPUHjgaPNPELaeAu/kgWeXC7cSwyLYAiB3nNm3r.K9gbLzyIsvTa"], ["created_at", "2017-09-16 16:15:59.057974"], ["updated_at", "2017-09-16 16:15:59.057974"], ["name", "Ms. Johan Olson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"hildegard.mayert@schiller.co", "name"=>"Chandler Haag IV", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$gCIwr0cvl0nHRw21i2vVC.hqJQOtBaxxuRRDATf.vg2/P6E0Wpzou"], ["created_at", "2017-09-16 16:15:59.067878"], ["updated_at", "2017-09-16 16:15:59.067878"], ["name", "Chandler Haag IV"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Ms. Linnea Turcotte", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Crawford Conroy", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$J4AleL.Ne5VduCDJCJqopeA0eEPC4hw4jkN/HDBo4PeBPcQKIioxu"], ["created_at", "2017-09-16 16:15:59.097823"], ["updated_at", "2017-09-16 16:15:59.097823"], ["name", "Jamie Cartwright V"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"houston@goyette.co", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "houston@goyette.co"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "houston@goyette.co"], ["encrypted_password", "$2a$04$tiDIhfuMVDP1LRRLIen2peQi6SH0EK0PqY/Hcj1Leu8SeLTsCb3Fe"], ["updated_at", "2017-09-16 16:15:59.104013"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$M15i5oJdKf5qbWcbyOqokO.fKzeYM/Bt4Xuf/boYTpfoiuknhfF2e"], ["created_at", "2017-09-16 16:15:59.115166"], ["updated_at", "2017-09-16 16:15:59.115166"], ["name", "Keshawn Bauch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"hildegard.mayert@schiller.co", "name"=>"Keshawn Bauch", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$/1Q1m2hnx85I82Ux6JgxPe9yD5vJ9fy8A7VC45vIwck1Bb6LE2rBe"], ["updated_at", "2017-09-16 16:15:59.120259"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$EdwxM36zP6pb/3x/gum84OmB3PRoHSaLK/x0Ca.IPWTqVO0DDQqPW"], ["created_at", "2017-09-16 16:15:59.128984"], ["updated_at", "2017-09-16 16:15:59.128984"], ["name", "Danny Goyette"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Americo Thiel III", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$sw.Zpceh9LuVG2/sqUpLIu9DKBQLok8Exnog9aOFPRSMjdVr3AgsS"], ["created_at", "2017-09-16 16:15:59.144058"], ["updated_at", "2017-09-16 16:15:59.144058"], ["name", "Mr. Malachi Keebler"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "f"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard.mayert@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hildegard.mayert@schiller.co"], ["encrypted_password", "$2a$04$7Q4GLDvUKxWPzOqG1bbiHedd1thuFDigrLDMosZibafrRWd18rePC"], ["created_at", "2017-09-16 16:15:59.157623"], ["updated_at", "2017-09-16 16:15:59.157623"], ["name", "Doyle Glover Jr."], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 2ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$JZDDFd/FYy74X/xh0.dfjuUVATWeV2eGupyaqFMlA4xdt4BeLHPPi"], ["created_at", "2017-09-16 16:16:20.450429"], ["updated_at", "2017-09-16 16:16:20.450429"], ["name", "Norval Schoen"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.0ms)

 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$ejx..h4wqoDVVrtBBwwaHeNmSSe0XRY1b0v.IbtQOOfA8WZFPsJUS"], ["created_at", "2017-09-16 16:16:20.475579"], ["updated_at", "2017-09-16 16:16:20.475579"], ["name", "Mason Zboncak"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 7ms (Views: 1.2ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$RhL7VQT1lqZJH/Ft1VUB9eDpTPYw.Wi1lDBt2vFrN9Dd9gJEJQCHO"], ["created_at", "2017-09-16 16:16:20.514989"], ["updated_at", "2017-09-16 16:16:20.514989"], ["name", "Makenna Schuppe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"everette@bradtke.co", "name"=>"Ken Kirlin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$pmADFuSaY5qqKEKUn8fOfOMc0MoKrKP6mvhJd4rHrkCrsyIm.xyS6"], ["created_at", "2017-09-16 16:16:20.546061"], ["updated_at", "2017-09-16 16:16:20.546061"], ["name", "Ken Kirlin"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 8ms (ActiveRecord: 0.9ms)

 (0.2ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"everette@bradtke.co", "name"=>"Julianne Quitzon", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$vcThdEnxUW.wVNxW05Kje.Cp0c/mUR9CqNE0bzpQ0QUw9Q1dJHkwa"], ["created_at", "2017-09-16 16:16:20.563926"], ["updated_at", "2017-09-16 16:16:20.563926"], ["name", "Julianne Quitzon"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

User Load (0.3ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Emmett Grimes", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Cordell Anderson", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.5ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$B8bGBt7fBbVXFnNAJpgBTu8ofEChOwlH7PuenWnbQG5UrIb.zk8j2"], ["created_at", "2017-09-16 16:16:20.607994"], ["updated_at", "2017-09-16 16:16:20.607994"], ["name", "Idell Hodkiewicz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"declan_fay@bauchrau.name", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "declan_fay@bauchrau.name"], ["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "declan_fay@bauchrau.name"], ["encrypted_password", "$2a$04$EEkiVNSPkDtBi4HPwljAXOeLXprLd5VdiRPvJ2vxxE4rwaERyz89."], ["status", "f"], ["updated_at", "2017-09-16 16:16:20.617116"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 9ms (ActiveRecord: 0.9ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$GdODuYNraK4AmeBoBREPheen3DbGPqFbGuLRfCJy78Y6t6seIcS4S"], ["created_at", "2017-09-16 16:16:20.634211"], ["updated_at", "2017-09-16 16:16:20.634211"], ["name", "Amira Welch DDS"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"everette@bradtke.co", "name"=>"Amira Welch DDS", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$7ggjmxzs/ScaXgdoLRd6POG77lZtWesfHvBqbkTLMaKLxwacLcA6G"], ["updated_at", "2017-09-16 16:16:20.642435"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 7ms (ActiveRecord: 0.8ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (1.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$tBB1sm.fnkc5JVJwykWwG.sQ7QrHOQPgjgx41a.iNnXiCx0ucThCC"], ["created_at", "2017-09-16 16:16:20.655482"], ["updated_at", "2017-09-16 16:16:20.655482"], ["name", "Bell Rogahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Willy Ritchie", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.8ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$oyyUIIGmo2KxmtzfZcW9uOsnc5sutrdSvForydqqy8tfGS3qIYI8q"], ["created_at", "2017-09-16 16:16:20.678434"], ["updated_at", "2017-09-16 16:16:20.678434"], ["name", "Hank Bode II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

 (0.2ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (1.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "everette@bradtke.co"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "everette@bradtke.co"], ["encrypted_password", "$2a$04$5.J06.aq8hhd0XIEr0pRY.SuTQp.MnAzg5zhbI5l/dU7Cwe.5.i6S"], ["created_at", "2017-09-16 16:16:20.711689"], ["updated_at", "2017-09-16 16:16:20.711689"], ["name", "Percy Brekke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  DELETE FROM "users" WHERE "users"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (2.0ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$/OSXNBoIbAVLeswYUfoulOzwY6y1S0rvoBd/E0LafyaD9475BL7Om"], ["created_at", "2017-09-16 16:16:49.483311"], ["updated_at", "2017-09-16 16:16:49.483311"], ["name", "Lolita McGlynn"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$7ZI9pn.WtrFIX90Y0KhxXO1XAN.Gr3G3BWjbBKDwMdC/wMfiI39qC"], ["created_at", "2017-09-16 16:16:49.500075"], ["updated_at", "2017-09-16 16:16:49.500075"], ["name", "Reva Davis"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$QHKriH/IZqJoqeaLa8CfFO8VlC0j10R7onqCBOLYjzJC7Ky5Lm5R2"], ["created_at", "2017-09-16 16:16:49.519930"], ["updated_at", "2017-09-16 16:16:49.519930"], ["name", "Ms. Eula Jenkins"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"giovanny@powlowski.co", "name"=>"Mr. Clemmie Grimes", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$FTBrTlhnlCHKitJ22aQ8G.yTme7eN6oK5w11mND9EaTQHX5028MEq"], ["created_at", "2017-09-16 16:16:49.539774"], ["updated_at", "2017-09-16 16:16:49.539774"], ["name", "Mr. Clemmie Grimes"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"giovanny@powlowski.co", "name"=>"Deion Brown PhD", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$LlxTXqttv8YSDk5zjNBTX.kgrXW8FGglbg0j31bQL6KS5q/q952ma"], ["created_at", "2017-09-16 16:16:49.550067"], ["updated_at", "2017-09-16 16:16:49.550067"], ["name", "Deion Brown PhD"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Betsy Abernathy", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Eryn Bauch", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$mR34PPcQF0YQyNXPwbp3.uyHPi8gTPgoQAmKtYSuhGw0HpWJgcM/6"], ["created_at", "2017-09-16 16:16:49.582811"], ["updated_at", "2017-09-16 16:16:49.582811"], ["name", "Gracie Ankunding"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"penelope@gleichnerreinger.biz", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "penelope@gleichnerreinger.biz"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "penelope@gleichnerreinger.biz"], ["encrypted_password", "$2a$04$1hU4FxO8UtPbN8RvCNOTZ.PG93lAvPW.xB72mLcXRyfJ764IQB1TC"], ["admin", "f"], ["updated_at", "2017-09-16 16:16:49.589111"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$E.NFIJvFrf476tWi/QB2T.uQT9rSsuxeMOks4cAiQQOR9HUktlCM6"], ["created_at", "2017-09-16 16:16:49.600397"], ["updated_at", "2017-09-16 16:16:49.600397"], ["name", "Wilson Schimmel"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"giovanny@powlowski.co", "name"=>"Wilson Schimmel", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$YjwJh8UGPpJ4hNHkdiMHu.l3UHQCDhAnap2HrKQyBhjBf9moJymCq"], ["updated_at", "2017-09-16 16:16:49.605500"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$51FTnPFvcpzmwY/gFx.yJeN5EcMl4BP9aNVjEe1/BKN2h6A/kwgDu"], ["created_at", "2017-09-16 16:16:49.615831"], ["updated_at", "2017-09-16 16:16:49.615831"], ["name", "Julianne Christiansen"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Gus Bergstrom", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$azLq4LCLl61QEqjtAD4RteOz625bXDQRrxf2DOb1xshhIL2rqF56q"], ["created_at", "2017-09-16 16:16:49.631268"], ["updated_at", "2017-09-16 16:16:49.631268"], ["name", "Mckenna Jacobi"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-16 16:16:49.636421"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@powlowski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "giovanny@powlowski.co"], ["encrypted_password", "$2a$04$2BliCQ/gqeWmGeuN8MhJoOUPl8DmRg4sFbvuk2qDy8L/ygcYCTbdu"], ["created_at", "2017-09-16 16:16:49.645374"], ["updated_at", "2017-09-16 16:16:49.645374"], ["name", "Clotilde Schoen III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-16 16:16:49.648313"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.7ms)

 (0.1ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (27.8ms)
Rendered users/new.html.erb (35.7ms)
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (36.7ms)
Rendered users/new.html.erb (44.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mae@littleebert.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "mae@littleebert.name"], ["encrypted_password", "$2a$04$yitRH0WzUx5rbXVa2CMa2uOYyjEq9WU0lwz0/3nwpX6Iuu48yIwXi"], ["created_at", "2017-09-16 16:20:25.136480"], ["updated_at", "2017-09-16 16:20:25.136480"], ["name", "Jonas Braun"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "freeda.ko@moriettereilly.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "freeda.ko@moriettereilly.name"], ["encrypted_password", "$2a$04$38IcUiuL2z1csZ4fEevADOA.c1Ljp7710eH9repmItnd17Td0JxM2"], ["created_at", "2017-09-16 16:20:25.140509"], ["updated_at", "2017-09-16 16:20:25.140509"], ["name", "Blaise Sanford"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (30.8ms)
Rendered users/new.html.erb (38.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sammie_heel@thielcrooks.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "sammie_heel@thielcrooks.co"], ["encrypted_password", "$2a$04$VXQxDUARk.nm0VO5nS/ksOVxKJNbUUF/umRsGKRnl4LZzHyZvmuRS"], ["created_at", "2017-09-16 16:21:02.245009"], ["updated_at", "2017-09-16 16:21:02.245009"], ["name", "Manuela Turner"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fay@bruen.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "fay@bruen.info"], ["encrypted_password", "$2a$04$/oGobiUtWfn4g.fRfNxex.BQomBc5SDeyGM66wAbgN4zRLbx7t2vm"], ["created_at", "2017-09-16 16:21:02.249018"], ["updated_at", "2017-09-16 16:21:02.249018"], ["name", "Faker::Name.name"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (27.9ms)
Rendered users/new.html.erb (35.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sylvester@dubuque.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "sylvester@dubuque.name"], ["encrypted_password", "$2a$04$GgajyluzGosfft61qB4bmuomwhMfuzwJFUvIuK1KIGtaHjWUcELYW"], ["created_at", "2017-09-16 16:23:46.864032"], ["updated_at", "2017-09-16 16:23:46.864032"], ["name", "Jaquan Strosin"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sylvester@dubuque.name"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (30.6ms)
Rendered users/new.html.erb (37.7ms)
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (104.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (92.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_2
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_2
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (83.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (89.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_2
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "catharine.nicolas@kihn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "catharine.nicolas@kihn.name"], ["encrypted_password", "$2a$04$zzS.6BcV68RK509CAD/.NuwuSp.fWACM/nMrXHZZyiRpbCwwDz6oW"], ["created_at", "2017-09-16 16:26:01.652693"], ["updated_at", "2017-09-16 16:26:01.652693"], ["name", "Dolly Schmidt I"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_2
 (0.0ms)  SAVEPOINT active_record_2
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "catharine.nicolas@kihn.name"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_2
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (96.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (100.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
Rendering users/new.html.erb
Rendered users/_form.html.erb (29.1ms)
Rendered users/new.html.erb (36.8ms)
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (86.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (84.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_2
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_2
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (110.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (98.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (92.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (89.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nicolette.blick@boylemclaughlin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "nicolette.blick@boylemclaughlin.co"], ["encrypted_password", "$2a$04$6IiwyHY/6D9Xb8J0deJb5.8jifTthIYT6oEFzGJWsx5vJkmkYn6EG"], ["created_at", "2017-09-16 16:26:47.371822"], ["updated_at", "2017-09-16 16:26:47.371822"], ["name", "Leopoldo Kuvalis"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nicolette.blick@boylemclaughlin.co"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (117.2ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (28.5ms)
Rendered users/new.html.erb (38.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (78.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (78.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (113.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (73.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (97.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (87.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dina@terryritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "dina@terryritchie.co"], ["encrypted_password", "$2a$04$1324K4vxkWLcpokCxwWsB.5jc.hBlXmsWdyWsOxYpLm0heL36suCS"], ["created_at", "2017-09-16 16:27:26.466004"], ["updated_at", "2017-09-16 16:27:26.466004"], ["name", "Mrs. Duncan Roob"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dina@terryritchie.co"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (100.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (27.9ms)
Rendered users/new.html.erb (35.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (127.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (111.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (88.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (89.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (105.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elroy@predovic.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "elroy@predovic.co"], ["encrypted_password", "$2a$04$ZuHwqBU1YZfDjVcxqHdo6.VcZ8L3Rh7O.KP.21dw.qZYXHeC/SJpW"], ["created_at", "2017-09-16 16:29:08.777880"], ["updated_at", "2017-09-16 16:29:08.777880"], ["name", "Eulah Steuber"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elroy@predovic.co"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (97.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (29.5ms)
Rendered users/new.html.erb (39.9ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (102.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (100.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  DROP TABLE IF EXISTS "users"
 (0.1ms)  SELECT sqlite_version(*)
 (107.5ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar, "status" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "admin" boolean DEFAULT 'f')
 (99.5ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (0.2ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_email' AND type='index'



 (121.8ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (110.7ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (97.9ms)  INSERT INTO "schema_migrations" (version) VALUES (20170916152429)
 (73.2ms)  INSERT INTO "schema_migrations" (version) VALUES

(20170916144801), (20170916144726);



 (115.4ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2017-09-16 16:30:16.601358"], ["updated_at", "2017-09-16 16:30:16.601358"]]
 (88.1ms)  commit transaction
ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (143.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (72.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tommie_miller@weber.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "tommie_miller@weber.org"], ["encrypted_password", "$2a$04$tt83Aqiqk6XcdK1MzsnLTubdYoBPTkKMEJTCbuQZ1eRbFOez3zBHm"], ["created_at", "2017-09-16 16:30:17.381551"], ["updated_at", "2017-09-16 16:30:17.381551"], ["name", "Mariano Vandervort"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tommie_miller@weber.org"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (76.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (28.8ms)
Rendered users/new.html.erb (36.7ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (72.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (79.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (99.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (79.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (731.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (29.3ms)
Rendered users/new.html.erb (36.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (61.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (67.5ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (82.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (90.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (105.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (30.9ms)
Rendered users/new.html.erb (40.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (90.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (168.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.2ms)  PRAGMA foreign_keys = OFF
 (101.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (101.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (28.8ms)
Rendered users/new.html.erb (36.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (94.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (70.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (123.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (106.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (149.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marcus@kemmer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "marcus@kemmer.com"], ["encrypted_password", "$2a$04$esmR.f6mWDGGJRoiT.sh7.ERRNVP6LIAd4bpM7ssSaPpltrngV0uK"], ["created_at", "2017-09-16 16:32:59.834677"], ["updated_at", "2017-09-16 16:32:59.834677"], ["name", "Hassie Moore"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marcus@kemmer.com"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (97.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (31.2ms)
Rendered users/new.html.erb (38.5ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (92.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (90.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (75.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$jRNXIidblgbQTAwf5ti3x.2PWCJUomeX.KXPWX43IXQnaMtxe/24O"], ["created_at", "2017-09-16 16:34:02.049612"], ["updated_at", "2017-09-16 16:34:02.049612"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (81.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (27.8ms)
Rendered users/new.html.erb (34.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (86.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (79.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (82.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (72.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.coms"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.coms"], ["encrypted_password", "$2a$04$ZJ0FksiE08VuUgObw5y4G.rv9iFX3gAhuaUzhtnUzOqVxb7eFh.K."], ["created_at", "2017-09-16 16:34:32.410535"], ["updated_at", "2017-09-16 16:34:32.410535"], ["name", "werter meira"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (90.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (81.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (34.7ms)
Rendered users/new.html.erb (41.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (77.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "email"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mystring"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (113.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$6.6IO2MN8F0BBLKSXy5Dm.dyluBz50X1L/kWR.wvzNXM8JPkM7DJq"], ["created_at", "2017-09-16 16:35:57.680723"], ["updated_at", "2017-09-16 16:35:57.680723"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (104.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (33.2ms)
Rendered users/new.html.erb (40.4ms)
 (0.1ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (105.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (132.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@hotmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@hotmail.com"], ["encrypted_password", "$2a$04$m7EHgKftGXprlUikehEjieT0fO3LQvodR7q8xLKzMG8QzwQz8CBy6"], ["created_at", "2017-09-16 16:35:58.202005"], ["updated_at", "2017-09-16 16:35:58.202005"], ["name", "werte meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (124.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laura_hilll@miller.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "laura_hilll@miller.org"], ["encrypted_password", "$2a$04$93mFHuF3S.kT/muKpn6eBu/WjvGX9bppbzKB4y7JIw7EWVD5EG2Hu"], ["created_at", "2017-09-16 16:37:07.840514"], ["updated_at", "2017-09-16 16:37:07.840514"], ["name", "Aurore McKenzie"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (32.7ms)
Rendered users/edit.html.erb (40.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (131.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$WMEd3lRaZYTh9GaAsIBeDengnLtrwOyvP.15Tux58YvAyUGUZCaOC"], ["created_at", "2017-09-16 16:37:08.134744"], ["updated_at", "2017-09-16 16:37:08.134744"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (81.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.3ms)
Rendered users/new.html.erb (4.9ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (109.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@hotmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@hotmail.com"], ["encrypted_password", "$2a$04$9omjll1mpjbeW9bH21428uX0hVcU4MirX2CCOBRGjKJdDYoTKFK9m"], ["created_at", "2017-09-16 16:37:08.560546"], ["updated_at", "2017-09-16 16:37:08.560546"], ["name", "werte meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (117.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "faye@hermiston.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "faye@hermiston.com"], ["encrypted_password", "$2a$04$pm6LOub1SIboqSxcfgEAo.dBaVboAM25k6BV7niM.U4gshrEtd/JO"], ["created_at", "2017-09-16 16:38:02.255036"], ["updated_at", "2017-09-16 16:38:02.255036"], ["name", "Beau Hane"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (28.2ms)
Rendered users/edit.html.erb (35.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (115.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.0ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$vpce2n7DedosytDI/9F/ieGTo4CMI5bT0dBZim96ybK9LGZV6PCru"], ["created_at", "2017-09-16 16:38:02.561458"], ["updated_at", "2017-09-16 16:38:02.561458"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (5.6ms)
Rendered users/new.html.erb (6.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "burdette.tremblay@adamsolson.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "burdette.tremblay@adamsolson.com"], ["encrypted_password", "$2a$04$1r9ic.V/OCl6QzXssJ5XVeGC5SWE2SaXpSrWua/.99mfpU0QBocOC"], ["created_at", "2017-09-16 16:38:02.927380"], ["updated_at", "2017-09-16 16:38:02.927380"], ["name", "Eliseo Collins"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.9ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (73.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anastasia.senger@sanford.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "anastasia.senger@sanford.info"], ["encrypted_password", "$2a$04$/zlOfpx.BFjfkozMGhAKO.x697q9STOXpIg1rxzbY1qhoml9DSXyu"], ["created_at", "2017-09-16 16:39:07.539549"], ["updated_at", "2017-09-16 16:39:07.539549"], ["name", "Max Gerlach"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (35.6ms)
Rendered users/edit.html.erb (43.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (68.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (128.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$M9vUkgczi7O7v1D7VTVO3uXTujy3lyFgPUNqmg3GwwN.80hqjCFPC"], ["created_at", "2017-09-16 16:39:07.815331"], ["updated_at", "2017-09-16 16:39:07.815331"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (62.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.4ms)
Rendered users/new.html.erb (5.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (72.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "celestino@bogan.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "celestino@bogan.io"], ["encrypted_password", "$2a$04$LebG0qq3yBEbIfN2XzE4fOr2v7eHwS5gmDnn71EW2M57WNhh/9gmy"], ["created_at", "2017-09-16 16:39:08.095108"], ["updated_at", "2017-09-16 16:39:08.095108"], ["name", "Dr. Meagan Sporer"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (70.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hester@schimmel.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "hester@schimmel.net"], ["encrypted_password", "$2a$04$WyXCGZw4CflzXTTq1WFTDeHNEQomH7lLwZixWPHLv21TWpJMNx/WK"], ["created_at", "2017-09-16 16:39:42.749334"], ["updated_at", "2017-09-16 16:39:42.749334"], ["name", "Miss Luz Lehner"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (28.0ms)
Rendered users/edit.html.erb (35.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (132.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$qdzxTYAbr68w4OYLe.cr1uAeTSxfAHcAN/RQhQFRggzwZYLIu/GbK"], ["created_at", "2017-09-16 16:39:43.050322"], ["updated_at", "2017-09-16 16:39:43.050322"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (72.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (9.8ms)
Rendered users/new.html.erb (10.5ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (66.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nicolette.toy@deckow.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "nicolette.toy@deckow.name"], ["encrypted_password", "$2a$04$jc0p7Z04l8bTm85zos//7Oc8R6D.tuFlmYSmfOXZnv7b6GFyzO6NC"], ["created_at", "2017-09-16 16:39:43.360033"], ["updated_at", "2017-09-16 16:39:43.360033"], ["name", "Angelo Hartmann"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (107.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (69.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$mNfu0TkJpbpsydv9h0sUAOqc/0WK8GsdrraR/wQnfm09.HNWCBbF2"], ["created_at", "2017-09-17 14:44:09.426811"], ["updated_at", "2017-09-17 14:44:09.426811"], ["name", "Layne Kris"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$FITEvDbUk5GGJLja.6mCgeq01DPfGdEPG1SqW8tz88QGQsXpw6mni"], ["created_at", "2017-09-17 14:44:09.444972"], ["updated_at", "2017-09-17 14:44:09.444972"], ["name", "Felton Kihn"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$XOWUwUkmUHg/8K1LDVqb2uda/kfzgSAIEbF9NmaxP/oj0G7NbXCQ6"], ["created_at", "2017-09-17 14:44:09.467519"], ["updated_at", "2017-09-17 14:44:09.467519"], ["name", "Nicholaus Funk"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"polly@schoen.biz", "name"=>"Holden O'Keefe", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$QKFY4kSbxe7CLRjzz0Q.6eKvhtYizY1vDSSUvsYlKyNXg6gz8JaG2"], ["created_at", "2017-09-17 14:44:09.490152"], ["updated_at", "2017-09-17 14:44:09.490152"], ["name", "Holden O'Keefe"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"polly@schoen.biz", "name"=>"Everette Abbott", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$r2haiJKJXjvuoKSkFqvBQeT9A9xcTi.iaApB.EkLY8.hFWLG6lQly"], ["created_at", "2017-09-17 14:44:09.502145"], ["updated_at", "2017-09-17 14:44:09.502145"], ["name", "Everette Abbott"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Andy Carroll", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Ms. Claudia Ernser", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$tmxoSrJtX35WGS2UMTyOJ.sX0inTvKjm6e2IT..AGcwVWeqHsHPlm"], ["created_at", "2017-09-17 14:44:09.536793"], ["updated_at", "2017-09-17 14:44:09.536793"], ["name", "Mrs. Lila Hand"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"wilson_leannon@treutel.co", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "wilson_leannon@treutel.co"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "wilson_leannon@treutel.co"], ["encrypted_password", "$2a$04$5gs525HNFuLavjIlpuqFb.J5jg7WMp.0E3d6kOR62.eZPEmCNYqoO"], ["status", "t"], ["updated_at", "2017-09-17 14:44:09.543830"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$zVgyOBo4ddEO6TO7R09MGejQC9uPLrNkwpF4uZpRlICxcMrlvrBtO"], ["created_at", "2017-09-17 14:44:09.555081"], ["updated_at", "2017-09-17 14:44:09.555081"], ["name", "Dedric Becker"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"polly@schoen.biz", "name"=>"Dedric Becker", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$ckWN7Jr8ly9KrAqH8hHshejikRYCarqNtvmcAFwoN.CUFoBOx//K."], ["updated_at", "2017-09-17 14:44:09.560584"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$jWW2A7RSuGxR2zdA9tIhLuDEuUXSIpOdRVz4P7k3iMYyUtS3aj2UC"], ["created_at", "2017-09-17 14:44:09.571931"], ["updated_at", "2017-09-17 14:44:09.571931"], ["name", "Mrs. Ed Bergstrom"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Isidro Prosacco III", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$fGBoGhXferH3Cr5V3LiBceqhwku06nmzWriEsiV4nf1XP2NLEm65q"], ["created_at", "2017-09-17 14:44:09.588951"], ["updated_at", "2017-09-17 14:44:09.588951"], ["name", "Rubie Champlin PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 14:44:09.593079"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@schoen.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "polly@schoen.biz"], ["encrypted_password", "$2a$04$33ijgAZSoCvvNFDQTUzD7.UIFqFZOWK/rUxPEbzwEa5VkmNDCIbzG"], ["created_at", "2017-09-17 14:44:09.602860"], ["updated_at", "2017-09-17 14:44:09.602860"], ["name", "Linda Kuvalis"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 14:44:09.607014"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (285.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (221.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (217.0ms)  DELETE FROM "users";
 (0.7ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (176.3ms)  DELETE FROM "ar_internal_metadata";
 (0.7ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kari.cummings@rutherford.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kari.cummings@rutherford.org"], ["encrypted_password", "$2a$04$Bhg24uLOlI5vL9WlAEj/.O4XsjaSR6jdu5FHgXzlXWDLmneBcycTu"], ["created_at", "2017-09-17 14:44:10.545387"], ["updated_at", "2017-09-17 14:44:10.545387"], ["name", "Misael Marvin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "malcolm@welchbotsford.io"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "malcolm@welchbotsford.io"], ["encrypted_password", "$2a$04$FdVxlBcdUmXl3v/tujMdXO0V19tQ5Q/JlvgJk3nVUSSworzW8NzHy"], ["created_at", "2017-09-17 14:44:10.556284"], ["updated_at", "2017-09-17 14:44:10.556284"], ["name", "Caroline Treutel Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.9ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "karl@wolf.name"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "karl@wolf.name"], ["encrypted_password", "$2a$04$pczqD9BC8qNsYah.3xNIyuggP4Oxu11IX/lCfxanyamM/P.Zk1THS"], ["created_at", "2017-09-17 14:44:10.568064"], ["updated_at", "2017-09-17 14:44:10.568064"], ["name", "Mrs. Samantha Green"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rhoda@stehr.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rhoda@stehr.org"], ["encrypted_password", "$2a$04$/q9nhzQQEbYbAOgF2rmKCePqn1Dz54bV4K1wP4pMrFbzelHJgqSbu"], ["created_at", "2017-09-17 14:44:10.581270"], ["updated_at", "2017-09-17 14:44:10.581270"], ["name", "Johnnie Nolan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "thea@bergnaumdamore.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "thea@bergnaumdamore.name"], ["encrypted_password", "$2a$04$i6/UUVOFtW3p.Ud4mHKJxOhZ3eqsuzaBCBdqdkiOrkMxL2ef.7cOm"], ["created_at", "2017-09-17 14:44:10.593584"], ["updated_at", "2017-09-17 14:44:10.593584"], ["name", "Vincenzo Muller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (227.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (209.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started GET “/admin” for 127.0.0.1 at 2017-09-17 11:44:11 -0300 Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (1.9ms)
Rendered layouts/shared/_header.html.erb (0.7ms)

Completed 200 OK in 9997ms (Views: 9985.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (239.7ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (174.1ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.6ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (209.6ms)  DELETE FROM "users";
 (1.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (153.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clotilde@swiftberge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "clotilde@swiftberge.name"], ["encrypted_password", "$2a$04$uxj.Kyee/BfgjpSP9YlmC..Dh/kez0Pn6JXROP4w95Q/OqzlbLdIa"], ["created_at", "2017-09-17 14:44:22.183403"], ["updated_at", "2017-09-17 14:44:22.183403"], ["name", "Ms. Kelley Emmerich"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (31.4ms)
Rendered users/edit.html.erb (39.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (154.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (189.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$LySZa.J/sa4oEgJtD7rZ3OisGTswy2.WjIBPmZW54q.X9kn7wdhfi"], ["created_at", "2017-09-17 14:44:22.584815"], ["updated_at", "2017-09-17 14:44:22.584815"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (2.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (135.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (186.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (5.9ms)
Rendered users/new.html.erb (6.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (135.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (155.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.5ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "king@krajcik.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "king@krajcik.org"], ["encrypted_password", "$2a$04$3e0eb2UaY8FEYk2QuisSJur/eMoVBTkbQJNIBOOKqw4Q3QLu7KzNK"], ["created_at", "2017-09-17 14:44:23.238174"], ["updated_at", "2017-09-17 14:44:23.238174"], ["name", "Erin Harber"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (226.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (155.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.0ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (98.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.3ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (119.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (150.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$/GBD3hDwxgU4ZK5BtpglT.oqCrbdg1KHLHKcrP5I7DF5wDsm94zv."], ["created_at", "2017-09-17 14:48:31.225741"], ["updated_at", "2017-09-17 14:48:31.225741"], ["name", "Kelsi Towne"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$N5VyhBXkopIkqIq0F5D.uOJ3ipVRqw5RUYWlT.EFXuD8oeoqHmzMq"], ["created_at", "2017-09-17 14:48:31.242412"], ["updated_at", "2017-09-17 14:48:31.242412"], ["name", "Abigail Balistreri"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$/WnxEVZsXoX1uJDqd7.DDO0KCw20E/IhrferM5mwYXZjveyuDZ7kG"], ["created_at", "2017-09-17 14:48:31.264201"], ["updated_at", "2017-09-17 14:48:31.264201"], ["name", "Manuela Walsh Sr."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"jovan@powlowski.net", "name"=>"Jeromy McLaughlin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$vH9FlcMhDLSZrPnhQT8Ype/lnlm82tuQWeeOy352llE/Mnjwa5wSG"], ["created_at", "2017-09-17 14:48:31.284653"], ["updated_at", "2017-09-17 14:48:31.284653"], ["name", "Jeromy McLaughlin"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"jovan@powlowski.net", "name"=>"Alberto Bartell", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$3QHzSQVE8FNbbVGvtTQ2JOgpc218fjJncNpBIIMS3Sijlhcy4ytGi"], ["created_at", "2017-09-17 14:48:31.295622"], ["updated_at", "2017-09-17 14:48:31.295622"], ["name", "Alberto Bartell"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Terrance Champlin MD", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Jalyn Kovacek", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.5ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$UW7u00SJsyboHCYkReXF3eo1uKJFDEb3BECFVpOYLfKmUnHx35Y3u"], ["created_at", "2017-09-17 14:48:31.329656"], ["updated_at", "2017-09-17 14:48:31.329656"], ["name", "Talia Heaney DVM"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"gerhard.blanda@stamm.io", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "gerhard.blanda@stamm.io"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "gerhard.blanda@stamm.io"], ["encrypted_password", "$2a$04$pVEgjQ8F5v2.MpL6Np2yUevzp6jorEgyml5pACnD0G97DK5UfAN7q"], ["status", "t"], ["updated_at", "2017-09-17 14:48:31.335343"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$OvepfmH.if3jBuCBqNfv.esCWP.N2X8sB/AnslO8Re7v12leH0T9G"], ["created_at", "2017-09-17 14:48:31.347832"], ["updated_at", "2017-09-17 14:48:31.347832"], ["name", "Viola Ebert PhD"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"jovan@powlowski.net", "name"=>"Viola Ebert PhD", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$HHzdEwqCE/QdNggzJ0Cf/eLexQA1UY0EQVhsEbJyyW3918oQbnzcW"], ["updated_at", "2017-09-17 14:48:31.352802"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$MOWFM8gh8y4tYaA6V1G3LOb56b0/DiHuN5YNEx2xakeTOPm/hU4hm"], ["created_at", "2017-09-17 14:48:31.363105"], ["updated_at", "2017-09-17 14:48:31.363105"], ["name", "Gus Klocko"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Mattie Beer", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$erqfWpKcJYoKFlBiUz6uJOR6MQca2KnPwrQW4BE2er9pf8txe7Oou"], ["created_at", "2017-09-17 14:48:31.378287"], ["updated_at", "2017-09-17 14:48:31.378287"], ["name", "Floy Moen DVM"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 14:48:31.383200"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovan@powlowski.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jovan@powlowski.net"], ["encrypted_password", "$2a$04$xtRswk4z7g5L1v9Me5lIH.dfeBRGrox4jdX7TVfei35avg6aJ8OTW"], ["created_at", "2017-09-17 14:48:31.392290"], ["updated_at", "2017-09-17 14:48:31.392290"], ["name", "Clinton Crona"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 14:48:31.396159"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (149.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (165.4ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (106.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aylin@white.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aylin@white.net"], ["encrypted_password", "$2a$04$KDy0wqGQSuDGL9Niv33OkeumahWTUr8jTbQzgEt29QfApp87xbtL."], ["created_at", "2017-09-17 14:48:31.951430"], ["updated_at", "2017-09-17 14:48:31.951430"], ["name", "Richmond Jenkins"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "skye@parisian.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "skye@parisian.org"], ["encrypted_password", "$2a$04$IC7RcnFrHhJb2Pd8kJf5H.o5j1TZsiclubZ9v29aL6QXJ6DCn7uVO"], ["created_at", "2017-09-17 14:48:31.960397"], ["updated_at", "2017-09-17 14:48:31.960397"], ["name", "Jamil Wintheiser"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cecil@ziemann.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cecil@ziemann.com"], ["encrypted_password", "$2a$04$2PXvsa0vcfycRdTZsOfHHuRAVayUHFxz1cIG4HmvVk.Lo3dDAUe9i"], ["created_at", "2017-09-17 14:48:31.970821"], ["updated_at", "2017-09-17 14:48:31.970821"], ["name", "Ana Lang"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cynthia@dooley.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cynthia@dooley.com"], ["encrypted_password", "$2a$04$sAKYMydTM9SI41ROeAgIwOtrMFCH0A/vvtqkPEcLj9rSfDvtnRiGy"], ["created_at", "2017-09-17 14:48:31.980585"], ["updated_at", "2017-09-17 14:48:31.980585"], ["name", "Frank McGlynn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "skyla@farrell.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "skyla@farrell.org"], ["encrypted_password", "$2a$04$XCMW223BcyPyjcQAYrd7D.qgAzlBQS/pc41ywC2IC6xVCoP63A8MO"], ["created_at", "2017-09-17 14:48:31.992738"], ["updated_at", "2017-09-17 14:48:31.992738"], ["name", "Sallie Braun"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (102.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 11:48:32 -0300 Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (1.9ms)
Rendered layouts/shared/_header.html.erb (0.7ms)

Completed 200 OK in 244ms (Views: 237.2ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (119.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (117.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (97.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lawson@daughertycartwright.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lawson@daughertycartwright.name"], ["encrypted_password", "$2a$04$Kml5CvWF59I8WXSTLYJ3H.9XXWDSrMRQnBmujU2FgJ8UtvFZafMqC"], ["created_at", "2017-09-17 14:48:33.017869"], ["updated_at", "2017-09-17 14:48:33.017869"], ["name", "Rosina Lind III"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (73.8ms)
Rendered users/edit.html.erb (81.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (97.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$Mq6cNy/TAk1akcVDX2imnesVN9FK1YVUPcmSsa6ETVHeEUiGt1PQi"], ["created_at", "2017-09-17 14:48:33.320751"], ["updated_at", "2017-09-17 14:48:33.320751"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (3.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (108.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (7.9ms)
Rendered users/new.html.erb (8.7ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (96.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sabryna_huel@kuhic.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "sabryna_huel@kuhic.com"], ["encrypted_password", "$2a$04$l1/TzT/poAB4qWAoPBfvLOZfisIKW26waELBbziBDKs5vFHL4cR9S"], ["created_at", "2017-09-17 14:48:33.795016"], ["updated_at", "2017-09-17 14:48:33.795016"], ["name", "Judge Kozey V"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (101.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (97.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$1ZAYVt0beSS6RY0OjZ31oeUjUm2VEirAAbIYerpR8eClEsTNH2k2K"], ["created_at", "2017-09-17 14:49:03.729903"], ["updated_at", "2017-09-17 14:49:03.729903"], ["name", "Maybelle Gottlieb"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$AGVDW3n6.biokqBvU5fQh.zMC6QuO51weU8tC/6AZcMwdutt232Te"], ["created_at", "2017-09-17 14:49:03.747550"], ["updated_at", "2017-09-17 14:49:03.747550"], ["name", "Delphine Krajcik"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#new as HTML

Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$xzJ6AT1okqFn1tSueZMYMOIfZVFwSEwZrHS9nnr7O1LVpm5a9AJBe"], ["created_at", "2017-09-17 14:49:03.768663"], ["updated_at", "2017-09-17 14:49:03.768663"], ["name", "Ms. Alphonso Fritsch"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"ciara.deckow@langosh.io", "name"=>"Yolanda Kub IV", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$zHIzitdIr8EcNe5qVby6ouQfieWHaX5kedbU/C.evB6GezDdhYU.S"], ["created_at", "2017-09-17 14:49:03.789938"], ["updated_at", "2017-09-17 14:49:03.789938"], ["name", "Yolanda Kub IV"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"ciara.deckow@langosh.io", "name"=>"Delphine Cruickshank", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$Yoen.4IerHXRELR9cVkheeKc5GTnVri0Y.uXaUBjh/8wQCCiccMgm"], ["created_at", "2017-09-17 14:49:03.806979"], ["updated_at", "2017-09-17 14:49:03.806979"], ["name", "Delphine Cruickshank"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/1 Completed 302 Found in 11ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Nigel Satterfield", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Gina Weber", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$Z8IERMfs/5lLhiID6TPv8.fzUSFEleO0RERrCas.vSri7pSTxxjjO"], ["created_at", "2017-09-17 14:49:03.838234"], ["updated_at", "2017-09-17 14:49:03.838234"], ["name", "Dr. Zakary Mante"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"august_berge@adams.net", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "august_berge@adams.net"], ["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "august_berge@adams.net"], ["encrypted_password", "$2a$04$xRC/lDxeGA16zamMEaJsMuIpjTa79QX267wGsCSEGCIL82s57lx06"], ["admin", "f"], ["updated_at", "2017-09-17 14:49:03.845276"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$trhjM9CDdbsJHRx4/qCZDOM/4MCkec2XFo9Rb8R8oKq8lhqJ7NpdG"], ["created_at", "2017-09-17 14:49:03.856032"], ["updated_at", "2017-09-17 14:49:03.856032"], ["name", "Enid Anderson"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"ciara.deckow@langosh.io", "name"=>"Enid Anderson", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$sYAvrljI48Ncb8Z5pKqeh.vmF1IMm2/oV7hnmGDUv53PVR.RB18.y"], ["updated_at", "2017-09-17 14:49:03.861092"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$/nPfYOF7Y/2/AnZ46nbE9Oqgk//i6MjqLsfkt6nBh/i74Ynjy0Kr6"], ["created_at", "2017-09-17 14:49:03.871357"], ["updated_at", "2017-09-17 14:49:03.871357"], ["name", "Beatrice Fadel III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Ariane Feil", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 1], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$e77MZnddPNMwamp/tVJpg.bf3QBSXcHbaLYksADfWW4dhB2jgZJti"], ["created_at", "2017-09-17 14:49:03.886709"], ["updated_at", "2017-09-17 14:49:03.886709"], ["name", "Eliseo Denesik"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 14:49:03.890717"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara.deckow@langosh.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ciara.deckow@langosh.io"], ["encrypted_password", "$2a$04$7oNkBO.ux65Ah.40clPobO31aJnm2TCPDAWu1aEWlrfMwV7nAK82S"], ["created_at", "2017-09-17 14:49:03.900190"], ["updated_at", "2017-09-17 14:49:03.900190"], ["name", "Arnulfo Corwin Sr."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 14:49:03.903923"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (91.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garry@mclaughlin.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "garry@mclaughlin.io"], ["encrypted_password", "$2a$04$NRYDKKpofv5fqqeEpqKkr.N6lJr3nI9bRsCIySzjY9BHqneUMi6kK"], ["created_at", "2017-09-17 14:49:04.147842"], ["updated_at", "2017-09-17 14:49:04.147842"], ["name", "Aaron Goodwin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leo_kirlin@schiller.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leo_kirlin@schiller.co"], ["encrypted_password", "$2a$04$WY/7XmyewhGc5Sk8jgKK6e9UZuXMLFNJGDcfefAn4JBuDyUJpQMVy"], ["created_at", "2017-09-17 14:49:04.156811"], ["updated_at", "2017-09-17 14:49:04.156811"], ["name", "Osvaldo Beer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hester@nolan.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hester@nolan.net"], ["encrypted_password", "$2a$04$OBhroWyAyLcQzVtWl.iiOOEt7czhGhKF9jmM1w4611ZtouutXc4XW"], ["created_at", "2017-09-17 14:49:04.166780"], ["updated_at", "2017-09-17 14:49:04.166780"], ["name", "Kristina Tromp"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caitlyn@jacobson.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caitlyn@jacobson.net"], ["encrypted_password", "$2a$04$G8XRNrCZGF6Pi.8p7Ws/RebEbsFZlqzCjfW7nPfn51uOJonXR/bQu"], ["created_at", "2017-09-17 14:49:04.177103"], ["updated_at", "2017-09-17 14:49:04.177103"], ["name", "Alfreda Larkin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shane.skiles@bayermcclure.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shane.skiles@bayermcclure.com"], ["encrypted_password", "$2a$04$8twFh3p6IeZkAjAR4Fx6EuoF5wmj.cSzgDdk0.dozQ3VIi7vlfX2S"], ["created_at", "2017-09-17 14:49:04.187392"], ["updated_at", "2017-09-17 14:49:04.187392"], ["name", "Roger Schaefer II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (103.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 11:49:04 -0300 Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (2.0ms)
Rendered layouts/shared/_header.html.erb (0.6ms)

Completed 200 OK in 243ms (Views: 236.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (89.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (106.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dakota@kulas.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "dakota@kulas.name"], ["encrypted_password", "$2a$04$xM8D2SLGsv8NZvasVwzBc.82GW/hN2VaOJv.o1VvbJKiYJimDq5JC"], ["created_at", "2017-09-17 14:49:05.137783"], ["updated_at", "2017-09-17 14:49:05.137783"], ["name", "Tiara Johnston Jr."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (28.8ms)
Rendered users/edit.html.erb (36.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (100.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$DPx5MucRlamI0BgVWYGKbeGlDs7tjCQ4OtdzvLGUD0Y0Bo76GSqrK"], ["created_at", "2017-09-17 14:49:05.390846"], ["updated_at", "2017-09-17 14:49:05.390846"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (142.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (6.0ms)
Rendered users/new.html.erb (6.7ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (99.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (114.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brendan_pfannerstill@goodwin.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "brendan_pfannerstill@goodwin.name"], ["encrypted_password", "$2a$04$8vpu3XTXINyjjMMvP29ky.rqQw2aD84wI1F8cXOMsbo/c3uxmVWJ2"], ["created_at", "2017-09-17 14:49:05.904337"], ["updated_at", "2017-09-17 14:49:05.904337"], ["name", "Trystan Moen"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.9ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (107.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gennaro@wolfborer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gennaro@wolfborer.com"], ["encrypted_password", "$2a$04$bO8JtkobS6bZ6H5emeC1seqNyZ8jS760Njjm8st8/QnCxE7dOdmmu"], ["created_at", "2017-09-17 14:59:27.714207"], ["updated_at", "2017-09-17 14:59:27.714207"], ["name", "Tom Hilpert"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gennaro@wolfborer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gennaro@wolfborer.com"], ["encrypted_password", "$2a$04$QqMbD6mGEWyIp4Svur9uZ.xwq0ojwPIgs.sWLqx1u.ux4Y2Ib/IYu"], ["created_at", "2017-09-17 14:59:27.727549"], ["updated_at", "2017-09-17 14:59:27.727549"], ["name", "Gage Schowalter"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"1"}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#new as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gennaro@wolfborer.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gennaro@wolfborer.com"], ["encrypted_password", "$2a$04$07CsCkM5.mzADk8PRyXgt.8oG6AAKf8woUV7pK5PEqqKeV/pkpPgK"], ["created_at", "2017-09-17 14:59:27.741345"], ["updated_at", "2017-09-17 14:59:27.741345"], ["name", "Tyra Williamson Sr."]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"1"}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"gennaro@wolfborer.com", "name"=>"Lisette Cormier", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"gennaro@wolfborer.com", "name"=>"Colt Hermann", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Garry Stokes", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Vinnie Hartmann", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gennaro@wolfborer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gennaro@wolfborer.com"], ["encrypted_password", "$2a$04$HoHfoQ8QrAde48mpKzu8eOWECzkpLJ4YIma9nWfIsB1e/3yc6eeay"], ["created_at", "2017-09-17 14:59:27.785300"], ["updated_at", "2017-09-17 14:59:27.785300"], ["name", "Nestor Stamm DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"lexie.stiedemann@corkerygerhold.co", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gennaro@wolfborer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gennaro@wolfborer.com"], ["encrypted_password", "$2a$04$2ivfae/a4Hw9NOUeFhzYZOOim3Bkv4lc8RHdBE3/A7hfLVe9/aiHC"], ["created_at", "2017-09-17 14:59:27.795469"], ["updated_at", "2017-09-17 14:59:27.795469"], ["name", "Margarete Labadie"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"gennaro@wolfborer.com", "name"=>"Margarete Labadie", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gennaro@wolfborer.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gennaro@wolfborer.com"], ["encrypted_password", "$2a$04$cndTBX3jvbZvYir5EA.BeegHiqtcMa9by2uiE4Jf1jP0S2n6q9RyC"], ["created_at", "2017-09-17 14:59:27.807319"], ["updated_at", "2017-09-17 14:59:27.807319"], ["name", "Catharine Goodwin"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Doris Paucek", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"1"}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gennaro@wolfborer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gennaro@wolfborer.com"], ["encrypted_password", "$2a$04$oyPmlnBmD/axVE52SKsvteTyQOuyt0fymgdhGjCJi4WXu9NoPte4m"], ["created_at", "2017-09-17 14:59:27.817900"], ["updated_at", "2017-09-17 14:59:27.817900"], ["name", "Mrs. Richmond Hoppe"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gennaro@wolfborer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gennaro@wolfborer.com"], ["encrypted_password", "$2a$04$/JGUJCMPWInHNz1UoJZjP.e34qN.fu8aoJUGwcfZf.nnG1qjgS2kq"], ["created_at", "2017-09-17 14:59:27.830667"], ["updated_at", "2017-09-17 14:59:27.830667"], ["name", "Donna Kulas"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"1"}

Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (103.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alycia_gibson@hand.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alycia_gibson@hand.co"], ["encrypted_password", "$2a$04$Lmfpu0DD.ImmToXjCJhmLeLp/BnKh5uvYCt2wIfCUxmDT/Os0l/AK"], ["created_at", "2017-09-17 14:59:28.052752"], ["updated_at", "2017-09-17 14:59:28.052752"], ["name", "Mr. Remington Bashirian"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garrick_schaefer@ernserboyer.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "garrick_schaefer@ernserboyer.co"], ["encrypted_password", "$2a$04$z17nK403/VEXQm1Ws6P1lOUreIukAfHlIyTyrWAOw8u10B.sT2Dkq"], ["created_at", "2017-09-17 14:59:28.062688"], ["updated_at", "2017-09-17 14:59:28.062688"], ["name", "Mr. Gerardo Hessel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "constantin.terry@quigley.org"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "constantin.terry@quigley.org"], ["encrypted_password", "$2a$04$HC2NJoxlzseyEDE0tJduEO1PKKy2ceRO08cIQlgwMa4bjEGRCuIvi"], ["created_at", "2017-09-17 14:59:28.072245"], ["updated_at", "2017-09-17 14:59:28.072245"], ["name", "Kelsi Medhurst"], ["status", "t"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emiliano_eichmann@reinger.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emiliano_eichmann@reinger.io"], ["encrypted_password", "$2a$04$lZMrgdUlkqD27kOV2LNyL.uuful6jz2FxWHLK7qUeytkmcsbXQtiW"], ["created_at", "2017-09-17 14:59:28.084360"], ["updated_at", "2017-09-17 14:59:28.084360"], ["name", "Miss Josh Reinger"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "edmond_borer@farrell.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "edmond_borer@farrell.net"], ["encrypted_password", "$2a$04$z/ZNTeGzk3zoZSSQnjBWBe/0hwCsqjd1PmVFyEl7UyCouAY6tbrk6"], ["created_at", "2017-09-17 14:59:28.093819"], ["updated_at", "2017-09-17 14:59:28.093819"], ["name", "Joannie Swaniawski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (124.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 11:59:28 -0300 Processing by UsersController#index as HTML Completed 401 Unauthorized in 11ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (117.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (105.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maureen@daugherty.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "maureen@daugherty.name"], ["encrypted_password", "$2a$04$J4JiusSKbnJT1KzRKKQr9Okn1rw5tjh5PvvcOg2s6.TUqrzL.2ESW"], ["created_at", "2017-09-17 14:59:28.978720"], ["updated_at", "2017-09-17 14:59:28.978720"], ["name", "Brandon Konopelski"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (30.7ms)
Rendered users/edit.html.erb (38.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (115.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$TnOq2k3YK9hYjc9AJ/1Zcex2.L394cAfsBAxDReZanavNNvhOyW.S"], ["created_at", "2017-09-17 14:59:29.275650"], ["updated_at", "2017-09-17 14:59:29.275650"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (103.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (144.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (6.7ms)
Rendered users/new.html.erb (7.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (91.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (132.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "deja@yostglover.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "deja@yostglover.biz"], ["encrypted_password", "$2a$04$88vsh3DvYJDMLGUN4pi5i.iG3Bzu3pkswxbfR8xd9GtKg99f6pKkK"], ["created_at", "2017-09-17 14:59:29.786912"], ["updated_at", "2017-09-17 14:59:29.786912"], ["name", "Velda Osinski"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (101.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (166.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (72.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lucie@hyatt.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lucie@hyatt.org"], ["encrypted_password", "$2a$04$dUkeNN0oukAIJdeXl8xBb.JS6p2uDF1Y4NP2G3p8aXD9bZX8UyL9K"], ["created_at", "2017-09-17 15:14:56.367747"], ["updated_at", "2017-09-17 15:14:56.367747"], ["name", "Sabryna Streich"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$rM6pwNmqoh5BiYVSQZiVwe5RkpjjKO8HMajpdGJZYlapSwv/xRgtu"], ["created_at", "2017-09-17 15:14:56.372229"], ["updated_at", "2017-09-17 15:14:56.372229"], ["name", "Mrs. Benny Nolan"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 3.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kirsten@fritsch.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kirsten@fritsch.net"], ["encrypted_password", "$2a$04$e8PMZGGYMVSK992U8nteLe6D5SaFaf4L.MdqQOMG/fgTHH1.QmSu."], ["created_at", "2017-09-17 15:14:56.390188"], ["updated_at", "2017-09-17 15:14:56.390188"], ["name", "Junior Beatty II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$.Cifubv7WdsJ0Blv7MKhmOZoAk3KXCo8R/JUKdY6ZRSSkxq9izU4q"], ["created_at", "2017-09-17 15:14:56.395732"], ["updated_at", "2017-09-17 15:14:56.395732"], ["name", "Mrs. Terrill Leffler"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garrett@grimesoreilly.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "garrett@grimesoreilly.net"], ["encrypted_password", "$2a$04$GmTE6vykp4GuN81wO.YwbuDPvegnlhS86J0GKd0N1jga1CqyCeqQa"], ["created_at", "2017-09-17 15:14:56.408525"], ["updated_at", "2017-09-17 15:14:56.408525"], ["name", "Hilton Carroll V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilhelmine_reichel@reichel.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wilhelmine_reichel@reichel.com"], ["encrypted_password", "$2a$04$B1zngTkALYFoR1aJf3lEtu45Ew/Rz4WVI2HcQepOgrmnlSoNdcosq"], ["created_at", "2017-09-17 15:14:56.421498"], ["updated_at", "2017-09-17 15:14:56.421498"], ["name", "Violette Ebert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$E9ilNmB9Rt0mLVPju5Tc9.DxpPI1sPTplPIU2lBYnWgqVFq5W.tFG"], ["created_at", "2017-09-17 15:14:56.425603"], ["updated_at", "2017-09-17 15:14:56.425603"], ["name", "Wanda Hyatt"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adah@gutkowski.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "adah@gutkowski.name"], ["encrypted_password", "$2a$04$wyPqKZ2pu/hG24ikgt9Agup8Ia1uRVb5MHOVs2U/7ErV4faO62tFq"], ["created_at", "2017-09-17 15:14:56.439395"], ["updated_at", "2017-09-17 15:14:56.439395"], ["name", "Miss Wyatt Reynolds"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"carlo.collins@renner.co", "name"=>"Lucio Wuckert", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$Yh7XhcWC4fROa/RHpxrW2.0g0EZl5nJhtbIcRItnC7f3YEoMV.yM6"], ["created_at", "2017-09-17 15:14:56.452661"], ["updated_at", "2017-09-17 15:14:56.452661"], ["name", "Lucio Wuckert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

 (0.2ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marshall_smith@hackett.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marshall_smith@hackett.co"], ["encrypted_password", "$2a$04$xOkomJE4Gg4l.3D7KA14fuRs9z3zQI5Wjv1CtnCG8i0NGdD8g0.xW"], ["created_at", "2017-09-17 15:14:56.463340"], ["updated_at", "2017-09-17 15:14:56.463340"], ["name", "Kaycee Kuhlman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"carlo.collins@renner.co", "name"=>"Marco Feil", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$0bLVqXKE7FGcmpW69yAr3.VStkpnJ4VNtksoMAImAnRQzXcQClNY."], ["created_at", "2017-09-17 15:14:56.469202"], ["updated_at", "2017-09-17 15:14:56.469202"], ["name", "Marco Feil"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sister.cole@orn.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sister.cole@orn.org"], ["encrypted_password", "$2a$04$Q.Mg4du1VLkIW2uVX8W.BuyWS0pqDCVCZZ52Yn5DjSFkvFRv84vTm"], ["created_at", "2017-09-17 15:14:56.481258"], ["updated_at", "2017-09-17 15:14:56.481258"], ["name", "Nels Nader DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Ambrose Tillman", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "napoleon.nikolaus@harvey.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "napoleon.nikolaus@harvey.biz"], ["encrypted_password", "$2a$04$Gz7LdEQiMIbtWb9.4qj13eWXZOP4h6BZ7R3rDbFCCQXc027ePgzI2"], ["created_at", "2017-09-17 15:14:56.498040"], ["updated_at", "2017-09-17 15:14:56.498040"], ["name", "Lamar Lowe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Earlene Walter", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester@romaguera.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lester@romaguera.co"], ["encrypted_password", "$2a$04$w7j36kWqTY410q0hHCje8uy6rPL6CUA57ctShlFg4//2qKSsy9Tle"], ["created_at", "2017-09-17 15:14:56.512953"], ["updated_at", "2017-09-17 15:14:56.512953"], ["name", "Sabryna Conroy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$vy2eukbXoAGN/GZp4.xzs.eh2GxXR3YBzgY1c59Is93iCnWFbZQQK"], ["created_at", "2017-09-17 15:14:56.517968"], ["updated_at", "2017-09-17 15:14:56.517968"], ["name", "Dr. Karl Fadel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"reed_sanford@kuvalisgusikowski.biz", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "reed_sanford@kuvalisgusikowski.biz"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "reed_sanford@kuvalisgusikowski.biz"], ["encrypted_password", "$2a$04$0buX4QhEXjVXO9rGJFF/t.8moDuR0KN4M6yEDungUoMZYWWz2dj6i"], ["admin", "t"], ["updated_at", "2017-09-17 15:14:56.524048"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "benny_muller@considine.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "benny_muller@considine.biz"], ["encrypted_password", "$2a$04$jr6xe0y0MHupqTUlA9/ZE.BQ4GPPKNZnZj1BlqRMU7gUtITu4Q8R6"], ["created_at", "2017-09-17 15:14:56.535955"], ["updated_at", "2017-09-17 15:14:56.535955"], ["name", "Noel Hayes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$iADA2snatj7bMldOE08ebuKlpH7XAgLT1RABk2ggn96l71M7KfHU6"], ["created_at", "2017-09-17 15:14:56.539738"], ["updated_at", "2017-09-17 15:14:56.539738"], ["name", "Elsa Kunde"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"carlo.collins@renner.co", "name"=>"Elsa Kunde", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$75ONKYiErfmH8.cMetltBu17dTzB3tQviBeNL0a4uZGulcilhF.nG"], ["updated_at", "2017-09-17 15:14:56.545005"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "immanuel@kiehn.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "immanuel@kiehn.info"], ["encrypted_password", "$2a$04$ptdQkfkEX8nl/4J.qvzIpOnJBUM5H.sycwgya9DFJvrvjbCCeNZIq"], ["created_at", "2017-09-17 15:14:56.555135"], ["updated_at", "2017-09-17 15:14:56.555135"], ["name", "Richard Bosco"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$DRmECC1OhgIC5S8cFQWlmeXydqIanIRmUyeDfJTMo8siR5G5RlLi."], ["created_at", "2017-09-17 15:14:56.559197"], ["updated_at", "2017-09-17 15:14:56.559197"], ["name", "Florine Vandervort"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Mrs. Jennings Huels", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aimee_wiza@ryan.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aimee_wiza@ryan.net"], ["encrypted_password", "$2a$04$ERweYQKuVDWbAANnTXlpneL9RQfgzLc64Kop0rnCk.7FIBh83J9bq"], ["created_at", "2017-09-17 15:14:56.575141"], ["updated_at", "2017-09-17 15:14:56.575141"], ["name", "Precious Keeling"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$Ccs9pTVOgR4xAVd2w7879OiAWIno6cMmigtyCX4MWd0zQ7TwFV9rS"], ["created_at", "2017-09-17 15:14:56.579884"], ["updated_at", "2017-09-17 15:14:56.579884"], ["name", "Anjali Pollich"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 15:14:56.583537"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "candace_bartell@murphystanton.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "candace_bartell@murphystanton.org"], ["encrypted_password", "$2a$04$YnFSWiX2Sk1Exp1lcJy2LO8hLLozyUG7OrMXz7XYiWzhZ7594ZF4G"], ["created_at", "2017-09-17 15:14:56.594069"], ["updated_at", "2017-09-17 15:14:56.594069"], ["name", "Wilhelm Botsford"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlo.collins@renner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carlo.collins@renner.co"], ["encrypted_password", "$2a$04$lzexmDCVO0cKKPYSAt.CBu2..vBr5k9nMbLzUcoGANV//0Typ2x1G"], ["created_at", "2017-09-17 15:14:56.599049"], ["updated_at", "2017-09-17 15:14:56.599049"], ["name", "Missouri O'Conner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 15:14:56.602261"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (88.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kenyatta@borerfritsch.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kenyatta@borerfritsch.biz"], ["encrypted_password", "$2a$04$tenzO7NJ4xaXQpT0u1BoJ.YHPoHH9PjdlqPolV6ct2YOBApIN17Iy"], ["created_at", "2017-09-17 15:16:01.267030"], ["updated_at", "2017-09-17 15:16:01.267030"], ["name", "Opal Conn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$u/HuvgF1bk5JuwdDXGwy.OZ9IJ7vJReGAbIiG/2lIanww/S8q3loq"], ["created_at", "2017-09-17 15:16:01.271243"], ["updated_at", "2017-09-17 15:16:01.271243"], ["name", "Mrs. Mara Huel"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 3.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fernando@parisian.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fernando@parisian.name"], ["encrypted_password", "$2a$04$AofPQmHWD1eXCHmxC4nscegalZKukcDxBlnymkqkrJ9KRAWGIEmGu"], ["created_at", "2017-09-17 15:16:01.289643"], ["updated_at", "2017-09-17 15:16:01.289643"], ["name", "Miss Keaton Kshlerin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$BJXczcfpa.SRmlnwVw4qduI/GMEOvgGeJ.bqFBIk7xwLCsVK0LMHq"], ["created_at", "2017-09-17 15:16:01.294472"], ["updated_at", "2017-09-17 15:16:01.294472"], ["name", "Miss Carmelo Baumbach"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "coleman_prosacco@hudson.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "coleman_prosacco@hudson.co"], ["encrypted_password", "$2a$04$2VVmtm7CzAjIK1O0h5QvSupchSK2M/.l.Yp7aaB7wikwpW0bXWRBO"], ["created_at", "2017-09-17 15:16:01.307520"], ["updated_at", "2017-09-17 15:16:01.307520"], ["name", "Declan Waters II"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.5ms)

Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilhelm@lefflerlittel.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wilhelm@lefflerlittel.biz"], ["encrypted_password", "$2a$04$2a8eDALpvroIgqpzxTdb/.ISG/EBiMRhWbV8PwUVpq0s0p9QsOkMi"], ["created_at", "2017-09-17 15:16:01.321456"], ["updated_at", "2017-09-17 15:16:01.321456"], ["name", "Mr. Abelardo Spencer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$6yW9KXXCwh00idRD2iI4t.ZkpnYPluod5wmhxDm6epb6VhcWtAS1K"], ["created_at", "2017-09-17 15:16:01.325478"], ["updated_at", "2017-09-17 15:16:01.325478"], ["name", "Shea Gusikowski"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "janelle_brown@stamm.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "janelle_brown@stamm.org"], ["encrypted_password", "$2a$04$GnbnBtYTj6ymGWEGYcKOhe3znW/Q7TdL5y9MAxGiHuLeormVx5GR6"], ["created_at", "2017-09-17 15:16:01.339150"], ["updated_at", "2017-09-17 15:16:01.339150"], ["name", "Arnaldo O'Connell"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"nya_prohaska@deckow.net", "name"=>"Ethel Douglas MD", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$oiICLWWYI6IS.2QEtuUpQuQLPxU/2mpzGWRPPBTEWqhYSh7Wm.YiW"], ["created_at", "2017-09-17 15:16:01.353356"], ["updated_at", "2017-09-17 15:16:01.353356"], ["name", "Ethel Douglas MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 8ms (ActiveRecord: 0.7ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "neha@harris.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "neha@harris.net"], ["encrypted_password", "$2a$04$uaDDPiaLDZ/umwcNva87hesmntYer9H8ya4H3kPLDNN8TqYNBguRe"], ["created_at", "2017-09-17 15:16:01.364007"], ["updated_at", "2017-09-17 15:16:01.364007"], ["name", "Marta Zboncak"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"nya_prohaska@deckow.net", "name"=>"Katharina Cummerata", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$eQvnuDZ.XgDoeMnbme2JZOxdLVZKaah0C/.hLc.Dt5yyesVC4Xcp2"], ["created_at", "2017-09-17 15:16:01.370018"], ["updated_at", "2017-09-17 15:16:01.370018"], ["name", "Katharina Cummerata"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

User Load (0.3ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sandrine@spencer.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sandrine@spencer.io"], ["encrypted_password", "$2a$04$DT.3vjFVAprfI9gnVVt7bO8U0ICHGx6TCfnyhyT.oNEzdt43d/mGe"], ["created_at", "2017-09-17 15:16:01.381814"], ["updated_at", "2017-09-17 15:16:01.381814"], ["name", "Lonnie Rosenbaum"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Daron Buckridge", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "minnie_kaulke@gottliebmccullough.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "minnie_kaulke@gottliebmccullough.biz"], ["encrypted_password", "$2a$04$j2t946skjoeknAzyQBsZQOgPCNRqm8sTLeVteOC3SXQvaXMGqclTW"], ["created_at", "2017-09-17 15:16:01.398794"], ["updated_at", "2017-09-17 15:16:01.398794"], ["name", "Marina Auer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Irma Grady", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauriane_erdman@lind.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lauriane_erdman@lind.net"], ["encrypted_password", "$2a$04$Vi2QJe43YNbO0xg6.zNZcOzlAW.vDDvUl8vc3iZrirmuntDqsH2C."], ["created_at", "2017-09-17 15:16:01.414419"], ["updated_at", "2017-09-17 15:16:01.414419"], ["name", "Althea Glover MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$jM5iuz/zxh9Fo6MiAklEHuUKuz410eDRG1RSXd2Qbvpyh6kQV5X1u"], ["created_at", "2017-09-17 15:16:01.418725"], ["updated_at", "2017-09-17 15:16:01.418725"], ["name", "Mrs. Bud Gusikowski"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"urban@stiedemannruecker.org", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "urban@stiedemannruecker.org"], ["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "urban@stiedemannruecker.org"], ["encrypted_password", "$2a$04$PpfcoVa6TOBFaeQCEy/7rejv3dzwQFjaX1JTzeaLPViv0YIz8O6Yi"], ["admin", "t"], ["status", "f"], ["updated_at", "2017-09-17 15:16:01.425140"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zola.bashirian@runolfon.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zola.bashirian@runolfon.com"], ["encrypted_password", "$2a$04$21y.bqR.8hNdcDR41jcoJuQzH/6UzH/lAH/JECgmNYBeVoYDs0ufq"], ["created_at", "2017-09-17 15:16:01.440355"], ["updated_at", "2017-09-17 15:16:01.440355"], ["name", "Noemi Ruecker"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$C355Jnp9prtLKEjyphVuLONWExyeUkO17ow4xnYivk9dc.2UdPW9C"], ["created_at", "2017-09-17 15:16:01.444518"], ["updated_at", "2017-09-17 15:16:01.444518"], ["name", "Bryce Mraz II"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"nya_prohaska@deckow.net", "name"=>"Bryce Mraz II", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$9tz/xx90Z3mMLdhgD2bKYeKNiwoOsCwoLDC0oqIY8SjzoahDqX4X2"], ["updated_at", "2017-09-17 15:16:01.449830"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "woodrow@king.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "woodrow@king.net"], ["encrypted_password", "$2a$04$TGWyA5mJ1fzFD3RIo89JXuqPZ6qrf/5XwwuBNpye87zZKdZjMke4y"], ["created_at", "2017-09-17 15:16:01.459769"], ["updated_at", "2017-09-17 15:16:01.459769"], ["name", "Darion Jacobs II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$pyPa80GyY9fchfZM8rAPBejIpjqBL0VOcA3B2u7AKuQH8dG/5wNiC"], ["created_at", "2017-09-17 15:16:01.463683"], ["updated_at", "2017-09-17 15:16:01.463683"], ["name", "Elisabeth Murazik"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Lela Kovacek MD", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "monty@ornhand.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "monty@ornhand.name"], ["encrypted_password", "$2a$04$sc3Y1iLFPLfZmKIREnW9qu2d9z.ZaHBMtd6biam.J6L0AXpixB9Pu"], ["created_at", "2017-09-17 15:16:01.480147"], ["updated_at", "2017-09-17 15:16:01.480147"], ["name", "Blair Roob"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$MHMTAY6SAlO/K32F2k1D.OvF1W3gQS/wvP3VkOoIfOPdPkfvJg9UK"], ["created_at", "2017-09-17 15:16:01.483851"], ["updated_at", "2017-09-17 15:16:01.483851"], ["name", "Katlynn Treutel"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 15:16:01.487598"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frank_streich@borer.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "frank_streich@borer.io"], ["encrypted_password", "$2a$04$tkMeMmwNQYBhHwcKuHN/4uSkH0xWbLnW.CBlc4x.9tJyi5fgup7O2"], ["created_at", "2017-09-17 15:16:01.497987"], ["updated_at", "2017-09-17 15:16:01.497987"], ["name", "Terry Flatley"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nya_prohaska@deckow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nya_prohaska@deckow.net"], ["encrypted_password", "$2a$04$fAbSZTZR8rHWXoFWOLuDb.kYnwn3epYnWpDPMn9g3jnYU8fdjHVo2"], ["created_at", "2017-09-17 15:16:01.501895"], ["updated_at", "2017-09-17 15:16:01.501895"], ["name", "Willy Walter"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 15:16:01.505005"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (107.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sylvia_schinner@heathcote.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sylvia_schinner@heathcote.com"], ["encrypted_password", "$2a$04$2Ru2yk6yeJ42GnUBF6CRQuGuSRpgaHvkAG2.URjSZGSyI1i6sR8zy"], ["created_at", "2017-09-17 15:16:14.292050"], ["updated_at", "2017-09-17 15:16:14.292050"], ["name", "Joseph Barrows"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$l0tdWH3Om9sS6zcKSJDZPuuOi3WmzWcsGqvf7k/hB9QOAUfKKnOEq"], ["created_at", "2017-09-17 15:16:14.296507"], ["updated_at", "2017-09-17 15:16:14.296507"], ["name", "Aidan McClure"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 3.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hank_kulas@rodriguezmueller.name"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hank_kulas@rodriguezmueller.name"], ["encrypted_password", "$2a$04$AKLft0jVUXRJJYlDivLRtewSZwWjTEWDHpl2n38c24SgHqMPkBgxm"], ["created_at", "2017-09-17 15:16:14.316038"], ["updated_at", "2017-09-17 15:16:14.316038"], ["name", "Casandra Tremblay"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$Ir/ZYf7KwMUjwt0EzmxTo.25jCivrCijXQI/.pBN0dFcJ0ASkg8Z6"], ["created_at", "2017-09-17 15:16:14.320809"], ["updated_at", "2017-09-17 15:16:14.320809"], ["name", "Jensen Gottlieb DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeffrey_keler@harber.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeffrey_keler@harber.io"], ["encrypted_password", "$2a$04$erYlw3WRULuXRfIdC70FLeW6zdVH.HsNqWZBElC4opFwvXm.IE6Z2"], ["created_at", "2017-09-17 15:16:14.333788"], ["updated_at", "2017-09-17 15:16:14.333788"], ["name", "Rodger Cartwright PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery@buckridge.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zackery@buckridge.co"], ["encrypted_password", "$2a$04$rJ9dlIaqxld2a74oRp1ZoOw8VMl93hDU4XSdOl/upsnaAlVl7Iqt2"], ["created_at", "2017-09-17 15:16:14.347036"], ["updated_at", "2017-09-17 15:16:14.347036"], ["name", "Wilber Collier"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$5qL.2Cq.zDSB1CsxuWYaxO2/1Ds4dJml1lfplZDYpkp.QsYM0Di2C"], ["created_at", "2017-09-17 15:16:14.350840"], ["updated_at", "2017-09-17 15:16:14.350840"], ["name", "Rogelio Kshlerin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bertrand@bechtelar.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bertrand@bechtelar.info"], ["encrypted_password", "$2a$04$bHhIKD9KuKJqe9hEFJt./udVr4JIz9qqtqB/JWLUPNqLy89GqvgXu"], ["created_at", "2017-09-17 15:16:14.365019"], ["updated_at", "2017-09-17 15:16:14.365019"], ["name", "Karelle Rutherford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"nathanial@bechtelar.org", "name"=>"Zena Dietrich", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$Mh35/ADMycCIGp2ro6dg1.bdZzYpd46tEci2l/IQWbNLRC5mk/Ff2"], ["created_at", "2017-09-17 15:16:14.384132"], ["updated_at", "2017-09-17 15:16:14.384132"], ["name", "Zena Dietrich"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "major_skiles@faypurdy.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "major_skiles@faypurdy.co"], ["encrypted_password", "$2a$04$9aJmCcWwfckX7r29QhkYEO5NdONgfPb9hEuP/UkWZaW0zBDSau9Wu"], ["created_at", "2017-09-17 15:16:14.393628"], ["updated_at", "2017-09-17 15:16:14.393628"], ["name", "Vito Frami"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"nathanial@bechtelar.org", "name"=>"Dr. Jennyfer Jacobson", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$/EK2YMpd1Tem5zzwGuXtNOFcIyhJ./qvYdjZ2EqLsIeVEiWOBwyQW"], ["created_at", "2017-09-17 15:16:14.401625"], ["updated_at", "2017-09-17 15:16:14.401625"], ["name", "Dr. Jennyfer Jacobson"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "magdalena@stehr.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "magdalena@stehr.info"], ["encrypted_password", "$2a$04$qqvd7m7Ru53aAg2WiMXnNu/dVqszyEstkzmPM7FRR5NA3HpTSlE4i"], ["created_at", "2017-09-17 15:16:14.412095"], ["updated_at", "2017-09-17 15:16:14.412095"], ["name", "Karl Vandervort"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Webster Rowe", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eloy@ohara.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eloy@ohara.co"], ["encrypted_password", "$2a$04$LhAlmNTS7nWCev9yjX2J4O/pVWE7antp1nFwYBENzPyVJSBPUoMCS"], ["created_at", "2017-09-17 15:16:14.429166"], ["updated_at", "2017-09-17 15:16:14.429166"], ["name", "Ellen Kutch"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Lola Hauck III", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marian.brakus@wyman.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marian.brakus@wyman.biz"], ["encrypted_password", "$2a$04$PiloFXgF1sEbCVOacnAG3.6oRdEYZP8FkEQji.pHZw/RoTQARM.B."], ["created_at", "2017-09-17 15:16:14.446193"], ["updated_at", "2017-09-17 15:16:14.446193"], ["name", "Viviane Buckridge DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$JqIk9I/MCkQA4sHLXCu6GOJHKHXphlg38SO8aoADpmETXieMDeyyG"], ["created_at", "2017-09-17 15:16:14.450050"], ["updated_at", "2017-09-17 15:16:14.450050"], ["name", "Amaya Schowalter"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"kobe@stiedemann.biz", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "kobe@stiedemann.biz"], ["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "kobe@stiedemann.biz"], ["encrypted_password", "$2a$04$aQnfsWpW4vvkqw0Zp/9vB.nGSMTvh3m1nt/O3gXGppUEkHRg0rhwO"], ["admin", "t"], ["status", "f"], ["updated_at", "2017-09-17 15:16:14.457203"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 8ms (ActiveRecord: 0.7ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brian@upton.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brian@upton.name"], ["encrypted_password", "$2a$04$.J.jrgH711GANlUyDwM7ZeG7W9dkNWioi5gt1r8pUuCEiB1vik8nC"], ["created_at", "2017-09-17 15:16:14.470574"], ["updated_at", "2017-09-17 15:16:14.470574"], ["name", "Cloyd Dare"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$pcI6JiSkrre9921Q6K3mCeiVk0cfOvxw4yHKzqOSCnY2U.1lpsu5u"], ["created_at", "2017-09-17 15:16:14.475843"], ["updated_at", "2017-09-17 15:16:14.475843"], ["name", "Reilly Blanda"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"nathanial@bechtelar.org", "name"=>"Reilly Blanda", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$rpV2DNUTSrTpysIVPxuhj.UjhNZy7ySrJEpKTeekV6AloIa48/c4a"], ["updated_at", "2017-09-17 15:16:14.481692"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lori_green@trantow.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lori_green@trantow.co"], ["encrypted_password", "$2a$04$Z2.KUDn/AwQwJHAm98H9PeMcfSwp435DmCcq.xnejqeKHlKxZ2klS"], ["created_at", "2017-09-17 15:16:14.491102"], ["updated_at", "2017-09-17 15:16:14.491102"], ["name", "Ms. Ericka Lehner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$Uio0nfSNolpl4AvVQrZqzu0Sylb6YjthofbFy20hw3fS7tXbnSwn2"], ["created_at", "2017-09-17 15:16:14.496062"], ["updated_at", "2017-09-17 15:16:14.496062"], ["name", "Robin Cremin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Lila Turcotte", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marjolaine@reinger.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marjolaine@reinger.biz"], ["encrypted_password", "$2a$04$.6xkJhj74zokAEbGrFFuUuiG0vfqCxbtrNiH65T7lZtkl0k.0veWq"], ["created_at", "2017-09-17 15:16:14.511315"], ["updated_at", "2017-09-17 15:16:14.511315"], ["name", "Brigitte Brekke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$G6.ceuYKx/Sn94D0EM8VPuQ3fJujONA2fiK9SnWG8Ew0HeyYVUrFi"], ["created_at", "2017-09-17 15:16:14.515906"], ["updated_at", "2017-09-17 15:16:14.515906"], ["name", "Reggie Zemlak"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 15:16:14.520163"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "merritt.ullrich@watsica.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "merritt.ullrich@watsica.org"], ["encrypted_password", "$2a$04$Y.3y.dVGqNhdoHYAV2Pjm.kK5l7eJ.xaLbnXueB9/5pzfpPyQCkvC"], ["created_at", "2017-09-17 15:16:14.530103"], ["updated_at", "2017-09-17 15:16:14.530103"], ["name", "Norbert Bechtelar DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial@bechtelar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "nathanial@bechtelar.org"], ["encrypted_password", "$2a$04$VBWkQFj2KBDOHgQ2UjDtyu8/ZdJprzsFWaEuEmGRYh/wlBWSRjCBy"], ["created_at", "2017-09-17 15:16:14.533871"], ["updated_at", "2017-09-17 15:16:14.533871"], ["name", "Samantha Hartmann"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 15:16:14.537885"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (142.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "haskell_gleason@larkin.co"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "haskell_gleason@larkin.co"], ["encrypted_password", "$2a$04$GSSJTHyATsnF5/wCu1s8sOZr5WjDMg5nFdlUz70qNZ11DRCoFf7Fq"], ["created_at", "2017-09-17 15:16:14.822192"], ["updated_at", "2017-09-17 15:16:14.822192"], ["name", "Katrina Klocko"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "users"
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "prince@rohan.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "prince@rohan.net"], ["encrypted_password", "$2a$04$7Jy2.xOLo1hi2oX2iYuIhegKZMWimIUW1LhTnC0HVgsHhXmWXPSR2"], ["created_at", "2017-09-17 15:16:14.838621"], ["updated_at", "2017-09-17 15:16:14.838621"], ["name", "Sandy Reinger"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rogers@herzog.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rogers@herzog.biz"], ["encrypted_password", "$2a$04$uic9vCpVV9i4hFVQLLkDOe2vlhNNJKdzOkjRxCmxacfvQjfF1Li3a"], ["created_at", "2017-09-17 15:16:14.849995"], ["updated_at", "2017-09-17 15:16:14.849995"], ["name", "Carol Lynch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanny@heeleichmann.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "giovanny@heeleichmann.co"], ["encrypted_password", "$2a$04$1tGoA2q/O468eYlN63zK2.JkpI8FbfTFwqTs7.Pxd9JxnKJhWb68O"], ["created_at", "2017-09-17 15:16:14.860300"], ["updated_at", "2017-09-17 15:16:14.860300"], ["name", "Llewellyn Daugherty IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maeve@connellywolf.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maeve@connellywolf.name"], ["encrypted_password", "$2a$04$04cqp6IyAC.J9sK2LdMFy.p5haU4RciiRmUYZsEi4T4jfi0jColwW"], ["created_at", "2017-09-17 15:16:14.869610"], ["updated_at", "2017-09-17 15:16:14.869610"], ["name", "Nikko Brown"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (96.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:16:15 -0300 Processing by UsersController#index as HTML Completed 401 Unauthorized in 9ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (93.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (75.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shanel@feeneyrunolfon.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "shanel@feeneyrunolfon.co"], ["encrypted_password", "$2a$04$ZzA0Qqjwp31dUf9F3epcIO8Z/bfVEf2VICYgYWERwTP5lBiaOlmxK"], ["created_at", "2017-09-17 15:16:15.533499"], ["updated_at", "2017-09-17 15:16:15.533499"], ["name", "Matteo Jacobs"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (29.9ms)
Rendered users/edit.html.erb (38.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (88.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$xYP4blBG5nI/0b1ye9gUm.rj8VpVoR7fVP2CJfBcO4N1wfLT9Mhc2"], ["created_at", "2017-09-17 15:16:15.753354"], ["updated_at", "2017-09-17 15:16:15.753354"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (84.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.2ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.5ms)
Rendered users/new.html.erb (5.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (75.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rhea_olson@kuvalis.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "rhea_olson@kuvalis.org"], ["encrypted_password", "$2a$04$R3bFyh0cNiJcZhZ2B61YeuNl73dlDuOByL2Pc/wfY.C.g3EXiQwq6"], ["created_at", "2017-09-17 15:16:16.141951"], ["updated_at", "2017-09-17 15:16:16.141951"], ["name", "Violette Cummings"]]
 (0.4ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.7ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:20:06 -0300 Processing by UsersController#index as HTML Completed 401 Unauthorized in 12ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (76.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.6ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:22:33 -0300 Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (3.1ms)
Rendered layouts/shared/_header.html.erb (0.6ms)

Completed 200 OK in 250ms (Views: 242.5ms | ActiveRecord: 0.5ms)

 (0.1ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (105.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (83.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:22:44 -0300 Processing by UsersController#index as HTML Completed 401 Unauthorized in 13ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (140.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (106.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (237.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (72.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:32:27 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 11ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (97.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nannie_crooks@lindgren.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nannie_crooks@lindgren.name"], ["encrypted_password", "$2a$04$AcOYSlcJ/slgOWMzDG2Ahef.wc6Li29BHICigZysSCV8er5VSJvm2"], ["created_at", "2017-09-17 15:36:21.389313"], ["updated_at", "2017-09-17 15:36:21.389313"], ["name", "Nathaniel Bosco"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$VRxhYwQbFXXBp/2DNTQYUevk.EU3ApZ9xZ34ZYiGPQdx95EaXIxl."], ["created_at", "2017-09-17 15:36:21.393691"], ["updated_at", "2017-09-17 15:36:21.393691"], ["name", "Fern Stoltenberg"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "charlie@dietrichpollich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "charlie@dietrichpollich.co"], ["encrypted_password", "$2a$04$kl4bdV8lxkGFxrbf3XCBUeg0NQabWnpXe9IIvPKd/iQ1qe0/T9ZlO"], ["created_at", "2017-09-17 15:36:21.412690"], ["updated_at", "2017-09-17 15:36:21.412690"], ["name", "Candace Greenfelder"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$HH2ToAS3IftqGW9D9HAKXudsF6riWphHZlLQeYaxKDjWdQSDfyCW."], ["created_at", "2017-09-17 15:36:21.416701"], ["updated_at", "2017-09-17 15:36:21.416701"], ["name", "Vicky Cartwright Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fritz@gerlach.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fritz@gerlach.org"], ["encrypted_password", "$2a$04$90l4AIZQKEuW9jrYscIvhOuwaFwQnbohF83SZTlcXAESi4uwz/OnW"], ["created_at", "2017-09-17 15:36:21.431338"], ["updated_at", "2017-09-17 15:36:21.431338"], ["name", "Roxanne Blanda"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "will_nolan@auereichmann.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "will_nolan@auereichmann.info"], ["encrypted_password", "$2a$04$xrfdC4m8KLuXpcAAy8sYO.q.VmQ0ql1W0KoZ4Fs2q3IA4sNusCEIW"], ["created_at", "2017-09-17 15:36:21.443050"], ["updated_at", "2017-09-17 15:36:21.443050"], ["name", "Ms. Nedra Oberbrunner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$wO/6OhlqhGhPb8Q.UX1TE.Ya05nOBeoRijjmpzi9Qae0p9mIG4ZgK"], ["created_at", "2017-09-17 15:36:21.447663"], ["updated_at", "2017-09-17 15:36:21.447663"], ["name", "Angela Shanahan"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rachel.parisian@stroman.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rachel.parisian@stroman.info"], ["encrypted_password", "$2a$04$BGYrgaqyQki.DFgPyStWYu3bk7oW/SFQm/vU0.jJvDdEanC8CBUWG"], ["created_at", "2017-09-17 15:36:21.459210"], ["updated_at", "2017-09-17 15:36:21.459210"], ["name", "Ms. Kasandra Cummings"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"noble@ritchie.co", "name"=>"Verdie Hamill", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$OeeJ76Ij5138NZXkUjvz4Oi1XTWDeTm31OLJDhJoL5CnfH4/LqjEG"], ["created_at", "2017-09-17 15:36:21.472810"], ["updated_at", "2017-09-17 15:36:21.472810"], ["name", "Verdie Hamill"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reginald@maggio.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "reginald@maggio.com"], ["encrypted_password", "$2a$04$UY1TVw3k6M92.TfMzLiO4eEkLu5fqxKJKFkxZ0MHqF5KDX8Ap7MFO"], ["created_at", "2017-09-17 15:36:21.481787"], ["updated_at", "2017-09-17 15:36:21.481787"], ["name", "Giuseppe Langosh"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"noble@ritchie.co", "name"=>"Esther West MD", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$cSTb.dWQvj9CJQYGlbhCkuUdD3AOlP83CsMwp2jFDHsqLJhNvOlWq"], ["created_at", "2017-09-17 15:36:21.489536"], ["updated_at", "2017-09-17 15:36:21.489536"], ["name", "Esther West MD"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "betsy@eichmannheidenreich.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "betsy@eichmannheidenreich.net"], ["encrypted_password", "$2a$04$3ynL0fgnYpOWfySBgAhR6OonRs7pQAn1sbpWGNQyBJDSCKrgGJWkW"], ["created_at", "2017-09-17 15:36:21.500129"], ["updated_at", "2017-09-17 15:36:21.500129"], ["name", "Katlyn Pacocha"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Mr. Sharon Paucek", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elyse@kunde.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elyse@kunde.org"], ["encrypted_password", "$2a$04$uZ63NLZnZ8CAWwTnXtwLXuyeeCvFON92mFddQ4dt1pH9q0eDVIrAC"], ["created_at", "2017-09-17 15:36:21.516347"], ["updated_at", "2017-09-17 15:36:21.516347"], ["name", "Antonio Murazik"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Kyleigh Aufderhar", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hallie@goodwin.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hallie@goodwin.name"], ["encrypted_password", "$2a$04$NxibbvtuHnLpdda8.i1TQePko2kWS.AQC2jXRZr.2G1d2s4cVkUfa"], ["created_at", "2017-09-17 15:36:21.532721"], ["updated_at", "2017-09-17 15:36:21.532721"], ["name", "Skyla Dare"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$JgL.FpeNPRyx4H/JoDS5PuRJSAgiAjl7O/S8tOh1gXW9kwLPVFxeW"], ["created_at", "2017-09-17 15:36:21.536807"], ["updated_at", "2017-09-17 15:36:21.536807"], ["name", "Bradly Yost"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"laisha@heaney.co", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "laisha@heaney.co"], ["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "laisha@heaney.co"], ["encrypted_password", "$2a$04$9.Ra78zx6IwDilAhKOGzJ.TEEynQExchX32GEC3VePdevBb7yi2be"], ["status", "f"], ["updated_at", "2017-09-17 15:36:21.542973"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ernestine.mueller@balistreri.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ernestine.mueller@balistreri.com"], ["encrypted_password", "$2a$04$vbZgT42XmiXYHUty743UnOgK5YfKxoFjcZZN9R6v97gOxOOSgbEou"], ["created_at", "2017-09-17 15:36:21.555053"], ["updated_at", "2017-09-17 15:36:21.555053"], ["name", "Gianni Sipes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$Ruc3JB6FhjAt3QszqfOudenKdmeMP7y/5v3Y9z/clHZz/NgYdZIp6"], ["created_at", "2017-09-17 15:36:21.558864"], ["updated_at", "2017-09-17 15:36:21.558864"], ["name", "Allene Lindgren"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"noble@ritchie.co", "name"=>"Allene Lindgren", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$wsXjHYn178m9h3Mjc.9rrO0v7BRGrxvzRMd5gceyCWmSw5xr.Rgtm"], ["updated_at", "2017-09-17 15:36:21.564536"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sidney@treutel.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sidney@treutel.org"], ["encrypted_password", "$2a$04$4WDsxkwvxkmvxiRRYPS8cuTA3.IOejFLo1AyUjMIHmA23Z4UO8o6u"], ["created_at", "2017-09-17 15:36:21.574930"], ["updated_at", "2017-09-17 15:36:21.574930"], ["name", "Miss Otto Wilkinson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$TwwK9q6URT0TWe3/M00j2ey65kNsA9Y/iTZk9Jto38lvEw8jLEeRy"], ["created_at", "2017-09-17 15:36:21.578876"], ["updated_at", "2017-09-17 15:36:21.578876"], ["name", "Mr. Clovis Mayert"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Olen Swaniawski", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "junius_murazik@sipes.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "junius_murazik@sipes.name"], ["encrypted_password", "$2a$04$TLS0vU8ATBRZ7Cj.KLLUme2LmawpILJTyqgfDKFMqPBphq47bcFY."], ["created_at", "2017-09-17 15:36:21.594981"], ["updated_at", "2017-09-17 15:36:21.594981"], ["name", "Rosalee Medhurst"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$Y.0GDV4QSeJ3Ux61QG7DGeU2yHeXmEG0Q.r.lHD5MjiVeOvfDBkZu"], ["created_at", "2017-09-17 15:36:21.598978"], ["updated_at", "2017-09-17 15:36:21.598978"], ["name", "Wilfredo Bode Sr."], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 15:36:21.603075"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "genoveva@windler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "genoveva@windler.co"], ["encrypted_password", "$2a$04$tEUQtEMMEHQe9hN3.vo.JuzzYmAbyjVWn030sOa27ow7yWH0z5nM."], ["created_at", "2017-09-17 15:36:21.613305"], ["updated_at", "2017-09-17 15:36:21.613305"], ["name", "Jerome Nolan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noble@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "noble@ritchie.co"], ["encrypted_password", "$2a$04$ps/8LO4bKvvbb6H4LFTAjeEfQnO/FQnSkMO4dLPijnmJfyOLOaiPm"], ["created_at", "2017-09-17 15:36:21.617315"], ["updated_at", "2017-09-17 15:36:21.617315"], ["name", "Elisabeth Funk"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 15:36:21.620702"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (80.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "user@example.org"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (97.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (109.6ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:40:51 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 12ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (100.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (184.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (141.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:42:01 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 11ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (72.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (509.5ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@johnson.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gaylord@johnson.org"], ["encrypted_password", "$2a$04$BzJVG47Ck9tqO.UKQz/G7uz37AlNysIeWfNoU2PNmobiDV3Gv4y.K"], ["created_at", "2017-09-17 15:42:22.429815"], ["updated_at", "2017-09-17 15:42:22.429815"], ["name", "Giuseppe Kling"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (81.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:42:22 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 12ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (80.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nyah@marquardtdurgan.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nyah@marquardtdurgan.name"], ["encrypted_password", "$2a$04$.iHDCIvyc/HhcXC30S/6G.1tSVU0LfqC0tV6Mp.qtxvMaPMJN3YMW"], ["created_at", "2017-09-17 15:43:08.054281"], ["updated_at", "2017-09-17 15:43:08.054281"], ["name", "John Mayer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:43:08 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 15:43:08.064138"], ["last_sign_in_at", "2017-09-17 15:43:08.064138"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 15:43:08.064629"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (2.7ms)
Rendered layouts/shared/_header.html.erb (0.5ms)

Completed 200 OK in 162ms (Views: 159.7ms | ActiveRecord: 0.2ms) Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:43:08 -0300 Processing by UsersController#index as HTML Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (103.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (95.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:43:08 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (79.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "peggie_reilly@rippin.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "peggie_reilly@rippin.io"], ["encrypted_password", "$2a$04$aOxpq012U9SXTsqzXecWPeDZtfMfc2XKmm2p6g3zc1pMzJRC.oYci"], ["created_at", "2017-09-17 15:45:09.940552"], ["updated_at", "2017-09-17 15:45:09.940552"], ["name", "Shawna Swift"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:45:09 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 15:45:09.950935"], ["last_sign_in_at", "2017-09-17 15:45:09.950935"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 15:45:09.951493"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (7.3ms)
Rendered layouts/shared/_header.html.erb (0.6ms)

Completed 200 OK in 205ms (Views: 202.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (106.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (80.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:45:10 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (81.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (109.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "robb@cummerata.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "robb@cummerata.name"], ["encrypted_password", "$2a$04$MwnQS3CusAmLMoMPJWLXxeWPB9PdQKcBum6D5ysa5EymJHOM1yM3y"], ["created_at", "2017-09-17 15:45:22.977789"], ["updated_at", "2017-09-17 15:45:22.977789"], ["name", "Mrs. Alivia Kris"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:45:22 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 15:45:22.991182"], ["last_sign_in_at", "2017-09-17 15:45:22.991182"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 15:45:22.992104"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (3.2ms)
Rendered layouts/shared/_header.html.erb (0.7ms)

Completed 200 OK in 219ms (Views: 213.8ms | ActiveRecord: 0.2ms) Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:45:23 -0300 Processing by UsersController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (142.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.3ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:45:23 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (72.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "olaf_abernathy@hintz.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "olaf_abernathy@hintz.org"], ["encrypted_password", "$2a$04$QsFUpyDQ2WzLr6LI2LYUf.KJ4eoQ7UIDTkDR0L6zAcp3WepJAZa2W"], ["created_at", "2017-09-17 15:49:42.045444"], ["updated_at", "2017-09-17 15:49:42.045444"], ["name", "Zella Crooks"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:49:42 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 15:49:42.055510"], ["last_sign_in_at", "2017-09-17 15:49:42.055510"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 15:49:42.056138"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (2.9ms)
Rendered layouts/shared/_header.html.erb (0.6ms)

Completed 200 OK in 193ms (Views: 189.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (566.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:49:42 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (78.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (72.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kade.parisian@schummpurdy.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kade.parisian@schummpurdy.info"], ["encrypted_password", "$2a$04$6a/VrinM2I9XEQ5/Y/xQ2epzPk.t7KRwbsUSDMMaxtM.l9AoinuXa"], ["created_at", "2017-09-17 15:51:55.635247"], ["updated_at", "2017-09-17 15:51:55.635247"], ["name", "Mr. Gia Olson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:51:55 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 15:51:55.645513"], ["last_sign_in_at", "2017-09-17 15:51:55.645513"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 15:51:55.646033"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (2.7ms)
Rendered layouts/shared/_header.html.erb (0.5ms)

Completed 200 OK in 180ms (Views: 177.1ms | ActiveRecord: 0.2ms) Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 12:51:55 -0300 Processing by UsersController#index as HTML Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (184.3ms)  DELETE FROM "users";
 (1.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (70.9ms)  DELETE FROM "ar_internal_metadata";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:51:56 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (70.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ernestine_konopelski@cain.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ernestine_konopelski@cain.com"], ["encrypted_password", "$2a$04$X3271bBUWnkzdLoSt7sgteSkwyCeVv5yHKr8zUKNtETL2bLNYww3u"], ["created_at", "2017-09-17 15:52:16.761605"], ["updated_at", "2017-09-17 15:52:16.761605"], ["name", "Mr. Macie Corwin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (163.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction

Started POST “/admin/users” for 127.0.0.1 at 2017-09-17 12:52:17 -0300 Processing by UsersController#create as HTML

Parameters: {"session"=>{"email"=>"wertermeira@hotmail.com", "password"=>"[FILTERED]"}}

Completed 401 Unauthorized in 11ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "okey_lesch@macejkovic.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "okey_lesch@macejkovic.co"], ["encrypted_password", "$2a$04$g6AWS185jKpxiL7sqq7y2euTDQOzFQY2G74EQRE8NdTkZTXO5x5uO"], ["created_at", "2017-09-17 16:04:59.377889"], ["updated_at", "2017-09-17 16:04:59.377889"], ["name", "Dr. Adele Cronin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 13:04:59 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 16:04:59.388016"], ["last_sign_in_at", "2017-09-17 16:04:59.388016"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 16:04:59.388616"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (2.8ms)
Rendered layouts/shared/_header.html.erb (0.5ms)

Completed 200 OK in 166ms (Views: 162.8ms | ActiveRecord: 0.2ms) Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 13:04:59 -0300 Processing by UsersController#index as HTML Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (255.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (72.9ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madyson@halvorsonstrosin.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "madyson@halvorsonstrosin.net"], ["encrypted_password", "$2a$04$8KQkid432i2WevQTk0DmkeSN9HGZCy/42jPCuOculvmUoZx51WHhe"], ["created_at", "2017-09-17 16:05:24.376617"], ["updated_at", "2017-09-17 16:05:24.376617"], ["name", "Hilton Hammes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 13:05:24 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 16:05:24.386750"], ["last_sign_in_at", "2017-09-17 16:05:24.386750"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 16:05:24.387321"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (2.9ms)
Rendered layouts/shared/_header.html.erb (0.7ms)

Completed 200 OK in 187ms (Views: 183.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (183.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sebastian@grahamortiz.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sebastian@grahamortiz.com"], ["encrypted_password", "$2a$04$7REke4n1mZ1ceSsi/Wn9QumWyS2Wha4vCuuFdLsFowKSy1uV5vhAy"], ["created_at", "2017-09-17 16:07:05.747307"], ["updated_at", "2017-09-17 16:07:05.747307"], ["name", "Alysha Kessler"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 13:07:05 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 16:07:05.757033"], ["last_sign_in_at", "2017-09-17 16:07:05.757033"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 16:07:05.757554"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (3.2ms)
Rendered layouts/shared/_header.html.erb (0.7ms)

Completed 200 OK in 191ms (Views: 184.0ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (94.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amelia@mullerkovacek.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "amelia@mullerkovacek.name"], ["encrypted_password", "$2a$04$m2wJ4M3dJfhKeMdZ7esN9eR4KIpicNDkYF6j3PFu2/jvaipOk7.Pa"], ["created_at", "2017-09-17 16:07:21.689214"], ["updated_at", "2017-09-17 16:07:21.689214"], ["name", "Alfred Schowalter"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 13:07:21 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 16:07:21.699366"], ["last_sign_in_at", "2017-09-17 16:07:21.699366"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 16:07:21.699904"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (2.8ms)
Rendered layouts/shared/_header.html.erb (0.5ms)

Completed 200 OK in 192ms (Views: 189.3ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 13:07:21 -0300 Processing by Devise::SessionsController#new as HTML

Rendering /home/werter/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/devise-4.3.0/app/views/devise/sessions/new.html.erb within layouts/application
Rendered /home/werter/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/devise-4.3.0/app/views/devise/shared/_links.html.erb (1.2ms)
Rendered /home/werter/.rbenv/versions/2.4.0/lib/ruby/gems/2.4.0/gems/devise-4.3.0/app/views/devise/sessions/new.html.erb within layouts/application (9.0ms)
Rendered layouts/shared/_header.html.erb (0.1ms)

Completed 200 OK in 16ms (Views: 12.0ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (99.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nicolas@heaneytorphy.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nicolas@heaneytorphy.net"], ["encrypted_password", "$2a$04$wVNvqVQ0/VrhFZPNh/mQwOsdZY83dtlmb4iH52FL6TdPfpQFJFU3."], ["created_at", "2017-09-17 16:08:54.688504"], ["updated_at", "2017-09-17 16:08:54.688504"], ["name", "Eino Marks"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 13:08:54 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 16:08:54.698451"], ["last_sign_in_at", "2017-09-17 16:08:54.698451"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 16:08:54.699021"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (2.8ms)
Rendered layouts/shared/_header.html.erb (0.6ms)

Completed 200 OK in 170ms (Views: 167.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (108.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (112.7ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (176.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maximillian_marquardt@witting.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "maximillian_marquardt@witting.net"], ["encrypted_password", "$2a$04$sLhuq7s9w5U09TEuLvCv2OpQZEZvmI7FGoYD..F8CwazAzPbujK1K"], ["created_at", "2017-09-17 16:19:13.974248"], ["updated_at", "2017-09-17 16:19:13.974248"], ["name", "Turner Upton"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (34.0ms)
Rendered users/edit.html.erb (41.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (121.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (69.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$Z9wmxdaai5W7i3Vhndcvb.R0LPhVw81Ke6by8ExSttEekpSUTBRJK"], ["created_at", "2017-09-17 16:19:14.242060"], ["updated_at", "2017-09-17 16:19:14.242060"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (7.6ms)
Rendered users/new.html.erb (8.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (83.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "freda.parisian@witting.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "freda.parisian@witting.biz"], ["encrypted_password", "$2a$04$Hz.zSwb7wNcylsq5DPTyR.uTC7IVA06Ys/HSIp0qAfGsmGLGX35/S"], ["created_at", "2017-09-17 16:19:14.609229"], ["updated_at", "2017-09-17 16:19:14.609229"], ["name", "Marlin Flatley"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (93.7ms)  DELETE FROM "users";
 (1.0ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "simeon@koch.io"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (121.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (109.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$j.KzLBKsiNh8W64W1D/LB.0mxjecFIAjjrK8M7ZRO13g5Futo.9kG"], ["created_at", "2017-09-17 16:19:26.675516"], ["updated_at", "2017-09-17 16:19:26.675516"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (90.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (38.9ms)
Rendered users/new.html.erb (46.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (84.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pinkie@mcglynnmcdermott.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "pinkie@mcglynnmcdermott.org"], ["encrypted_password", "$2a$04$HVXJlAP8bewfv/KBXgRvZuxb5Ep9mZyqvvjZ.Dl2mBfqTaMSPMALy"], ["created_at", "2017-09-17 16:19:27.130276"], ["updated_at", "2017-09-17 16:19:27.130276"], ["name", "Emmanuel King"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (94.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lou_abernathy@berge.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lou_abernathy@berge.co"], ["encrypted_password", "$2a$04$0EaPcblXj4OQU7mc5imnHerGan1u2.PoG7sNpDnv4cKccpK.WB7o2"], ["created_at", "2017-09-17 16:25:43.451966"], ["updated_at", "2017-09-17 16:25:43.451966"], ["name", "Miss Rose Reilly"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 13:25:43 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 16:25:43.462248"], ["last_sign_in_at", "2017-09-17 16:25:43.462248"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 16:25:43.462726"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (3.2ms)
Rendered layouts/shared/_header.html.erb (0.5ms)

Completed 200 OK in 190ms (Views: 187.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (112.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/shared/_links.html.erb
Rendered users/shared/_links.html.erb (26.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (149.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.2ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kendall@reynoldsroob.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "kendall@reynoldsroob.co"], ["encrypted_password", "$2a$04$RnC1CRGpi2BWSDXZ9o3ch.RgkwHJbrHrNQQG3qdP0HzC6j0jEYSXy"], ["created_at", "2017-09-17 16:31:27.393515"], ["updated_at", "2017-09-17 16:31:27.393515"], ["name", "Kade Mueller DDS"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (28.5ms)
Rendered users/edit.html.erb (35.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (166.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$50c6j1XH.1xza7bJ9elJwOkER5E.njhNP5cD9ljpCvSzkDLQA7ida"], ["created_at", "2017-09-17 16:31:27.717550"], ["updated_at", "2017-09-17 16:31:27.717550"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (124.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (95.4ms)  DELETE FROM "ar_internal_metadata";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (19.4ms)
Rendered users/new.html.erb (20.9ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (69.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (83.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (92.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lelia_ledner@wilderman.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lelia_ledner@wilderman.io"], ["encrypted_password", "$2a$04$gaaFSeKYslMdoCjXGOVRpuyiSXn5kPv0l/kqVElwc/hOe1MVTUudm"], ["created_at", "2017-09-17 16:31:28.343499"], ["updated_at", "2017-09-17 16:31:28.343499"], ["name", "Pattie Schulist IV"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (85.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "magali@kautzerrowe.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "magali@kautzerrowe.name"], ["encrypted_password", "$2a$04$cK58RzDXlqwMOSBcpewVW.VXssrM4o/NpRk7fZUkRTYuTC8LJylI2"], ["created_at", "2017-09-17 16:32:24.976379"], ["updated_at", "2017-09-17 16:32:24.976379"], ["name", "Conrad Buckridge"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (30.2ms)
Rendered users/edit.html.erb (38.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (137.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$60FjX1zWHz0vQxl.gkHeAOAPOJLjQ92cXLAmXzuXmI.TEOCVtE4me"], ["created_at", "2017-09-17 16:32:25.292141"], ["updated_at", "2017-09-17 16:32:25.292141"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (73.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.5ms)
Rendered users/new.html.erb (5.1ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (61.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/sessions/new.html.erb (21.8ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delpha@grimechuppe.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "delpha@grimechuppe.name"], ["encrypted_password", "$2a$04$JL/pDvfpf5N6kM2cwDN8vu6BwFkaUIVo2TFw4/vGe6ZECc05glki2"], ["created_at", "2017-09-17 16:32:25.791066"], ["updated_at", "2017-09-17 16:32:25.791066"], ["name", "Vivian Metz"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (110.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.4ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lincoln_kub@cormier.net"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lincoln_kub@cormier.net"], ["encrypted_password", "$2a$04$InNUF9awsp46X4fwIHscHOqvzDgTkE2BnizGaqJ6qFRvRTp6a.u/K"], ["created_at", "2017-09-17 16:39:56.534076"], ["updated_at", "2017-09-17 16:39:56.534076"], ["name", "Beverly Aufderhar"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (29.1ms)
Rendered users/edit.html.erb (37.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (154.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (116.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$xhplVelFzuDwDZxxpxTSVuqSNeqDUlM20sv82EMIECqAgGau3hRiu"], ["created_at", "2017-09-17 16:39:56.877595"], ["updated_at", "2017-09-17 16:39:56.877595"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (109.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (9.6ms)
Rendered users/new.html.erb (10.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (81.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (120.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/sessions/new.html.erb (28.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (124.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alfred.padberg@mccullough.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "alfred.padberg@mccullough.io"], ["encrypted_password", "$2a$04$96C1wCekMx77Twew1EeDPO0wZ5XL5wiUVTyzhdq2ayfbuPfdWCQtK"], ["created_at", "2017-09-17 16:39:57.599555"], ["updated_at", "2017-09-17 16:39:57.599555"], ["name", "Jenifer Farrell PhD"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (117.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (130.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/sessions/new.html.erb (23.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (146.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/sessions/new.html.erb (25.9ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (212.4ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (119.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/sessions/new.html.erb (24.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (80.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "erich.lindgren@labadie.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "erich.lindgren@labadie.org"], ["encrypted_password", "$2a$04$WDrjelW/l6LRlDu.8uvH4.59aeGKhB0M7PJNGtBUEtDGVH/86gIp2"], ["created_at", "2017-09-17 17:05:03.138378"], ["updated_at", "2017-09-17 17:05:03.138378"], ["name", "Telly Eichmann"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (28.2ms)
Rendered users/edit.html.erb (35.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (63.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$0tHuDI7D/ShsUFtmv6c0k.fzRQCOooV9hepjeoH95AnJ43H79GbIC"], ["created_at", "2017-09-17 17:05:03.348917"], ["updated_at", "2017-09-17 17:05:03.348917"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (82.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (9.7ms)
Rendered users/new.html.erb (10.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (81.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/sessions/new.html.erb (31.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.2ms)  PRAGMA foreign_keys = OFF
 (91.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "conrad@hane.name"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "conrad@hane.name"], ["encrypted_password", "$2a$04$uUYr/rYnwDW6O2mq2UdBIOXIOX4gBN80drD3ZPfenASjCoOwivi2i"], ["created_at", "2017-09-17 17:05:03.947303"], ["updated_at", "2017-09-17 17:05:03.947303"], ["name", "Demetris Mayert"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (2.1ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (70.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/sessions/new.html.erb (26.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.2ms)  PRAGMA foreign_keys = OFF
 (164.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.2ms)
Rendered users/sessions/new.html.erb (432.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (89.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.2ms)
Rendered users/sessions/new.html.erb (408.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (113.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.2ms)
Rendered users/sessions/new.html.erb (406.8ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (118.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (69.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.0ms)
Rendered users/sessions/new.html.erb (405.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (79.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "betsy@nitzsche.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "betsy@nitzsche.name"], ["encrypted_password", "$2a$04$AxXIcq8JHK8wcI5QFY7SXO/o/Ul6TtgWqnk45Yf10CSRtiAI6lkXa"], ["created_at", "2017-09-17 17:17:04.211360"], ["updated_at", "2017-09-17 17:17:04.211360"], ["name", "Alfred Smitham"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$9MCzC9yJ/AWOoGJYyHItpesezyf2CQiHrHsKbTewAFZOTOeDqzYbC"], ["created_at", "2017-09-17 17:17:04.215623"], ["updated_at", "2017-09-17 17:17:04.215623"], ["name", "Robbie Halvorson"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 3.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mark@nolanolson.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mark@nolanolson.org"], ["encrypted_password", "$2a$04$.hcHovM0rOgXRDydhaiAHOb7H9cvDQyk.KUbd5mKVyvsf4Ga58jpC"], ["created_at", "2017-09-17 17:17:04.233696"], ["updated_at", "2017-09-17 17:17:04.233696"], ["name", "Zetta Treutel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$wZl0e6iO3cQS9D.ZIKHCXuHyd6PkSJFFGbhqbS1DHogEIYY6cwoHC"], ["created_at", "2017-09-17 17:17:04.238695"], ["updated_at", "2017-09-17 17:17:04.238695"], ["name", "Dr. Gregg Cassin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "heloise@kiehn.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "heloise@kiehn.co"], ["encrypted_password", "$2a$04$1/ylc/8KfI7lVHfhM3T7Y.fQ3pnYkgcfnJLLzCB1NU6H/f3XDXlyy"], ["created_at", "2017-09-17 17:17:04.251846"], ["updated_at", "2017-09-17 17:17:04.251846"], ["name", "Kaci Kshlerin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lizzie.pacocha@rogahn.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lizzie.pacocha@rogahn.net"], ["encrypted_password", "$2a$04$uBxXvIzVM2D2CdRixQogP.LrMveLbTu31vayw5yj76nq7.GJvB0.W"], ["created_at", "2017-09-17 17:17:04.264496"], ["updated_at", "2017-09-17 17:17:04.264496"], ["name", "Jeramy Zulauf"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$2SyfClqcXq94BAmLuCZ1K.Wj.oZHlnkr2/KNPFqIBXVZkgwQuleZ."], ["created_at", "2017-09-17 17:17:04.268280"], ["updated_at", "2017-09-17 17:17:04.268280"], ["name", "Jaleel O'Connell"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jada_willms@mertz.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jada_willms@mertz.io"], ["encrypted_password", "$2a$04$Fc18fiqm.QRa3yNMickqTOqpf3zLTXduTjH3u/m6mX.qS1j3wd0LK"], ["created_at", "2017-09-17 17:17:04.281277"], ["updated_at", "2017-09-17 17:17:04.281277"], ["name", "Miss Demario Beer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"paul@oberbrunner.info", "name"=>"Miss Olen Lakin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$ZIhzZwbRy27sYLqVnhWCQeh7dgEuinFDtWg/SjMg4ATGUuq41xPRa"], ["created_at", "2017-09-17 17:17:04.293938"], ["updated_at", "2017-09-17 17:17:04.293938"], ["name", "Miss Olen Lakin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lelia@ratkekunze.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lelia@ratkekunze.io"], ["encrypted_password", "$2a$04$eG0jjByE5FCo5bcz09f7PezGTKMoye0kMFY.H1nBUBV7Nug3CJrDa"], ["created_at", "2017-09-17 17:17:04.303326"], ["updated_at", "2017-09-17 17:17:04.303326"], ["name", "Lera Ankunding"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"paul@oberbrunner.info", "name"=>"Jackson Stokes", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$6jBbSRUxrjSAb.J9GwDPue/keUiinzzr.87EIDVxLlzoR//V6OSdS"], ["created_at", "2017-09-17 17:17:04.309241"], ["updated_at", "2017-09-17 17:17:04.309241"], ["name", "Jackson Stokes"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mohammed@lowelubowitz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mohammed@lowelubowitz.org"], ["encrypted_password", "$2a$04$/eZsxtTcrOj.Gj3iNXLE8Oa5ckMHlHrprHUXWE0R1HcBi/hRVY/uy"], ["created_at", "2017-09-17 17:17:04.320823"], ["updated_at", "2017-09-17 17:17:04.320823"], ["name", "Sydnee Turner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Dr. Makenna Stoltenberg", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "whitney.wolf@yost.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "whitney.wolf@yost.co"], ["encrypted_password", "$2a$04$gjYA57HsKGIhi8s5ioZ7q.F..3gCkgQIvGsh1koW4kGyZ2rr0Aj9K"], ["created_at", "2017-09-17 17:17:04.336321"], ["updated_at", "2017-09-17 17:17:04.336321"], ["name", "Kane Kris Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Ms. Finn Koelpin", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sebastian.oberbrunner@abernathybernhard.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sebastian.oberbrunner@abernathybernhard.com"], ["encrypted_password", "$2a$04$D1MQDBSfFDbMAZcIkeEQmeleHym9I57HcTmLbIfDwSYHtbadHbF8a"], ["created_at", "2017-09-17 17:17:04.352323"], ["updated_at", "2017-09-17 17:17:04.352323"], ["name", "Kamryn Swift"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$0RWGnEtxIdhF.IaF9kT5CuOFUQ0FbCI46oG77vZUjis6.7UYJKXQ2"], ["created_at", "2017-09-17 17:17:04.356710"], ["updated_at", "2017-09-17 17:17:04.356710"], ["name", "Brenden Kerluke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"taryn@bergewalsh.name", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "taryn@bergewalsh.name"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "taryn@bergewalsh.name"], ["encrypted_password", "$2a$04$qFaylevGWaKajqA1eFy7P.7v/wD/LkEyyJFgZSd/RdnoLy0PUsW6i"], ["status", "f"], ["updated_at", "2017-09-17 17:17:04.363841"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hilario.hackett@dooley.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hilario.hackett@dooley.co"], ["encrypted_password", "$2a$04$lMLHyAY5vdN7VotGnCwdsuXa9Z8rX.Z9PEVQwtUFgwZj8Z1ZYGxTC"], ["created_at", "2017-09-17 17:17:04.373853"], ["updated_at", "2017-09-17 17:17:04.373853"], ["name", "Elva Russel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$Xx7ybwVq/D0zdy0RxAZBHuQDZ4L7xLF6VIaAqwiT027WDgjI9dR36"], ["created_at", "2017-09-17 17:17:04.378694"], ["updated_at", "2017-09-17 17:17:04.378694"], ["name", "Annetta Waelchi"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"paul@oberbrunner.info", "name"=>"Annetta Waelchi", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$ryqxgLmx8OxCmEuY1WSNF.nqQaGpimCyWZ/mJNs3oTEC768xKDgw2"], ["updated_at", "2017-09-17 17:17:04.384396"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "duncan.lakin@feest.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "duncan.lakin@feest.org"], ["encrypted_password", "$2a$04$KR3EOIyaU93dQB9dHrOxge9CkHEx5LanfVf3ksMicng9.w.dD82oq"], ["created_at", "2017-09-17 17:17:04.393347"], ["updated_at", "2017-09-17 17:17:04.393347"], ["name", "Lucio Wisozk"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$syHuDaQ14DoVmfdZdrVYPeVue5hVOO1JW53W.5IZ/1ycuG7HCI442"], ["created_at", "2017-09-17 17:17:04.397713"], ["updated_at", "2017-09-17 17:17:04.397713"], ["name", "Giles Gibson"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Rick Brown", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ardella@wilkinsonpfannerstill.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ardella@wilkinsonpfannerstill.biz"], ["encrypted_password", "$2a$04$vo0v2/e4YuLA9WBE6yGU5uduhWUa/Eh5gGwCzMpVCzsz76xVRDkkm"], ["created_at", "2017-09-17 17:17:04.413216"], ["updated_at", "2017-09-17 17:17:04.413216"], ["name", "Lorenz Waters"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$oZLT5.bFYzHS/jUxjyzKTepVJfHTjoRL8TNFUme2or8VJfwkQvSiG"], ["created_at", "2017-09-17 17:17:04.417896"], ["updated_at", "2017-09-17 17:17:04.417896"], ["name", "Robert Hamill"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 17:17:04.422804"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vallie@stehrreichert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vallie@stehrreichert.net"], ["encrypted_password", "$2a$04$NIxm37zspMpQK9lwPijrdeBpMTQQkpzRe7/IGW27irY8F1pt2Q04q"], ["created_at", "2017-09-17 17:17:04.431693"], ["updated_at", "2017-09-17 17:17:04.431693"], ["name", "Donnie Gleichner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paul@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "paul@oberbrunner.info"], ["encrypted_password", "$2a$04$x0Y4rwftN/hIgVsR/mi7we1fLdPTMpuCdWUMQRVlSF879ZGEuIzWu"], ["created_at", "2017-09-17 17:17:04.435617"], ["updated_at", "2017-09-17 17:17:04.435617"], ["name", "Flossie Koss"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 17:17:04.440160"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (171.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "armani_purdy@brakusbecker.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "armani_purdy@brakusbecker.name"], ["encrypted_password", "$2a$04$pJilUpT6CggLoCnzcWGRZ.oRNs/E/BL2GuybSLakHqRJcmcD7cf.6"], ["created_at", "2017-09-17 17:17:04.723077"], ["updated_at", "2017-09-17 17:17:04.723077"], ["name", "Gayle Rogahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nellie@mosciski.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nellie@mosciski.info"], ["encrypted_password", "$2a$04$gYEiN/v6ZsxPoXTQkEz2q.OFa7dyJFsywAVWYtNgrem3yBdABmWC."], ["created_at", "2017-09-17 17:17:04.732474"], ["updated_at", "2017-09-17 17:17:04.732474"], ["name", "Aidan Emard"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "koby_hahn@wolff.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "koby_hahn@wolff.biz"], ["encrypted_password", "$2a$04$rU6trcif4Nhf8vFhXn7kCeIVXXFrUj9KSiJBZnwbTww9HgXS/5C7i"], ["created_at", "2017-09-17 17:17:04.742938"], ["updated_at", "2017-09-17 17:17:04.742938"], ["name", "Peggie O'Kon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "antonietta@kulas.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "antonietta@kulas.io"], ["encrypted_password", "$2a$04$WYPrNT1XNqEwGV7xkL5Vc.X/UcvREApb7OC6NhIC7LprbTjrZ9m4O"], ["created_at", "2017-09-17 17:17:04.752292"], ["updated_at", "2017-09-17 17:17:04.752292"], ["name", "Kamron Crooks"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amani@kutchsawayn.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "amani@kutchsawayn.name"], ["encrypted_password", "$2a$04$8dJHBAdOll7TLX95yh6qiOHJAeCp084iJqMvure1PPbfxJvv/6TA6"], ["created_at", "2017-09-17 17:17:04.763496"], ["updated_at", "2017-09-17 17:17:04.763496"], ["name", "Joesph Zieme"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (131.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chaya.feeney@okeefe.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chaya.feeney@okeefe.biz"], ["encrypted_password", "$2a$04$HqK4eDhNQ8GPgezTx2Z1V.amYMdRu.M3FYp62YHx55ZcutCxBtqd2"], ["created_at", "2017-09-17 17:17:05.068377"], ["updated_at", "2017-09-17 17:17:05.068377"], ["name", "Joan Daugherty DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 14:17:05 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 17:17:05.076532"], ["last_sign_in_at", "2017-09-17 17:17:05.076532"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 17:17:05.077027"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (2.0ms)
Rendered layouts/shared/_header.html.erb (0.7ms)

Completed 200 OK in 251ms (Views: 250.2ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 14:17:05 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (0.9ms)
Rendered users/sessions/new.html.erb within layouts/application (27.0ms)
Rendered layouts/shared/_header.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 29.8ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (102.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "viva_balistreri@hyattwillms.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "viva_balistreri@hyattwillms.biz"], ["encrypted_password", "$2a$04$2frq9tcHTz76BGiIe/orIe07QvuwvqvgXaj.COBcbtw5YEp6wKVDa"], ["created_at", "2017-09-17 17:17:05.560734"], ["updated_at", "2017-09-17 17:17:05.560734"], ["name", "Lorenzo Sanford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 14:17:05 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 17:17:05.562830"], ["last_sign_in_at", "2017-09-17 17:17:05.562830"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 17:17:05.563286"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (1.0ms)
Rendered layouts/shared/_header.html.erb (0.1ms)

Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (77.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "justyn_rath@mosciski.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "justyn_rath@mosciski.name"], ["encrypted_password", "$2a$04$nApBTp3meL4WrqBhH15Ck./OIO6F/ZGCFXbmqtNMXIVep5vlUdPZO"], ["created_at", "2017-09-17 17:17:05.916585"], ["updated_at", "2017-09-17 17:17:05.916585"], ["name", "Mrs. Marlin O'Hara"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (7.3ms)
Rendered users/edit.html.erb (14.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (80.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$UJMh0x7IGB09qSapH0g/luRf39OMoS9tdxBYAnogWT13R.hlVqrxG"], ["created_at", "2017-09-17 17:17:06.117850"], ["updated_at", "2017-09-17 17:17:06.117850"], ["name", "werter meira"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (2.4ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.4ms)
Rendered users/new.html.erb (5.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.6ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.1ms)
Rendered users/sessions/new.html.erb (7.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (72.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dovie@adams.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "dovie@adams.name"], ["encrypted_password", "$2a$04$AKFVh.uN21xQC6bC.bUA0OiJDtfd9EkptlQ.f0rejcPENwFSYjxLm"], ["created_at", "2017-09-17 17:17:06.626559"], ["updated_at", "2017-09-17 17:17:06.626559"], ["name", "Ressie Tromp"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (84.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.0ms)
Rendered users/sessions/new.html.erb (429.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (116.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (70.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.0ms)
Rendered users/sessions/new.html.erb (435.1ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (116.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (83.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clifford.block@schoenwyman.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clifford.block@schoenwyman.com"], ["encrypted_password", "$2a$04$m2.KgMLWVsFIRBhDYHgoVOe6KkXbU419ob7.pV6xa6lqw98lEDsyi"], ["created_at", "2017-09-17 17:21:26.450992"], ["updated_at", "2017-09-17 17:21:26.450992"], ["name", "Glenna Stiedemann III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marc.stoltenberg@gutkowski.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marc.stoltenberg@gutkowski.name"], ["encrypted_password", "$2a$04$Y/3oF25BQL3oSqLUIjyWsua5.2e.ldILzlTZFZOJxBmYkmFiD2n.y"], ["created_at", "2017-09-17 17:21:26.460900"], ["updated_at", "2017-09-17 17:21:26.460900"], ["name", "Curtis Moore I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kianna_rutherford@cruickshank.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kianna_rutherford@cruickshank.org"], ["encrypted_password", "$2a$04$8kcIkdMVm5WKCcpRSZr0gO.cmlxznKv.UdMS/v82FoC9F1QsJRZE."], ["created_at", "2017-09-17 17:21:26.470490"], ["updated_at", "2017-09-17 17:21:26.470490"], ["name", "Citlalli Swaniawski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandrine@swaniawski.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alexandrine@swaniawski.net"], ["encrypted_password", "$2a$04$mzxrzfY5UAaoFzzT0jY6zO5xJ0Wqyz5vV85/vL/arlts/oqu29IJu"], ["created_at", "2017-09-17 17:21:26.480285"], ["updated_at", "2017-09-17 17:21:26.480285"], ["name", "Phyllis Stracke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "glen@wilkinsonbergnaum.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "glen@wilkinsonbergnaum.info"], ["encrypted_password", "$2a$04$uw9aboIOc.jf88ZYXdRYteA1a/T0Udiy.BC5ByNnEcS8PVHqHGlG."], ["created_at", "2017-09-17 17:21:26.491161"], ["updated_at", "2017-09-17 17:21:26.491161"], ["name", "Dr. Karen Gulgowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "olin_welch@mraz.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "olin_welch@mraz.io"], ["encrypted_password", "$2a$04$CjnlDEeXqKTppVCcKt.FyuHlbYYIoDuC.npHWHvE3YIu8aMThPVRG"], ["created_at", "2017-09-17 17:21:26.501353"], ["updated_at", "2017-09-17 17:21:26.501353"], ["name", "Kaylee Mante"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laney.konopelski@prosacco.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laney.konopelski@prosacco.net"], ["encrypted_password", "$2a$04$F24aZUIlWR2F6Rvl/ttbaeRaDMZPhE1tFp.2s0t95xibADnDcE30."], ["created_at", "2017-09-17 17:21:26.520467"], ["updated_at", "2017-09-17 17:21:26.520467"], ["name", "Anderson Jones"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (91.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clemmie.abernathy@dubuque.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clemmie.abernathy@dubuque.org"], ["encrypted_password", "$2a$04$AsHvsEi7m5gK4ONds3vANezUL9qcYjpgU2lEohXA830nnUkQbS3dS"], ["created_at", "2017-09-17 17:22:23.644765"], ["updated_at", "2017-09-17 17:22:23.644765"], ["name", "Devin Pollich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nat_little@harris.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nat_little@harris.co"], ["encrypted_password", "$2a$04$230AawhWwhAAYt1s9EvJFuMUhZ3FryqjLbD8Dp1Ec1jheI7NvQRxO"], ["created_at", "2017-09-17 17:22:23.654637"], ["updated_at", "2017-09-17 17:22:23.654637"], ["name", "Miss Eula Romaguera"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@wuckert.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "oswald@wuckert.info"], ["encrypted_password", "$2a$04$QTHYq94yzDtuKTh4rffqRugHm1qe0dsG4c4KyRmFzBRSH.4pL6iSy"], ["created_at", "2017-09-17 17:22:23.663131"], ["updated_at", "2017-09-17 17:22:23.663131"], ["name", "Kirstin Prohaska DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elroy@upton.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elroy@upton.info"], ["encrypted_password", "$2a$04$Zjn6MufJXA30N9owFpagVuj1tS5j1ZqanrfrtyKEjUuWEzAVnqe/6"], ["created_at", "2017-09-17 17:22:23.672659"], ["updated_at", "2017-09-17 17:22:23.672659"], ["name", "Mathew Corwin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elton@heaney.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elton@heaney.com"], ["encrypted_password", "$2a$04$sxmtxyvvhxJWAziWCOE5g.TVHL7ClF8t7MU7N0YbS2ApWy3sC2Zui"], ["created_at", "2017-09-17 17:22:23.683519"], ["updated_at", "2017-09-17 17:22:23.683519"], ["name", "Raheem O'Kon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "helga@dibbert.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "helga@dibbert.biz"], ["encrypted_password", "$2a$04$nr.wLOsSPp49oveDW.XYEua49OxeduYCXc9onJhx2EZCHD309ha06"], ["created_at", "2017-09-17 17:22:23.692912"], ["updated_at", "2017-09-17 17:22:23.692912"], ["name", "Mrs. Aryanna Kassulke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amos_kreiger@reichel.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "amos_kreiger@reichel.info"], ["encrypted_password", "$2a$04$CFSONR/uQ//DKVbo7wgOTO9IM9LtWK2nLSjBu9l1jU3tLcrQXNDRi"], ["created_at", "2017-09-17 17:22:23.710475"], ["updated_at", "2017-09-17 17:22:23.710475"], ["name", "Berneice Flatley"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (107.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jamey@moore.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jamey@moore.net"], ["encrypted_password", "$2a$04$O64a5kWO6gt7mAlMA2MyxeS0xFXSFa1EobPwXSWSa64dhBcw/vJ/m"], ["created_at", "2017-09-17 17:22:43.352638"], ["updated_at", "2017-09-17 17:22:43.352638"], ["name", "Jarred Stamm"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eladio@mcglynn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eladio@mcglynn.name"], ["encrypted_password", "$2a$04$.T4Ep9O2nb48B8AELcmvtuG/.vOo/WG07e.ck8Zb1DExQFGQ0K37a"], ["created_at", "2017-09-17 17:22:43.363016"], ["updated_at", "2017-09-17 17:22:43.363016"], ["name", "Murl Abbott"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "guiseppe.bashirian@spencerbrekke.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "guiseppe.bashirian@spencerbrekke.co"], ["encrypted_password", "$2a$04$3zt/tQlelrWlVA7ujVH4BeObcDQ51JP9fSp1zrq3rCA4KwF2PieFq"], ["created_at", "2017-09-17 17:22:43.372514"], ["updated_at", "2017-09-17 17:22:43.372514"], ["name", "Margie Schamberger"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "presley@kling.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "presley@kling.co"], ["encrypted_password", "$2a$04$XmBKrHit0FExrsQOeLHKqu4Ea8oa4OI85FIOrk7lqF/2vV5uVptw2"], ["created_at", "2017-09-17 17:22:43.385141"], ["updated_at", "2017-09-17 17:22:43.385141"], ["name", "Randi Tillman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jammie_schultz@barton.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jammie_schultz@barton.org"], ["encrypted_password", "$2a$04$uGj5Bjlsq2urVWxCCqWQW.cGbqaQirDBtPw97rQZfisvWtfefJPhi"], ["created_at", "2017-09-17 17:22:43.395065"], ["updated_at", "2017-09-17 17:22:43.395065"], ["name", "Ariane Maggio"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alta.mitchell@kemmer.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alta.mitchell@kemmer.name"], ["encrypted_password", "$2a$04$v4L7chjL.mQQ0/LstkUz1uhUxCQG8yVN1PJyXhlZrh3Q0.CU0oA4K"], ["created_at", "2017-09-17 17:22:43.410774"], ["updated_at", "2017-09-17 17:22:43.410774"], ["name", "Alvah Kunze"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "henri@hansenbode.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "henri@hansenbode.name"], ["encrypted_password", "$2a$04$Yq0rRQ9TO4oVCvskbc.dp.DIJyhgjnoWGKMKCrUh1DCKQ61KZdAX6"], ["created_at", "2017-09-17 17:22:43.421974"], ["updated_at", "2017-09-17 17:22:43.421974"], ["name", "Cristopher Breitenberg DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (75.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "herman_damore@nitzschemurray.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "herman_damore@nitzschemurray.name"], ["encrypted_password", "$2a$04$buU.t9qKDL7gCWGDiLBvFevS5FjkSvrfteWoczxLxe8kgt7IKt.MO"], ["created_at", "2017-09-17 17:24:47.057940"], ["updated_at", "2017-09-17 17:24:47.057940"], ["name", "Marcelo Goodwin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$e3extizRwqNPje.smtnyhOPDhbXv6pKtjKL2bATqR/gIH2oxJXRdq"], ["created_at", "2017-09-17 17:24:47.062510"], ["updated_at", "2017-09-17 17:24:47.062510"], ["name", "Kattie Marvin"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 3.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasey.grady@crist.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kasey.grady@crist.co"], ["encrypted_password", "$2a$04$uSxAeIBPgayV1BbnRGiuUu3h9pQcYYxZ1mPIuCHAcTe1lNrItypFu"], ["created_at", "2017-09-17 17:24:47.082602"], ["updated_at", "2017-09-17 17:24:47.082602"], ["name", "Mrs. Anjali Hermann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$7ABBB8LyJfUHC1l5wrzaJ.zuHN7mBkB1iXMnfCFWBta5Fz1kljgsa"], ["created_at", "2017-09-17 17:24:47.086793"], ["updated_at", "2017-09-17 17:24:47.086793"], ["name", "Dannie Adams"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "augustine_kunze@binspouros.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "augustine_kunze@binspouros.com"], ["encrypted_password", "$2a$04$wDwEVsIQsva4h59Mh7plWewkOpHSuGlZdiLRRAhT0tzD167KFGERq"], ["created_at", "2017-09-17 17:24:47.101110"], ["updated_at", "2017-09-17 17:24:47.101110"], ["name", "Dr. Blake Schuster"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emie_ruecker@mertz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "emie_ruecker@mertz.org"], ["encrypted_password", "$2a$04$/Nqf8mil.v5up9mS2LWWruNn9tkGZZbNLmheH78YZJBadtFVObhy."], ["created_at", "2017-09-17 17:24:47.114132"], ["updated_at", "2017-09-17 17:24:47.114132"], ["name", "Jovani Lockman Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$kgSLthqOqpkgSzKvG7kXF.imGXofMHqllSkURsOvxABsVRtONd9Xe"], ["created_at", "2017-09-17 17:24:47.118210"], ["updated_at", "2017-09-17 17:24:47.118210"], ["name", "Mariela Volkman"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "josie.crooks@spencerborer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "josie.crooks@spencerborer.org"], ["encrypted_password", "$2a$04$6RXjvgNUGLwBZLEvVvTJMe2A/fb1O/cHYMZAzFCIe6NQg4xxqISpC"], ["created_at", "2017-09-17 17:24:47.131873"], ["updated_at", "2017-09-17 17:24:47.131873"], ["name", "Chaz Marquardt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"chadd_kreiger@kreiger.co", "name"=>"Albertha Quigley", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$Hzk8EL5qzGG5i3h45vl8XeD.5U4p5M9rh4iDxBLyD7EFrYm/vx52m"], ["created_at", "2017-09-17 17:24:47.147456"], ["updated_at", "2017-09-17 17:24:47.147456"], ["name", "Albertha Quigley"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ericka@vandervort.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ericka@vandervort.com"], ["encrypted_password", "$2a$04$xJSI6uxsXDCgUJwrrgXoX.C/f1gezmdgK6ZMtVUVhUNvwbdccSsSa"], ["created_at", "2017-09-17 17:24:47.157372"], ["updated_at", "2017-09-17 17:24:47.157372"], ["name", "Alphonso Stoltenberg"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"chadd_kreiger@kreiger.co", "name"=>"Lavonne Langworth", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$t4FqYrT14dV4RyeF2EwkP.DM5JqwpdyYZu0nBd6IcOvV8AsbB2K9W"], ["created_at", "2017-09-17 17:24:47.165318"], ["updated_at", "2017-09-17 17:24:47.165318"], ["name", "Lavonne Langworth"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "buddy_paucek@mrazhirthe.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "buddy_paucek@mrazhirthe.biz"], ["encrypted_password", "$2a$04$kXK/NjAeBeIobOsovPZbGusS9D2qBq/dmaSYInvqZ4GPs51PZI.Ve"], ["created_at", "2017-09-17 17:24:47.175819"], ["updated_at", "2017-09-17 17:24:47.175819"], ["name", "Zander Doyle"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Myrtle Ankunding", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hank_ward@rippin.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hank_ward@rippin.com"], ["encrypted_password", "$2a$04$IboWTq/81ovSwUKSkVeDPeVCfp38vPlu2mGwQ7qzs.4pgiBiccV7."], ["created_at", "2017-09-17 17:24:47.192321"], ["updated_at", "2017-09-17 17:24:47.192321"], ["name", "Magnolia Haag"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Wilburn Baumbach", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aron.kuphal@macgyver.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aron.kuphal@macgyver.info"], ["encrypted_password", "$2a$04$Ih9.fG54XWV5V6rUWQ2AL.cvtjQaYxFH0C7kSauiyjArbUca/MtbC"], ["created_at", "2017-09-17 17:24:47.208479"], ["updated_at", "2017-09-17 17:24:47.208479"], ["name", "Mr. Willis Schowalter"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$EMelE.2ZApSEmzyYxBUw0u/GX8PamrJ9CfrHVi4DABB3UTF7lPQyq"], ["created_at", "2017-09-17 17:24:47.212506"], ["updated_at", "2017-09-17 17:24:47.212506"], ["name", "Frederique Lubowitz"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"jordy@leuschkevon.name", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "jordy@leuschkevon.name"], ["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "jordy@leuschkevon.name"], ["encrypted_password", "$2a$04$bj3sDEApPHT38.ii1Oa9vO2rfPROzwh5xu0NmCeDGrn4MSlYyQLty"], ["admin", "f"], ["updated_at", "2017-09-17 17:24:47.218704"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "doug_schneider@mertz.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "doug_schneider@mertz.biz"], ["encrypted_password", "$2a$04$TwC8h9.FeedJV8UMScYH7eS.0dWtmCL5zwzjHfm1E9EuwhTkOATTW"], ["created_at", "2017-09-17 17:24:47.231015"], ["updated_at", "2017-09-17 17:24:47.231015"], ["name", "Sophia Labadie PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$1O.LHg66gyP4chpcJ3h8vuKGWG0tpu5W30lMHdsOh2VU4vTYlkrZ2"], ["created_at", "2017-09-17 17:24:47.234752"], ["updated_at", "2017-09-17 17:24:47.234752"], ["name", "Jerod Ward"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"chadd_kreiger@kreiger.co", "name"=>"Jerod Ward", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$f7Z.0FalOdHj5uZaZujAJuP68t0BQ8vu.n.YE4/OM1C5h9/9s/L9O"], ["updated_at", "2017-09-17 17:24:47.240529"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amos@johns.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "amos@johns.info"], ["encrypted_password", "$2a$04$/WBhiEcg9XtdO4W7zMegt.E1PYX1uYS0wrdu0FFDyh4kHUFMixbdy"], ["created_at", "2017-09-17 17:24:47.250841"], ["updated_at", "2017-09-17 17:24:47.250841"], ["name", "Kendrick Erdman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$tOGInRdJktqnEQu8qWajYebX.4p.h5jaBONA05Fr/4YIJ3rXMo.8u"], ["created_at", "2017-09-17 17:24:47.255160"], ["updated_at", "2017-09-17 17:24:47.255160"], ["name", "Cecilia Marvin Sr."], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Miss Anika Russel", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bobby@armstrong.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bobby@armstrong.net"], ["encrypted_password", "$2a$04$MKAcEQMKHzbS8xTRxck4q.PWFpRk112RFKgAITvpqw4c5X.1pjkiO"], ["created_at", "2017-09-17 17:24:47.271282"], ["updated_at", "2017-09-17 17:24:47.271282"], ["name", "Mary Simonis"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$0gDUd0Bsdsbz4uHbBBJgQ.WwixX4fRO2RcvIzNfLUN0cv3yborBU6"], ["created_at", "2017-09-17 17:24:47.275528"], ["updated_at", "2017-09-17 17:24:47.275528"], ["name", "Toney Parisian"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 17:24:47.279497"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.2ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mckayla@tillman.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mckayla@tillman.co"], ["encrypted_password", "$2a$04$BvgIjtJ/sBMtTKp6y3X6HO/hgQ34dCeSoJBxe6lPYzJ9KkAJFc5c6"], ["created_at", "2017-09-17 17:24:47.290620"], ["updated_at", "2017-09-17 17:24:47.290620"], ["name", "Kenya Sipes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd_kreiger@kreiger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chadd_kreiger@kreiger.co"], ["encrypted_password", "$2a$04$p6SROdElQwF3w2TiiFm6w.wylQkike87q/dvi44vch9Q6HEifxwnO"], ["created_at", "2017-09-17 17:24:47.294638"], ["updated_at", "2017-09-17 17:24:47.294638"], ["name", "Miss Gabrielle Mraz"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 17:24:47.297863"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (62.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (70.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathan@erdman.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nathan@erdman.org"], ["encrypted_password", "$2a$04$qB/6sTzZx97a7MmbdBjFN.HJboIa5UNjZ5glX2HoANybRxw5SgOcS"], ["created_at", "2017-09-17 17:24:47.459011"], ["updated_at", "2017-09-17 17:24:47.459011"], ["name", "Ms. Eldon Bashirian"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "francesco_walsh@altenwerthbraun.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "francesco_walsh@altenwerthbraun.com"], ["encrypted_password", "$2a$04$HaZGfHUvFFp0jZ9gumDWGO5iBp261MqaaYmKlEt6KF8gLbbs8fCh."], ["created_at", "2017-09-17 17:24:47.469501"], ["updated_at", "2017-09-17 17:24:47.469501"], ["name", "Kaleigh Weimann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kyla.schneider@grahambrakus.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kyla.schneider@grahambrakus.net"], ["encrypted_password", "$2a$04$sOLZbSMx8EcS2dGPIQMUnugPMf1uLVv0LBN8AItsyNd915pcUteBK"], ["created_at", "2017-09-17 17:24:47.478441"], ["updated_at", "2017-09-17 17:24:47.478441"], ["name", "Stanley Dickens"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandria.johnson@goldner.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alexandria.johnson@goldner.org"], ["encrypted_password", "$2a$04$07w9CS2KnDTc34RQyyUOIeyBqLpXkbu.GYLpYY/Wyymm3TeKXk6sS"], ["created_at", "2017-09-17 17:24:47.489864"], ["updated_at", "2017-09-17 17:24:47.489864"], ["name", "Kelton Lind"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dannie_lockman@leffler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dannie_lockman@leffler.co"], ["encrypted_password", "$2a$04$eKe8JqS5KKYUbF.Bd/l/ie.IqHbRbzU/5xsGlHFzrFxjrfTjf1o2C"], ["created_at", "2017-09-17 17:24:47.499535"], ["updated_at", "2017-09-17 17:24:47.499535"], ["name", "Ryleigh Powlowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "terence@marks.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "terence@marks.co"], ["encrypted_password", "$2a$04$bUqAwyTuyJZRAI7QsxKlJeDVFfltdOSTTXeNdRAf5pJJLZw1fv00a"], ["created_at", "2017-09-17 17:24:47.510626"], ["updated_at", "2017-09-17 17:24:47.510626"], ["name", "Reid O'Conner Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eldon@bauch.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eldon@bauch.io"], ["encrypted_password", "$2a$04$uKfAE3255eExQDRjwEHeWOLwD3mqd7NQeI17vlr4l1OiItudnrH9e"], ["created_at", "2017-09-17 17:24:47.521073"], ["updated_at", "2017-09-17 17:24:47.521073"], ["name", "Harrison Bayer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (80.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elroy@pollich.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elroy@pollich.org"], ["encrypted_password", "$2a$04$3PGuokKA31Nk/LKuL4bOcO39t8RFcymZ/NWPC35w.poFVlS2.5QJW"], ["created_at", "2017-09-17 17:24:47.763647"], ["updated_at", "2017-09-17 17:24:47.763647"], ["name", "Mrs. Karson Mayert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 14:24:47 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 17:24:47.772230"], ["last_sign_in_at", "2017-09-17 17:24:47.772230"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 17:24:47.772742"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.1ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (1.9ms)
Rendered layouts/shared/_header.html.erb (0.8ms)

Completed 200 OK in 268ms (Views: 266.8ms | ActiveRecord: 0.1ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 14:24:48 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (0.8ms)
Rendered users/sessions/new.html.erb within layouts/application (26.8ms)
Rendered layouts/shared/_header.html.erb (0.1ms)

Completed 200 OK in 34ms (Views: 29.5ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (87.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "santino@wisoky.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "santino@wisoky.com"], ["encrypted_password", "$2a$04$pBVkeGRQp213sagsPDZ.Ter4lO182rREfUvbw2paHbhz3jmTbUlni"], ["created_at", "2017-09-17 17:24:48.257854"], ["updated_at", "2017-09-17 17:24:48.257854"], ["name", "Bonnie Howe MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 14:24:48 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 17:24:48.260013"], ["last_sign_in_at", "2017-09-17 17:24:48.260013"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 17:24:48.260443"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users"
Rendered users/index.html.erb within layouts/application (0.9ms)
Rendered layouts/shared/_header.html.erb (0.1ms)

Completed 200 OK in 2ms (Views: 2.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (94.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (90.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gina@lang.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gina@lang.info"], ["encrypted_password", "$2a$04$D7YYQzKhoxA2l2nM2vF0iu8Bl7DIhJgXop8COGRLAohkVl8JhY5De"], ["created_at", "2017-09-17 17:24:48.669039"], ["updated_at", "2017-09-17 17:24:48.669039"], ["name", "Freda Medhurst"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (7.0ms)
Rendered users/edit.html.erb (15.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (86.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$0SfrINT0J7s5YhM1ly4M.uuwqqHdX1o7oOdVAk4Sy.QIKU4RftCa2"], ["created_at", "2017-09-17 17:24:48.901948"], ["updated_at", "2017-09-17 17:24:48.901948"], ["name", "werter meira"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (2.1ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.2ms)  PRAGMA foreign_keys = OFF
 (108.5ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.3ms)
Rendered users/new.html.erb (5.1ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (93.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.9ms)
Rendered users/sessions/new.html.erb (13.8ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (98.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.1ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "toni_hermann@gorczanyjohnson.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "toni_hermann@gorczanyjohnson.io"], ["encrypted_password", "$2a$04$4UlDGlLNnaGd84T.F31IkutaaVPLwSzmV8hL8x697aOxJyluQQzTq"], ["created_at", "2017-09-17 17:24:49.567771"], ["updated_at", "2017-09-17 17:24:49.567771"], ["name", "Alvera Fritsch V"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.5ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?  [["key", "environment"]]
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC

Migrating to CreateBooks (20170917184031)

 (0.0ms)  begin transaction
 (0.1ms)  SELECT sqlite_version(*)
 (0.4ms)  CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "image" varchar, "status" boolean, "deleted" boolean, "author" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
SQL (0.2ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20170917184031"]]
 (256.7ms)  commit transaction

Migrating to AddUserToBook (20170917184150)

 (0.3ms)  begin transaction
 (0.8ms)  ALTER TABLE "books" ADD "user_id" integer
 (0.5ms)  CREATE  INDEX "index_books_on_user_id" ON "books" ("user_id")
SQL (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20170917184150"]]
 (148.4ms)  commit transaction
ActiveRecord::InternalMetadata Load (0.4ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
SQL (0.5ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2017-09-17 18:49:56.556789"], ["updated_at", "2017-09-17 18:49:56.556789"]]
 (82.6ms)  commit transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.3ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_books_on_user_id' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_books_on_user_id' AND type='index'



 (0.2ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_reset_password_token' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_reset_password_token' AND type='index'



 (0.2ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_email' AND type='index'



 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.0ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (186.3ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (120.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (139.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?  [["key", "environment"]]
ActiveRecord::InternalMetadata Load (0.2ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.0ms)  begin transaction
SQL (0.3ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2017-09-17 18:52:18.206079"], ["updated_at", "2017-09-17 18:52:18.206079"]]
 (128.2ms)  commit transaction
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?  [["key", "environment"]]
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?  [["key", "environment"]]
 (0.0ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "ar_internal_metadata"."value" FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ?  [["key", "environment"]]
 (0.1ms)  SELECT sqlite_version(*)
 (172.4ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
 (88.5ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC

Migrating to DeviseCreateUsers (20170916144726)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
 (0.2ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_email' AND type='index'



 (0.1ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20170916144726"]]
 (103.4ms)  commit transaction

Migrating to AddNameAndStatusAndDeletedToUser (20170916144801)

 (0.1ms)  begin transaction
 (0.4ms)  ALTER TABLE "users" ADD "name" varchar
 (0.3ms)  ALTER TABLE "users" ADD "status" boolean DEFAULT 'f'
 (0.8ms)  ALTER TABLE "users" ADD "deleted" boolean DEFAULT 'f'
SQL (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20170916144801"]]
 (71.6ms)  commit transaction

Migrating to AddAdminToUser (20170916152429)

 (0.2ms)  begin transaction
 (2.0ms)  ALTER TABLE "users" ADD "admin" boolean DEFAULT 'f'
SQL (0.3ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20170916152429"]]
 (68.6ms)  commit transaction

Migrating to CreateBooks (20170917184031)

 (0.1ms)  begin transaction
 (0.4ms)  CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "image" varchar, "status" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "author" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20170917184031"]]
 (89.2ms)  commit transaction

Migrating to AddUserToBook (20170917184150)

 (0.1ms)  begin transaction
 (0.4ms)  ALTER TABLE "books" ADD "user_id" integer
 (0.2ms)  CREATE  INDEX "index_books_on_user_id" ON "books" ("user_id")
SQL (0.1ms)  INSERT INTO "schema_migrations" ("version") VALUES (?)  [["version", "20170917184150"]]
 (74.7ms)  commit transaction
ActiveRecord::InternalMetadata Load (0.2ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
SQL (0.4ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2017-09-17 18:52:23.254797"], ["updated_at", "2017-09-17 18:52:23.254797"]]
 (76.4ms)  commit transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_books_on_user_id' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_books_on_user_id' AND type='index'



 (0.3ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_reset_password_token' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_reset_password_token' AND type='index'



 (0.3ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_email' AND type='index'



 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frederick@hintz.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "frederick@hintz.io"], ["encrypted_password", "$2a$04$gBb8SKm0uJOUCUbA2V.K3.Qh5bJEeaQILvfKIr8s/hL5vIzr69AwO"], ["created_at", "2017-09-17 18:52:47.953920"], ["updated_at", "2017-09-17 18:52:47.953920"], ["name", "Antonio Gusikowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tania_mraz@flatleyrippin.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tania_mraz@flatleyrippin.info"], ["encrypted_password", "$2a$04$Dq6mylzFP91JBIRANjl.U.wnPdR3qzW.CMZk2zxb5XESGOexmyZue"], ["created_at", "2017-09-17 18:52:47.977023"], ["updated_at", "2017-09-17 18:52:47.977023"], ["name", "Benton Runolfsdottir"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madyson_stiedemann@wiegand.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "madyson_stiedemann@wiegand.co"], ["encrypted_password", "$2a$04$X0u3nEU4pdiLfCWDPywda.ywg0Eh9TrdPAf1oDLb4gkbFdghUUUO."], ["created_at", "2017-09-17 18:52:47.985800"], ["updated_at", "2017-09-17 18:52:47.985800"], ["name", "Wayne Barton"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ryan@douglas.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ryan@douglas.biz"], ["encrypted_password", "$2a$04$EcuDmloEXcMXOXzsjxTIx.T1wAd2im.TbsenIsOk53gAY2AL0CydO"], ["created_at", "2017-09-17 18:52:48.002932"], ["updated_at", "2017-09-17 18:52:48.002932"], ["name", "Kali Berge MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "parker.gottlieb@dickinson.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "parker.gottlieb@dickinson.org"], ["encrypted_password", "$2a$04$tJywR/dXkTBkcsCGJuWg0e0npeys6Rh9AXg7y9Nyd2wjs9fHgQfiO"], ["created_at", "2017-09-17 18:52:48.012486"], ["updated_at", "2017-09-17 18:52:48.012486"], ["name", "Orion Barrows"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kylee_johns@leannon.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kylee_johns@leannon.co"], ["encrypted_password", "$2a$04$b8XtFL8s2D9quAlm4mwNJeu3jvTelt/pYfQyhN2JjKkf/quiQB15a"], ["created_at", "2017-09-17 18:52:48.020817"], ["updated_at", "2017-09-17 18:52:48.020817"], ["name", "Jadon Ledner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexis@parisian.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alexis@parisian.co"], ["encrypted_password", "$2a$04$Z.lhapX1vco8/HJFD2LsXOeZWBoGXff9Ql4s8SKTM3.WGDdeB3NP2"], ["created_at", "2017-09-17 18:52:48.029729"], ["updated_at", "2017-09-17 18:52:48.029729"], ["name", "Nolan Langosh"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "miracle@dibbert.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "miracle@dibbert.co"], ["encrypted_password", "$2a$04$8NCOgqLlf1Ckssb.bddy5.0LKBrWJONo8QAcRKFb6GcjUvCmD.nnK"], ["created_at", "2017-09-17 18:52:48.040504"], ["updated_at", "2017-09-17 18:52:48.040504"], ["name", "Jayden Russel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (109.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pete@dooley.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "pete@dooley.org"], ["encrypted_password", "$2a$04$W4gOy/8.CyYdRg.5hGH3fuydBkD19xjj1jOnRFGGpWWslOO44rpi."], ["created_at", "2017-09-17 18:58:44.706132"], ["updated_at", "2017-09-17 18:58:44.706132"], ["name", "Mr. Kaylah Reichert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Of Mice and Men"], ["description", "Molestias ducimus voluptatibus et non magnam. Atque reprehenderit ratione eos quam et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Geovanni Kertzmann"], ["created_at", "2017-09-17 18:58:44.720797"], ["updated_at", "2017-09-17 18:58:44.720797"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bruce.brown@haleyprice.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bruce.brown@haleyprice.net"], ["encrypted_password", "$2a$04$tvCSz4qguLjmnUxygdt2YemaeKSB176/0curA.3h78SvLVOaPT1Uq"], ["created_at", "2017-09-17 18:58:44.730155"], ["updated_at", "2017-09-17 18:58:44.730155"], ["name", "Lily Nienow"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dance Dance Dance"], ["description", "Reprehenderit dolore inventore et aut quo. Libero nemo aut qui sint. Ea suscipit eos rerum eum et. Suscipit non ipsam et cum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Armand Batz DDS"], ["created_at", "2017-09-17 18:58:44.732275"], ["updated_at", "2017-09-17 18:58:44.732275"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaren_medhurst@larkinrunolfsdottir.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaren_medhurst@larkinrunolfsdottir.io"], ["encrypted_password", "$2a$04$0GsD1fRZPXtreIGJoKf1feEr3M83e0qmWjoT7qmJQMZzgauBJYPIS"], ["created_at", "2017-09-17 18:58:44.742636"], ["updated_at", "2017-09-17 18:58:44.742636"], ["name", "Melisa Klein"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Carrion Comfort"], ["description", "Exercitationem sequi natus numquam sit quidem. Dolores et atque. Debitis earum perspiciatis aliquam quia reiciendis maiores amet. Quod amet rem quia fugit consequatur ipsam omnis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Leonel Shields"], ["created_at", "2017-09-17 18:58:44.745217"], ["updated_at", "2017-09-17 18:58:44.745217"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aliza.hermiston@mohr.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aliza.hermiston@mohr.org"], ["encrypted_password", "$2a$04$tGFT5bCnxmXoDDm5ZZ6pxeOLjaPPWa6ZDjhWD0PSiQnd4jmvGmXce"], ["created_at", "2017-09-17 18:58:44.766099"], ["updated_at", "2017-09-17 18:58:44.766099"], ["name", "Destin Bartell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Unweaving the Rainbow"], ["description", "Sit assumenda aliquam iste minima enim. Nesciunt cum quam rerum. Aut ut qui omnis consectetur. Iure quia assumenda eum dignissimos velit non ullam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Willard Hirthe V"], ["created_at", "2017-09-17 18:58:44.768905"], ["updated_at", "2017-09-17 18:58:44.768905"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dagmar.hand@homenickbogisich.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dagmar.hand@homenickbogisich.info"], ["encrypted_password", "$2a$04$YYuj/2ziYRsW4f24znRdd.5Ou280TObyrILKsPw/9/tY/aP85ov0."], ["created_at", "2017-09-17 18:58:44.779047"], ["updated_at", "2017-09-17 18:58:44.779047"], ["name", "Jada Kling"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The House of Mirth"], ["description", "Voluptatem veritatis autem magnam quia non rerum. Officia hic temporibus ratione deleniti aut dolorem voluptatem. Blanditiis quia illum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Clarissa Abernathy DVM"], ["created_at", "2017-09-17 18:58:44.782399"], ["updated_at", "2017-09-17 18:58:44.782399"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lew_nienow@rau.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lew_nienow@rau.biz"], ["encrypted_password", "$2a$04$YklzEOg6c0kS2rtCkqnHeefjh0JZMlj1kl3JTOR1LkKjGl6n5CFC."], ["created_at", "2017-09-17 18:58:44.791091"], ["updated_at", "2017-09-17 18:58:44.791091"], ["name", "Jalyn Romaguera Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Golden Apples of the Sun"], ["description", "Accusantium molestiae a dolores autem quia. Sunt quo eos deleniti totam et fuga amet."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maurice Collier"], ["created_at", "2017-09-17 18:58:44.793232"], ["updated_at", "2017-09-17 18:58:44.793232"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elaina.schulist@maggio.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elaina.schulist@maggio.com"], ["encrypted_password", "$2a$04$4bqIDwEYQaiiOgcOCLUI.ua7HHHBQepzBT3JPww3zDYqy/C63NdAG"], ["created_at", "2017-09-17 18:58:44.803648"], ["updated_at", "2017-09-17 18:58:44.803648"], ["name", "Stanford Nader Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Carrion Comfort"], ["description", "Accusantium laudantium ab. Similique quo et nihil voluptates sint. Non quia consequatur qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alan Langosh"], ["created_at", "2017-09-17 18:58:44.806031"], ["updated_at", "2017-09-17 18:58:44.806031"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maye_pfeffer@wolf.io"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maye_pfeffer@wolf.io"], ["encrypted_password", "$2a$04$gP0WGSpPlerB9ae4NwOCsOXMP31Eon782tFROnZ1HxVR5A5MiwcK6"], ["created_at", "2017-09-17 18:58:44.815000"], ["updated_at", "2017-09-17 18:58:44.815000"], ["name", "Oren Schowalter"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Things Fall Apart"], ["description", "Aperiam temporibus aut. In mollitia et quo nemo ullam porro. Vitae voluptatem sed dolorum dolorem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nicklaus Nienow"], ["created_at", "2017-09-17 18:58:44.818063"], ["updated_at", "2017-09-17 18:58:44.818063"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alysa@moenpfannerstill.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alysa@moenpfannerstill.org"], ["encrypted_password", "$2a$04$kfRSyRCoIQepIq8RZ3FAjemjjo70P5V67ebgGLfxyfoO0ruNaLza6"], ["created_at", "2017-09-17 19:00:08.715037"], ["updated_at", "2017-09-17 19:00:08.715037"], ["name", "Dorothy Homenick"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Monkey's Raincoat"], ["description", "Autem excepturi architecto voluptate. Quia sed explicabo est earum est quo. Rem qui sed est sapiente."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Jammie Feest"], ["created_at", "2017-09-17 19:00:08.724618"], ["updated_at", "2017-09-17 19:00:08.724618"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "glen@gislason.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "glen@gislason.io"], ["encrypted_password", "$2a$04$zMwu2cJqVw8w4/KQ5hJOO.AhI892pJn8u1PTn4xksaGpMUrkQuHyK"], ["created_at", "2017-09-17 19:00:08.733548"], ["updated_at", "2017-09-17 19:00:08.733548"], ["name", "Lonnie Cole"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Possimus aut nemo impedit sunt ullam voluptas. Quisquam est a dolorem ipsam dolore. Ducimus quidem molestiae exercitationem reprehenderit. Rerum quo doloribus eum molestias cupiditate."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Darius Bode"], ["created_at", "2017-09-17 19:00:08.735724"], ["updated_at", "2017-09-17 19:00:08.735724"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mariam@swaniawski.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mariam@swaniawski.com"], ["encrypted_password", "$2a$04$Dxp8sN8.U4xu0Rd1m8bU9OuGDk.FwypWGN164xorsDCsU9MexGfB6"], ["created_at", "2017-09-17 19:00:08.744237"], ["updated_at", "2017-09-17 19:00:08.744237"], ["name", "Mr. Colby Price"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Quo Vadis"], ["description", "Consequatur consequuntur velit veniam et deleniti omnis. Explicabo eos sed iste. Veniam nam beatae esse. Nam temporibus occaecati."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Raheem Becker"], ["created_at", "2017-09-17 19:00:08.746779"], ["updated_at", "2017-09-17 19:00:08.746779"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tevin@trantowwolff.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tevin@trantowwolff.io"], ["encrypted_password", "$2a$04$hkRg4yuX9SAfCll46jPxo./iinvpMZ1hDDFAk/qlq0rm4XTlkrO0K"], ["created_at", "2017-09-17 19:00:08.772085"], ["updated_at", "2017-09-17 19:00:08.772085"], ["name", "Vida Cruickshank"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Proper Study"], ["description", "Autem ad voluptas. Ut consequatur est quaerat similique nihil. Quos nisi commodi asperiores quasi qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Alvis Sipes"], ["created_at", "2017-09-17 19:00:08.774845"], ["updated_at", "2017-09-17 19:00:08.774845"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sage@hamillcollins.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sage@hamillcollins.biz"], ["encrypted_password", "$2a$04$UVGB9JhSLAMl8pHBQMN7nudkKXTNAdsGXMQ64QJlSPI4ch3mboN1y"], ["created_at", "2017-09-17 19:00:08.785113"], ["updated_at", "2017-09-17 19:00:08.785113"], ["name", "Angelita Schiller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Many-Splendoured Thing"], ["description", "Reprehenderit omnis assumenda et ipsam. Id maxime iure error dolorem in. Impedit consectetur laborum et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Guadalupe Schroeder"], ["created_at", "2017-09-17 19:00:08.788720"], ["updated_at", "2017-09-17 19:00:08.788720"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myrl.bartoletti@kochmonahan.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "myrl.bartoletti@kochmonahan.name"], ["encrypted_password", "$2a$04$rpaaK1iogcw1bgJJYRSj/e5/9jxPUwxvj9G5UOoRSUEK.KXYtDzPu"], ["created_at", "2017-09-17 19:00:08.797900"], ["updated_at", "2017-09-17 19:00:08.797900"], ["name", "Haskell Schamberger DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Look to Windward"], ["description", "Quisquam voluptatum nihil maiores. Est quaerat vel nam at. Ab rem voluptatem distinctio quia consectetur. Vel consequatur impedit asperiores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Florence Wolf Jr."], ["created_at", "2017-09-17 19:00:08.799964"], ["updated_at", "2017-09-17 19:00:08.799964"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nolan_steuber@runolfon.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nolan_steuber@runolfon.biz"], ["encrypted_password", "$2a$04$shPIH1WEVleIFa8fqeTY5uYCyOmf6eJagb0eYcvc8DacHyhWgKsDW"], ["created_at", "2017-09-17 19:00:08.810583"], ["updated_at", "2017-09-17 19:00:08.810583"], ["name", "Jaylan Howell III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blithe Spirit"], ["description", "Maxime qui vero temporibus. Ipsum nobis vel. Dolor dolores aliquid nostrum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Myrtice Erdman"], ["created_at", "2017-09-17 19:00:08.812587"], ["updated_at", "2017-09-17 19:00:08.812587"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emmet_weimann@hodkiewicz.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emmet_weimann@hodkiewicz.biz"], ["encrypted_password", "$2a$04$C1/RcWR.G2ZjxFJWMQda4OPt7T95FbiqOEU7n3rM9oM.Cg1K3xF7a"], ["created_at", "2017-09-17 19:00:08.821897"], ["updated_at", "2017-09-17 19:00:08.821897"], ["name", "Dangelo Heaney"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Such, Such Were the Joys"], ["description", "Quibusdam provident error nemo. Facere molestiae vero ad aut ut. Nam voluptatem quas eum voluptatibus sint eos consequatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Donavon Runte"], ["created_at", "2017-09-17 19:00:08.823869"], ["updated_at", "2017-09-17 19:00:08.823869"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "robbie@hegmann.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "robbie@hegmann.name"], ["encrypted_password", "$2a$04$ziWg3vIGKb0bI4slpQzxbeEwjkzxqB1D3DEg9mM3XJTmiCxgAA8.a"], ["created_at", "2017-09-17 19:00:08.834483"], ["updated_at", "2017-09-17 19:00:08.834483"], ["name", "Dr. Jackson Ortiz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Taming a Sea Horse"], ["description", "Eos ipsum incidunt numquam. Sed ea nisi iste molestiae nihil est fugiat. Rerum qui quasi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ladarius Durgan V"], ["created_at", "2017-09-17 19:00:08.836490"], ["updated_at", "2017-09-17 19:00:08.836490"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "verona@kirlin.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "verona@kirlin.com"], ["encrypted_password", "$2a$04$sDVE/6GCMEPqHwg3cAATO.5wHhrVXzRfAH2dpCvB/.VYmrK2j6EsG"], ["created_at", "2017-09-17 19:00:08.845321"], ["updated_at", "2017-09-17 19:00:08.845321"], ["name", "Theodora Crona Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Needle's Eye"], ["description", "Voluptatem nulla quasi pariatur nisi perspiciatis iste voluptatum. Libero dolor temporibus voluptas necessitatibus minima nihil eius. Quae sint provident sequi voluptate. Ut consequuntur occaecati vitae sint accusantium unde autem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Misty Murphy"], ["created_at", "2017-09-17 19:00:08.848738"], ["updated_at", "2017-09-17 19:00:08.848738"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (102.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alejandra_bednar@pfannerstill.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alejandra_bednar@pfannerstill.biz"], ["encrypted_password", "$2a$04$5mhc.olyTshl6a0X49q4M.RQwSnUJD7wVReY.FmWinHzVJcgGadOW"], ["created_at", "2017-09-17 19:00:58.524698"], ["updated_at", "2017-09-17 19:00:58.524698"], ["name", "Jedediah Corwin DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Down to a Sunless Sea"], ["description", "Facilis molestiae exercitationem velit saepe asperiores recusandae autem. Qui facilis repellat omnis. Eum dolores facere id tenetur. Temporibus non hic consequatur eos ipsum aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tyson Yost Sr."], ["created_at", "2017-09-17 19:00:58.581978"], ["updated_at", "2017-09-17 19:00:58.581978"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hoyt_strosin@carter.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hoyt_strosin@carter.name"], ["encrypted_password", "$2a$04$Ma9cyier.WPT20fvsiVp.OluFPt13v.AdeJfqTQA4PvLZ5Hgc.rd2"], ["created_at", "2017-09-17 19:00:58.591148"], ["updated_at", "2017-09-17 19:00:58.591148"], ["name", "Carmelo Schmitt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moving Toyshop"], ["description", "Velit quia enim. Et sed ea maiores veniam aut minus. Totam facere rem quod exercitationem facilis quia maiores. Quia laboriosam adipisci et nam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Lynn Simonis"], ["created_at", "2017-09-17 19:00:58.594364"], ["updated_at", "2017-09-17 19:00:58.594364"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alysha.bauch@beer.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alysha.bauch@beer.biz"], ["encrypted_password", "$2a$04$vQId1ZKSq3aZmiZPVSOAf.2Czpw0aOfGhikNMhuzkZmvVrVyPHAPu"], ["created_at", "2017-09-17 19:00:58.603422"], ["updated_at", "2017-09-17 19:00:58.603422"], ["name", "Joannie White"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Have His Carcase"], ["description", "Quisquam possimus voluptate accusamus a. Provident consequatur distinctio quam. Pariatur aut aut ut ex."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Pierre Nikolaus"], ["created_at", "2017-09-17 19:00:58.606272"], ["updated_at", "2017-09-17 19:00:58.606272"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shemar_schmidt@klocko.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shemar_schmidt@klocko.info"], ["encrypted_password", "$2a$04$QJ.r8Cy8ZjnrZekQQSyqv.cApS6zTS56g7N3wCnAVfhuBEsU998XG"], ["created_at", "2017-09-17 19:00:58.616836"], ["updated_at", "2017-09-17 19:00:58.616836"], ["name", "Sanford Monahan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "That Good Night"], ["description", "Distinctio sed dolores molestiae doloribus ut et. Cum omnis consequatur ut quod et dolores. Odio at animi laudantium placeat autem accusamus praesentium. Dolorem eos dolorum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Timmy D'Amore"], ["created_at", "2017-09-17 19:00:58.620663"], ["updated_at", "2017-09-17 19:00:58.620663"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reilly_bartoletti@schimmelmertz.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "reilly_bartoletti@schimmelmertz.io"], ["encrypted_password", "$2a$04$XFN3QvQjf9GFOnaWgiAIe.idwfyXObfu0nrSYAvK9n8KfOGBPlwby"], ["created_at", "2017-09-17 19:00:58.629144"], ["updated_at", "2017-09-17 19:00:58.629144"], ["name", "Gillian Koelpin DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nine Coaches Waiting"], ["description", "Molestiae laborum id et. Similique consequuntur quasi non facilis mollitia ipsa laboriosam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Emma Beier"], ["created_at", "2017-09-17 19:00:58.632050"], ["updated_at", "2017-09-17 19:00:58.632050"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ford@monahan.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ford@monahan.org"], ["encrypted_password", "$2a$04$lXTSlAjEMnTqCDGTyN9YAO5QooHVSODDDi14xrA4481DR8soFXCZe"], ["created_at", "2017-09-17 19:00:58.643391"], ["updated_at", "2017-09-17 19:00:58.643391"], ["name", "Lisandro Durgan I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Country for Old Men"], ["description", "Autem voluptatibus at ut itaque. Et dicta in commodi. Rerum cumque unde quis at nemo similique."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Vada Rice"], ["created_at", "2017-09-17 19:00:58.646267"], ["updated_at", "2017-09-17 19:00:58.646267"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "milan_gaylord@willmshyatt.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "milan_gaylord@willmshyatt.biz"], ["encrypted_password", "$2a$04$f5TgrV3I9PYRwdydmy/WQOEnTAjFUbFWLZqEVJ.Lpp9sziznIFmTi"], ["created_at", "2017-09-17 19:00:58.664822"], ["updated_at", "2017-09-17 19:00:58.664822"], ["name", "Lonie Herman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In Death Ground"], ["description", "Est consectetur voluptate sint possimus est non quis. Eaque eius corporis consequatur modi accusamus ipsa nisi. Omnis et iusto esse ex ipsam ut est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Casper Powlowski"], ["created_at", "2017-09-17 19:00:58.667869"], ["updated_at", "2017-09-17 19:00:58.667869"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "janice@mosciskiwuckert.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "janice@mosciskiwuckert.biz"], ["encrypted_password", "$2a$04$qR3jpWrQfRtn48GCkTHQnOgiAvmLpEzw8Vwsdlg3HkoDGD3qvq8AG"], ["created_at", "2017-09-17 19:00:58.679316"], ["updated_at", "2017-09-17 19:00:58.679316"], ["name", "Bethany O'Kon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Lilies of the Field"], ["description", "Debitis et blanditiis. Dolorem praesentium quis facilis. Ex enim cum animi debitis mollitia beatae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Keven Sanford"], ["created_at", "2017-09-17 19:00:58.682219"], ["updated_at", "2017-09-17 19:00:58.682219"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marisol_hermann@graham.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marisol_hermann@graham.com"], ["encrypted_password", "$2a$04$dIIty2NoM4txqaxPzRiCgO09AcxOzwyUNztMhljnQQsX5I.faXO.a"], ["created_at", "2017-09-17 19:00:58.691832"], ["updated_at", "2017-09-17 19:00:58.691832"], ["name", "Camylle Hilpert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "All the King's Men"], ["description", "Sed sed molestiae vero. Porro nisi veritatis. Non deserunt sed molestiae totam qui. Dolor sed repudiandae ratione in quis eos non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Malachi Hagenes"], ["created_at", "2017-09-17 19:00:58.695127"], ["updated_at", "2017-09-17 19:00:58.695127"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "raina.hirthe@nienow.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "raina.hirthe@nienow.name"], ["encrypted_password", "$2a$04$ulZA1DcK72BX7a5ONhe.hu0PPzGPi3rO0WA2tPKiRNvJDmSDRMuW2"], ["created_at", "2017-09-17 19:00:58.706176"], ["updated_at", "2017-09-17 19:00:58.706176"], ["name", "Norberto Kris"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Brandy of the Damned"], ["description", "Molestiae iusto totam molestias distinctio eos repudiandae eos. Rem enim sit earum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Sonia Littel"], ["created_at", "2017-09-17 19:00:58.709097"], ["updated_at", "2017-09-17 19:00:58.709097"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (75.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (97.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (89.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vern@dickinsonlangworth.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vern@dickinsonlangworth.co"], ["encrypted_password", "$2a$04$yBujIu7D8rufa4w94lI8rOTRsaXwYy4M21RGamOdZBusC5giivqxu"], ["created_at", "2017-09-17 19:01:45.644495"], ["updated_at", "2017-09-17 19:01:45.644495"], ["name", "Mrs. Hollie Jaskolski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Monkey's Raincoat"], ["description", "Error aut unde dolores quos deserunt dolorum nihil. Porro et velit aliquam. Voluptas unde quam sint est vel. Veniam neque accusamus distinctio vel."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alvis Lesch"], ["created_at", "2017-09-17 19:01:45.662878"], ["updated_at", "2017-09-17 19:01:45.662878"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "terrance@emmerich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "terrance@emmerich.co"], ["encrypted_password", "$2a$04$wYPejrcJZmiCNFkSKUM7WOaPeHRsu56LZvFNEzG0F4eroxQx1AwkW"], ["created_at", "2017-09-17 19:01:45.672366"], ["updated_at", "2017-09-17 19:01:45.672366"], ["name", "Dr. Myrtis Zboncak"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Now Sleeps the Crimson Petal"], ["description", "In eos corporis rerum sit. Et maiores tempore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Zula Dickens"], ["created_at", "2017-09-17 19:01:45.675431"], ["updated_at", "2017-09-17 19:01:45.675431"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bertram@okuneva.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bertram@okuneva.io"], ["encrypted_password", "$2a$04$s919gU91JLJbHvoWQkzNZ..07xEOAoyfRPd0pKIQLqONKvxfFCG2i"], ["created_at", "2017-09-17 19:01:45.684467"], ["updated_at", "2017-09-17 19:01:45.684467"], ["name", "Barney Howe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Eyeless in Gaza"], ["description", "Fugit autem sequi non quia nobis. Repellendus minus est qui repudiandae quam non tenetur. Commodi dolores vitae rerum laborum saepe."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Catharine Brakus"], ["created_at", "2017-09-17 19:01:45.687542"], ["updated_at", "2017-09-17 19:01:45.687542"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandria@cronin.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alexandria@cronin.info"], ["encrypted_password", "$2a$04$tJxvJDQ6LTvqoOjQYQ5d7Ov7z2SUhtrPrAutuzRIKtizpKZSwVWuu"], ["created_at", "2017-09-17 19:01:45.698107"], ["updated_at", "2017-09-17 19:01:45.698107"], ["name", "Maiya Stehr"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Fair Stood the Wind for France"], ["description", "Et numquam tempore quidem. Aut consequatur voluptatem ut magni recusandae reprehenderit at."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Myles Shanahan"], ["created_at", "2017-09-17 19:01:45.701338"], ["updated_at", "2017-09-17 19:01:45.701338"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eldridge@batz.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eldridge@batz.name"], ["encrypted_password", "$2a$04$TdreN2tcgX0XA4Z6JuL/V.T3eXym0gX.BYUhMCvULYnwlptGlgJaW"], ["created_at", "2017-09-17 19:01:45.715056"], ["updated_at", "2017-09-17 19:01:45.715056"], ["name", "Nat Terry"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Needle's Eye"], ["description", "Aliquam inventore consequatur dolores in quas aut soluta. Rerum eum quo non nesciunt. Nesciunt possimus odio voluptatibus ipsa consequatur est dolore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bettye Dietrich"], ["created_at", "2017-09-17 19:01:45.718094"], ["updated_at", "2017-09-17 19:01:45.718094"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arianna.jaskolski@mcdermottnikolaus.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "arianna.jaskolski@mcdermottnikolaus.co"], ["encrypted_password", "$2a$04$vfFRcaL6L.CDWCBh2/umMO9T9eRSipr2qFTMBYnidUaXUzo.sbgnK"], ["created_at", "2017-09-17 19:01:45.728971"], ["updated_at", "2017-09-17 19:01:45.728971"], ["name", "Wilford Jacobson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Carrion Comfort"], ["description", "Itaque voluptas eveniet sed. Est nam ipsam doloremque sapiente sed autem. Omnis ut qui dolorem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Coty McLaughlin"], ["created_at", "2017-09-17 19:01:45.731952"], ["updated_at", "2017-09-17 19:01:45.731952"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "patricia.witting@marks.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "patricia.witting@marks.net"], ["encrypted_password", "$2a$04$D7nNwddfphBqrMyhzFfjVOM10tBGHXWEttYE/75AfwUGZMBUMeg2q"], ["created_at", "2017-09-17 19:01:45.742303"], ["updated_at", "2017-09-17 19:01:45.742303"], ["name", "Donna Larkin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Endless Night"], ["description", "Quia beatae velit nisi ducimus. Et ut provident sequi at et. Velit fugiat quae praesentium ipsam et eos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Manuel Roberts"], ["created_at", "2017-09-17 19:01:45.746996"], ["updated_at", "2017-09-17 19:01:45.746996"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "olen_schiller@cartergaylord.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "olen_schiller@cartergaylord.org"], ["encrypted_password", "$2a$04$c7pb9pdOB7p6V5r5Fo1IMucwsaxNqg0rEgOXJ/QES81VyuJHri2BC"], ["created_at", "2017-09-17 19:01:45.757919"], ["updated_at", "2017-09-17 19:01:45.757919"], ["name", "Ms. Holly Schneider"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Wildfire at Midnight"], ["description", "Alias modi qui earum eveniet nemo. Et culpa dolorum omnis consequatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Adonis Vandervort"], ["created_at", "2017-09-17 19:01:45.762487"], ["updated_at", "2017-09-17 19:01:45.762487"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "edd.crooks@langworth.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "edd.crooks@langworth.io"], ["encrypted_password", "$2a$04$nMuRu9JCExG/9u.4FZ.c2u4tqzkKt34UGhoaYP9dxUaJgimP9cspm"], ["created_at", "2017-09-17 19:01:45.776138"], ["updated_at", "2017-09-17 19:01:45.776138"], ["name", "Darlene Hackett"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Monstrous Regiment of Women"], ["description", "Quis natus quidem perferendis quia eligendi molestiae. Cupiditate non corporis ut possimus dolor."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Orpha Ernser"], ["created_at", "2017-09-17 19:01:45.779075"], ["updated_at", "2017-09-17 19:01:45.779075"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "karley_lang@harber.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "karley_lang@harber.info"], ["encrypted_password", "$2a$04$Lsuv8JCR0Yx15a.nH6LIEec.P1SxtxTz39JpGfbXaHa/zP4i.kTji"], ["created_at", "2017-09-17 19:01:45.798495"], ["updated_at", "2017-09-17 19:01:45.798495"], ["name", "Jules Adams"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Many Waters"], ["description", "Quae officia est quos nam. Quia ut repellat dolores quam molestias. Nisi voluptatem non dicta. Recusandae vel vitae corrupti sed."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elise Roberts"], ["created_at", "2017-09-17 19:01:45.801712"], ["updated_at", "2017-09-17 19:01:45.801712"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (129.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (83.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (470.5ms)  DELETE FROM "books";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.3ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lamont.runolfon@huelwehner.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lamont.runolfon@huelwehner.org"], ["encrypted_password", "$2a$04$cmqM5AQ2YSonuCY8B0kcy.KBLSoRwkWLbjcHGpl7otbVKxqgZRwDS"], ["created_at", "2017-09-17 19:02:13.605204"], ["updated_at", "2017-09-17 19:02:13.605204"], ["name", "Jalyn Bruen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Jacob Have I Loved"], ["description", "Minus dolores saepe. Excepturi officia rerum laborum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Clarabelle Cole"], ["created_at", "2017-09-17 19:02:13.622336"], ["updated_at", "2017-09-17 19:02:13.622336"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "julio@zulauf.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "julio@zulauf.name"], ["encrypted_password", "$2a$04$kArFRZPfwRcyU3nCcUFCTuFBLSIFTmwN1LrpJcTF0YO07N5iBq6I6"], ["created_at", "2017-09-17 19:02:13.631390"], ["updated_at", "2017-09-17 19:02:13.631390"], ["name", "Jasen Dooley III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Grapes of Wrath"], ["description", "Saepe deleniti possimus molestiae eius commodi. Corporis numquam modi officiis sed eum. Omnis dolorem quia itaque molestiae blanditiis ipsa aliquid."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gaylord Murray"], ["created_at", "2017-09-17 19:02:13.634965"], ["updated_at", "2017-09-17 19:02:13.634965"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "andreanne@bins.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "andreanne@bins.io"], ["encrypted_password", "$2a$04$FEVv9WG/8ft0IJdX0Gtz.e/QoPYsJPermSSd0xzEmtxgKDQ8y/eBC"], ["created_at", "2017-09-17 19:02:13.644410"], ["updated_at", "2017-09-17 19:02:13.644410"], ["name", "Darion Swift"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Way of All Flesh"], ["description", "Dolores est sunt consequuntur. Voluptatem itaque sit et quis sint sit. Voluptatum accusamus hic dolorem. Autem soluta officiis placeat quia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kirk Kerluke"], ["created_at", "2017-09-17 19:02:13.647411"], ["updated_at", "2017-09-17 19:02:13.647411"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ray_spencer@nitzsche.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ray_spencer@nitzsche.biz"], ["encrypted_password", "$2a$04$cgdLcNSlNXc9NuGNKn4zKeUn6PkIXq9njpjng5uTWRxWYifU/ifZK"], ["created_at", "2017-09-17 19:02:13.659120"], ["updated_at", "2017-09-17 19:02:13.659120"], ["name", "Opal Rau"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Lathe of Heaven"], ["description", "Voluptatem voluptatum veniam eius id. Qui sint suscipit beatae officia saepe error. Qui voluptatum nobis aut dolor nemo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Laisha Luettgen"], ["created_at", "2017-09-17 19:02:13.662177"], ["updated_at", "2017-09-17 19:02:13.662177"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sonya@altenwerth.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sonya@altenwerth.com"], ["encrypted_password", "$2a$04$v4vq0LITMmSPWF7gb1IgHeiKENNxO9mnW171r4FA5VmCSORayBJCy"], ["created_at", "2017-09-17 19:02:13.670415"], ["updated_at", "2017-09-17 19:02:13.670415"], ["name", "Demarcus Emard PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Tirra Lirra by the River"], ["description", "Non eos accusantium qui. Ratione ea maiores praesentium voluptates molestiae voluptas qui. Omnis error necessitatibus laudantium molestiae. Et porro officia non animi vero."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Haskell Kreiger MD"], ["created_at", "2017-09-17 19:02:13.673697"], ["updated_at", "2017-09-17 19:02:13.673697"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frances@schimmelbernier.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "frances@schimmelbernier.net"], ["encrypted_password", "$2a$04$/lWFm9tqyl1Of90RLV89ouED7luhuIK1g7zp.n1lF8qMeVL5nVJT6"], ["created_at", "2017-09-17 19:02:13.684990"], ["updated_at", "2017-09-17 19:02:13.684990"], ["name", "Bradley Raynor Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Mermaids Singing"], ["description", "Delectus dolor et eius reprehenderit aut. Sed cum sequi accusantium tempore consequuntur repudiandae et. Quia quas optio accusamus tempore dolor saepe."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Thea Predovic"], ["created_at", "2017-09-17 19:02:13.687923"], ["updated_at", "2017-09-17 19:02:13.687923"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mittie_osinski@bodebalistreri.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mittie_osinski@bodebalistreri.info"], ["encrypted_password", "$2a$04$oXzxQng0dlsSLui01FAl..8y3esKG8qKbExv/Yc2MuhJKdJuVcTgC"], ["created_at", "2017-09-17 19:02:13.700260"], ["updated_at", "2017-09-17 19:02:13.700260"], ["name", "Marguerite Ullrich II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Far From the Madding Crowd"], ["description", "Ducimus quia quo ea sed. Dolor illum odio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Karelle Runolfsson"], ["created_at", "2017-09-17 19:02:13.703215"], ["updated_at", "2017-09-17 19:02:13.703215"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "diego@metz.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "diego@metz.com"], ["encrypted_password", "$2a$04$OU7DnoaXPfJCjEC4n.WJH.kLo5ol0629gtEOC7hpCRlwjHpPG8zAS"], ["created_at", "2017-09-17 19:02:13.715880"], ["updated_at", "2017-09-17 19:02:13.715880"], ["name", "Mathias Marquardt DDS"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Painted Veil"], ["description", "Corporis vitae quis aut eaque consequatur magni ut. Error necessitatibus quibusdam officiis et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Leif Leuschke"], ["created_at", "2017-09-17 19:02:13.719736"], ["updated_at", "2017-09-17 19:02:13.719736"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isai.robel@haag.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "isai.robel@haag.biz"], ["encrypted_password", "$2a$04$hmTUsU4aGdEoD8rZDf0D1eYAx4sYCKnoIbw1YqVrWy4fCEs1NRNMm"], ["created_at", "2017-09-17 19:02:13.729815"], ["updated_at", "2017-09-17 19:02:13.729815"], ["name", "Johnson Murazik"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Brandy of the Damned"], ["description", "Eveniet earum quidem placeat atque aspernatur. Quo nihil voluptatibus delectus suscipit. Ut fugiat aut dolores maxime vel."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Alyce Kuphal"], ["created_at", "2017-09-17 19:02:13.732816"], ["updated_at", "2017-09-17 19:02:13.732816"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "michaela.goyette@feil.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "michaela.goyette@feil.biz"], ["encrypted_password", "$2a$04$gqScfxOANbsblgTf/Z7PgOqAxQ3ESbjTjxstbLEUtjCm0QKYGKIfe"], ["created_at", "2017-09-17 19:02:13.745927"], ["updated_at", "2017-09-17 19:02:13.745927"], ["name", "Alan Monahan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Proper Study"], ["description", "Dolorem eligendi praesentium quae quia molestiae beatae. Quo pariatur vel veritatis et doloremque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Yasmine Heaney"], ["created_at", "2017-09-17 19:02:13.749054"], ["updated_at", "2017-09-17 19:02:13.749054"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (111.7ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.0ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (64.7ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adela@bernhard.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adela@bernhard.co"], ["encrypted_password", "$2a$04$P6RX1rwK72IhKJTp0WezGOuRvURrnIsn2aQ/JJQTsDsPvTr/UbQAe"], ["created_at", "2017-09-17 19:03:04.402050"], ["updated_at", "2017-09-17 19:03:04.402050"], ["name", "Randi Runte I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "By Grand Central Station I Sat Down and Wept"], ["description", "Cum molestiae voluptatum atque esse quibusdam blanditiis. Porro dolores esse. Illum pariatur praesentium possimus et architecto dolor."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Stella Goyette"], ["created_at", "2017-09-17 19:03:04.429853"], ["updated_at", "2017-09-17 19:03:04.429853"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "markus_schneider@wintheiser.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "markus_schneider@wintheiser.com"], ["encrypted_password", "$2a$04$UhC8FrIrClULGsIUp.4mrOsS8BWjyaX4krOCHNKmtjeFmtj2aTGZi"], ["created_at", "2017-09-17 19:03:04.438938"], ["updated_at", "2017-09-17 19:03:04.438938"], ["name", "Danial Mosciski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Surprised by Joy"], ["description", "Facilis quo perferendis excepturi sit enim. Repudiandae aspernatur dolorem. Laborum eveniet voluptatum maxime. Quibusdam harum non porro."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Clare Paucek"], ["created_at", "2017-09-17 19:03:04.441818"], ["updated_at", "2017-09-17 19:03:04.441818"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "earnest@brakuswisozk.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "earnest@brakuswisozk.biz"], ["encrypted_password", "$2a$04$M/K3YEDxz/nLlfJJKtVD/u8j83Tp4ojzQGl1arQqPvM3vGGKhuNBG"], ["created_at", "2017-09-17 19:03:04.451167"], ["updated_at", "2017-09-17 19:03:04.451167"], ["name", "Braxton Prohaska"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Mother Night"], ["description", "Odio vel magnam dignissimos libero rem. Eligendi autem necessitatibus. Autem molestiae voluptatem quo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Imani Hamill"], ["created_at", "2017-09-17 19:03:04.454089"], ["updated_at", "2017-09-17 19:03:04.454089"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shad.hauck@gislason.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shad.hauck@gislason.info"], ["encrypted_password", "$2a$04$ET1qxtofYrMTzQ6wrPAqnuCftbD2zZur8stEJw.ZAjmBQ23CvAMSq"], ["created_at", "2017-09-17 19:03:04.464246"], ["updated_at", "2017-09-17 19:03:04.464246"], ["name", "Ashleigh Douglas"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wives of Bath"], ["description", "Consequatur pariatur veritatis rerum laboriosam. Beatae repudiandae cupiditate doloribus sint aut modi consectetur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Edwardo Crist DVM"], ["created_at", "2017-09-17 19:03:04.468721"], ["updated_at", "2017-09-17 19:03:04.468721"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "yasmeen@andersonhoeger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "yasmeen@andersonhoeger.co"], ["encrypted_password", "$2a$04$GGiU/oIlpLxH9fvtXraNKeL0npLMAru3CTG0u04lA3p7yxW5iE0m6"], ["created_at", "2017-09-17 19:03:04.478822"], ["updated_at", "2017-09-17 19:03:04.478822"], ["name", "Madonna Erdman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Confederacy of Dunces"], ["description", "Esse nihil eos enim cupiditate inventore optio. Quo nesciunt laboriosam doloribus iste."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dayton Prohaska"], ["created_at", "2017-09-17 19:03:04.481470"], ["updated_at", "2017-09-17 19:03:04.481470"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jammie_konopelski@boyer.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jammie_konopelski@boyer.info"], ["encrypted_password", "$2a$04$RQzurJ5N6fGMic0mhSR0AuYBrSAGmlXAY9HgLYlh2Gr6LZhtF6fJe"], ["created_at", "2017-09-17 19:03:04.492393"], ["updated_at", "2017-09-17 19:03:04.492393"], ["name", "Dawn Rempel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Gone with the Wind"], ["description", "Labore qui et corrupti beatae. Perferendis fugiat rerum. Maiores qui nesciunt. Nobis atque sed dolor aliquam quam ad est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Keven Cormier"], ["created_at", "2017-09-17 19:03:04.495156"], ["updated_at", "2017-09-17 19:03:04.495156"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilmer@lindgrenwelch.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wilmer@lindgrenwelch.com"], ["encrypted_password", "$2a$04$lhyME/Q1KJkWKktelCd0CejHYJgSKGpukxt.HAD8sXjXd3IrYfv2O"], ["created_at", "2017-09-17 19:03:04.506257"], ["updated_at", "2017-09-17 19:03:04.506257"], ["name", "Bert Bashirian"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Torment of Others"], ["description", "Eaque sed quas et reiciendis consequatur. Consectetur quia vero quo facilis laborum rem repellat. Accusamus aut quas blanditiis magni nam corrupti. Autem aliquam nisi non totam facilis quas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Connor Pfannerstill"], ["created_at", "2017-09-17 19:03:04.510710"], ["updated_at", "2017-09-17 19:03:04.510710"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ariel.mann@dietrich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ariel.mann@dietrich.co"], ["encrypted_password", "$2a$04$OdKtH2wDiF3n1hHFsq0N4OE4vVvzlK5mpHC9HcCTUq/EmTX0F/d5e"], ["created_at", "2017-09-17 19:03:04.522052"], ["updated_at", "2017-09-17 19:03:04.522052"], ["name", "Mr. Summer Eichmann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Time of our Darkness"], ["description", "Similique quo illum aut repudiandae dolores id ipsa. Perspiciatis et occaecati explicabo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Connie Morissette"], ["created_at", "2017-09-17 19:03:04.524725"], ["updated_at", "2017-09-17 19:03:04.524725"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laila_ullrich@smitham.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laila_ullrich@smitham.co"], ["encrypted_password", "$2a$04$15Tv4v.wpCXEWdssgcj3eeMrDs2dJhJREfN/OILqzxjx78wrolDnu"], ["created_at", "2017-09-17 19:03:04.536365"], ["updated_at", "2017-09-17 19:03:04.536365"], ["name", "Dr. Ezequiel White"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nine Coaches Waiting"], ["description", "Qui optio id ut dignissimos. Eum voluptas dolore quia nisi omnis. Assumenda aut occaecati et voluptatem. Est dolores voluptatem neque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Darrick Pfeffer"], ["created_at", "2017-09-17 19:03:04.539598"], ["updated_at", "2017-09-17 19:03:04.539598"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rodrick@boyle.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rodrick@boyle.name"], ["encrypted_password", "$2a$04$lMcz.CQt2jWa.LfbO6M16uIvUGb/txF9Qv5lrhcvSFWVXB7E8P3bS"], ["created_at", "2017-09-17 19:03:04.551721"], ["updated_at", "2017-09-17 19:03:04.551721"], ["name", "Robert Gusikowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Way Through the Woods"], ["description", "In vitae explicabo omnis sint consectetur. Ut occaecati temporibus hic eligendi vel. Ipsam et suscipit facilis quod dignissimos. Delectus maiores est voluptas harum laboriosam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dorothea Willms"], ["created_at", "2017-09-17 19:03:04.554823"], ["updated_at", "2017-09-17 19:03:04.554823"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (114.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (86.4ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "schuyler.bode@wisoky.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "schuyler.bode@wisoky.name"], ["encrypted_password", "$2a$04$EkorQ7byIdOg3QYiCF.zrO/Qb.OpSVrjzA27/jHnxWD2inUzkgnCG"], ["created_at", "2017-09-17 19:03:32.221180"], ["updated_at", "2017-09-17 19:03:32.221180"], ["name", "Dora Hegmann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Paths of Glory"], ["description", "Maxime sed numquam nostrum sed est. Dolores quis in provident et veritatis excepturi. Officia repudiandae et in vitae totam autem reprehenderit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Scot Kuhn"], ["created_at", "2017-09-17 19:03:32.238088"], ["updated_at", "2017-09-17 19:03:32.238088"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mylene@cummingscollins.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mylene@cummingscollins.net"], ["encrypted_password", "$2a$04$NOW5W/uflsA4lJzFtihg/ONaSsZ8xraWj8QfZY7KIaHd.R9HQbU32"], ["created_at", "2017-09-17 19:03:32.247395"], ["updated_at", "2017-09-17 19:03:32.247395"], ["name", "Manuel Conn DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Consider Phlebas"], ["description", "Voluptate quis dolor beatae magni consequatur qui reprehenderit. Reiciendis repudiandae autem eligendi libero deserunt rerum dignissimos. Ut exercitationem voluptas maxime magnam assumenda. Unde ut molestiae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alice Schoen"], ["created_at", "2017-09-17 19:03:32.250337"], ["updated_at", "2017-09-17 19:03:32.250337"], ["user_id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ada@cummerata.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ada@cummerata.biz"], ["encrypted_password", "$2a$04$r8Kpwu9NJ6V7f6RfNuxgN.WMAsQlbywmBks5Z41JWxSTZygVJ7CNG"], ["created_at", "2017-09-17 19:03:32.259074"], ["updated_at", "2017-09-17 19:03:32.259074"], ["name", "Skyla Kihn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Scanner Darkly"], ["description", "Sed esse quam neque ratione illum sequi magnam. Veritatis commodi ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Randy Zulauf I"], ["created_at", "2017-09-17 19:03:32.262601"], ["updated_at", "2017-09-17 19:03:32.262601"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jordyn_spencer@leffler.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jordyn_spencer@leffler.net"], ["encrypted_password", "$2a$04$g0w/U1hCtruc7eQelhg6F.9OSRf2xZgVXL8Q.jcUVKrojNM0nzQTa"], ["created_at", "2017-09-17 19:03:32.272779"], ["updated_at", "2017-09-17 19:03:32.272779"], ["name", "Mrs. Constance Dach"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Look to Windward"], ["description", "Illo qui qui sunt aut omnis est. Autem commodi quibusdam et omnis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gunnar Hirthe"], ["created_at", "2017-09-17 19:03:32.275802"], ["updated_at", "2017-09-17 19:03:32.275802"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jamaal@anderson.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jamaal@anderson.com"], ["encrypted_password", "$2a$04$jA5x6UFSLDHn/7/MQcJFm.rRc5JDgaBnsxZrd2gN1df4Yq5mI9ILG"], ["created_at", "2017-09-17 19:03:32.287427"], ["updated_at", "2017-09-17 19:03:32.287427"], ["name", "Levi Brekke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Consider the Lilies"], ["description", "Est iste ad. Et nobis maxime. Enim sit repellat officiis mollitia ex. Consequatur delectus fugiat enim odio fuga quidem aliquid."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Janessa Klocko"], ["created_at", "2017-09-17 19:03:32.290438"], ["updated_at", "2017-09-17 19:03:32.290438"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nichole_blick@cruickshank.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nichole_blick@cruickshank.biz"], ["encrypted_password", "$2a$04$FlWBCVZ2LKZOV9SV48TdauOjB2OKBun3tFGeSbpkJtUbZAuMuGluy"], ["created_at", "2017-09-17 19:03:32.301449"], ["updated_at", "2017-09-17 19:03:32.301449"], ["name", "Kamren Kuhn"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Cabbages and Kings"], ["description", "Odit voluptatibus ut voluptatem. Voluptas corporis qui illum nihil quis. Omnis et fugiat eos exercitationem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elias Altenwerth"], ["created_at", "2017-09-17 19:03:32.305446"], ["updated_at", "2017-09-17 19:03:32.305446"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ada@robertscrooks.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ada@robertscrooks.info"], ["encrypted_password", "$2a$04$OGkiCGSiWpMAHikZBdsj5.QQfmuqNKcUHooADcl1Ck97lu/obG7mG"], ["created_at", "2017-09-17 19:03:32.315977"], ["updated_at", "2017-09-17 19:03:32.315977"], ["name", "Mr. Maureen Ebert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Jacob Have I Loved"], ["description", "Ut quasi suscipit eum blanditiis. Cum autem quia ipsum qui minus cumque totam. Asperiores voluptatum sed dolorem vel et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Brannon Weimann"], ["created_at", "2017-09-17 19:03:32.319008"], ["updated_at", "2017-09-17 19:03:32.319008"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alejandrin@mertz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alejandrin@mertz.org"], ["encrypted_password", "$2a$04$QvD3FnDZ1tL.i6JJyW0l8uCgQadN7AANvHMznA2elCX.ZVSKOojJG"], ["created_at", "2017-09-17 19:03:32.330608"], ["updated_at", "2017-09-17 19:03:32.330608"], ["name", "Xander Renner II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Cricket on the Hearth"], ["description", "Quia eveniet et et dolor. Cum consequatur facere sapiente qui magni aut molestias. Distinctio deleniti aspernatur aut eius aliquam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kelvin Kuhn"], ["created_at", "2017-09-17 19:03:32.333514"], ["updated_at", "2017-09-17 19:03:32.333514"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilburn.ebert@kozeymurazik.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wilburn.ebert@kozeymurazik.co"], ["encrypted_password", "$2a$04$wBwf95ltqpFWK/VLP9Tu7u3PyUkFuCPSxCCIhoeEIqbyCqHjySP.C"], ["created_at", "2017-09-17 19:03:32.345188"], ["updated_at", "2017-09-17 19:03:32.345188"], ["name", "Abby Harber"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Country for Old Men"], ["description", "Ea qui quibusdam. Recusandae hic tempora."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ray McLaughlin V"], ["created_at", "2017-09-17 19:03:32.348268"], ["updated_at", "2017-09-17 19:03:32.348268"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amy_hackett@gleichnerdeckow.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "amy_hackett@gleichnerdeckow.co"], ["encrypted_password", "$2a$04$h9B7/rwvD95crdbmcKTv4OSP3G6Psku/E0o5ZlzqiWV8lP.ZTVks6"], ["created_at", "2017-09-17 19:03:32.358953"], ["updated_at", "2017-09-17 19:03:32.358953"], ["name", "Bennie Brakus MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Green Bay Tree"], ["description", "In officiis nihil expedita ea delectus incidunt. Cupiditate perspiciatis repellendus earum molestias fuga. Quibusdam perspiciatis enim dolorem dolores sapiente occaecati."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Walton Tremblay"], ["created_at", "2017-09-17 19:03:32.362803"], ["updated_at", "2017-09-17 19:03:32.362803"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ryder.mayert@oconnerkerluke.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ryder.mayert@oconnerkerluke.info"], ["encrypted_password", "$2a$04$lVmOU62cDQsikPLlzhRFju52spybvH3Hh0E7ms9tTiRsmgwJf2QoG"], ["created_at", "2017-09-17 19:03:32.374459"], ["updated_at", "2017-09-17 19:03:32.374459"], ["name", "Harry Schoen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "It's a Battlefield"], ["description", "Vel doloremque suscipit harum velit perspiciatis. Illum quasi harum ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Noemie Anderson"], ["created_at", "2017-09-17 19:03:32.377432"], ["updated_at", "2017-09-17 19:03:32.377432"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "flo_pouros@schmitt.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "flo_pouros@schmitt.io"], ["encrypted_password", "$2a$04$hoTo.k5iLmdA.sx6zsUEpOI1sbDyKOyF8jmwy856e773nZISZdv0O"], ["created_at", "2017-09-17 19:03:32.390135"], ["updated_at", "2017-09-17 19:03:32.390135"], ["name", "Jarrett Lind"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Françoise Sagan"], ["description", "Omnis vel tenetur. Necessitatibus rerum eaque. Alias in dolor ea eaque quis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nelda Auer"], ["created_at", "2017-09-17 19:03:32.393075"], ["updated_at", "2017-09-17 19:03:32.393075"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (111.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (77.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lorenz@vonrueden.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lorenz@vonrueden.io"], ["encrypted_password", "$2a$04$42fwCM8GAlMBYf4uanU/4O3yM9GLNTSmQ29yuAO3BK6SricqtGpf6"], ["created_at", "2017-09-17 19:03:53.252274"], ["updated_at", "2017-09-17 19:03:53.252274"], ["name", "Mr. Austyn Skiles"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Endless Night"], ["description", "Neque commodi ut est. Inventore enim sequi maiores animi delectus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Keyshawn Osinski"], ["created_at", "2017-09-17 19:03:53.269292"], ["updated_at", "2017-09-17 19:03:53.269292"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathan.cain@durgan.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nathan.cain@durgan.info"], ["encrypted_password", "$2a$04$oNmwjlQk/L6DyjgdL1skAO8tx6YcRHWmi.z4k6LttHW1omPAbaed."], ["created_at", "2017-09-17 19:03:53.278630"], ["updated_at", "2017-09-17 19:03:53.278630"], ["name", "Ms. Deondre Larkin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Terrible Swift Sword"], ["description", "Magnam qui sequi vitae deserunt totam. Pariatur blanditiis et quos et. Rerum occaecati est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Makenna Romaguera"], ["created_at", "2017-09-17 19:03:53.281630"], ["updated_at", "2017-09-17 19:03:53.281630"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kareem@bernhard.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kareem@bernhard.name"], ["encrypted_password", "$2a$04$17CHhPtbokbz4cd2IcBTnuRG..19vXhzrqxbqTgMcJTxRhZvcllGm"], ["created_at", "2017-09-17 19:03:53.291372"], ["updated_at", "2017-09-17 19:03:53.291372"], ["name", "Candice Jenkins V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Confederacy of Dunces"], ["description", "Libero aut est officiis nesciunt provident. Eius velit laboriosam quae cupiditate reiciendis nobis ipsam. Nemo placeat sint ad. Est incidunt voluptatum maxime."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Zaria Pollich"], ["created_at", "2017-09-17 19:03:53.294387"], ["updated_at", "2017-09-17 19:03:53.294387"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dayana_okeefe@zboncak.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dayana_okeefe@zboncak.net"], ["encrypted_password", "$2a$04$ssvSnobJmNgcWz9pt9UhleOS81qNw4F4oQd.5JO.xr51xn/ilcRZO"], ["created_at", "2017-09-17 19:03:53.304574"], ["updated_at", "2017-09-17 19:03:53.304574"], ["name", "Mark Conroy"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vanity Fair"], ["description", "Maxime odit recusandae excepturi cupiditate rerum dolores. Ipsum dolor asperiores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Roger Upton"], ["created_at", "2017-09-17 19:03:53.309539"], ["updated_at", "2017-09-17 19:03:53.309539"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frida.purdy@turcotte.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "frida.purdy@turcotte.com"], ["encrypted_password", "$2a$04$eXvqwokGmWHbmi2vYMjkQ.PzPNfLdZcbUBqod3D6sdLCjFZkw0Omm"], ["created_at", "2017-09-17 19:03:53.319413"], ["updated_at", "2017-09-17 19:03:53.319413"], ["name", "Natalie Cummerata"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Carrion Comfort"], ["description", "Aliquam et quibusdam. Eius qui quam. Beatae tempora ut possimus suscipit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Candace Torphy"], ["created_at", "2017-09-17 19:03:53.322204"], ["updated_at", "2017-09-17 19:03:53.322204"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roselyn@dicki.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "roselyn@dicki.com"], ["encrypted_password", "$2a$04$VRl7LsLLIJEMXcl79wz2tuaiF..NbQZnCVJEQvy/YtigzN0AKPiHu"], ["created_at", "2017-09-17 19:03:53.335001"], ["updated_at", "2017-09-17 19:03:53.335001"], ["name", "Lyric MacGyver"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Antic Hay"], ["description", "Omnis provident temporibus voluptate incidunt illo nostrum. Quisquam libero sit laborum. Vel nostrum dolor minima officia sapiente deleniti sunt. Exercitationem omnis velit fugiat magni enim dolor saepe."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Joe Nader"], ["created_at", "2017-09-17 19:03:53.338208"], ["updated_at", "2017-09-17 19:03:53.338208"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "omari_moore@swiftgreenholt.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "omari_moore@swiftgreenholt.com"], ["encrypted_password", "$2a$04$rBe7jx/OOnE/RblV9HO1h..JnPwynLqGGQt0R5lodJzlZBf2IPJIC"], ["created_at", "2017-09-17 19:03:53.350678"], ["updated_at", "2017-09-17 19:03:53.350678"], ["name", "Mariam Nader"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vanity Fair"], ["description", "Magnam quaerat sed saepe eos. Facere autem ipsum tenetur saepe aut. Voluptatem sit dolore natus ab. Voluptate quasi ea."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bart Harvey"], ["created_at", "2017-09-17 19:03:53.353844"], ["updated_at", "2017-09-17 19:03:53.353844"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oma_hammes@sanford.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "oma_hammes@sanford.co"], ["encrypted_password", "$2a$04$vytxZ88ZVG9TOmlEt61BbO1M1oMAc/nY1IfLRL4R/S.zR4W7ANCOK"], ["created_at", "2017-09-17 19:03:53.363865"], ["updated_at", "2017-09-17 19:03:53.363865"], ["name", "Jose Mann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Mother Night"], ["description", "Et et animi aut est optio illum. Quis ut ipsum. Distinctio animi doloribus nostrum reprehenderit. Omnis delectus aut et quia maiores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Sydnee Kling"], ["created_at", "2017-09-17 19:03:53.368014"], ["updated_at", "2017-09-17 19:03:53.368014"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gonzalo@cremingraham.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gonzalo@cremingraham.co"], ["encrypted_password", "$2a$04$JMhuzOe5Jo6d26EFX6VaQu7.vmv34JMfvjRyM9bI6w2KwcoHsIC26"], ["created_at", "2017-09-17 19:03:53.379776"], ["updated_at", "2017-09-17 19:03:53.379776"], ["name", "Chase Frami"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Paths of Glory"], ["description", "Id aut facilis repellat reprehenderit omnis sint. Id dolor dolore quo. Vero reprehenderit natus esse dicta atque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Estefania Koelpin"], ["created_at", "2017-09-17 19:03:53.382660"], ["updated_at", "2017-09-17 19:03:53.382660"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "angelica.kuhn@heathcotemayer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "angelica.kuhn@heathcotemayer.org"], ["encrypted_password", "$2a$04$irrg6Jjc7DERbkVtdS9ky.9MeQGTqN/fjtXrhGr6/AxLcp62XStqa"], ["created_at", "2017-09-17 19:03:53.395471"], ["updated_at", "2017-09-17 19:03:53.395471"], ["name", "Cleo Bayer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Last Temptation"], ["description", "Non illo odio iusto at aut. Vitae non voluptatibus nam est enim sunt. Porro laborum molestias et voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dennis Ledner"], ["created_at", "2017-09-17 19:03:53.398217"], ["updated_at", "2017-09-17 19:03:53.398217"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amya@johnston.io"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "amya@johnston.io"], ["encrypted_password", "$2a$04$rfDTuDvG/LRdDqqu5972i.5Lcj6EWp84C7WJnzXgARk.feM1hDDbi"], ["created_at", "2017-09-17 19:03:53.408956"], ["updated_at", "2017-09-17 19:03:53.408956"], ["name", "Gerda Beer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Line of Beauty"], ["description", "Et laboriosam aut. Voluptas fuga nulla praesentium ut assumenda inventore quia. Quas asperiores id molestias. Labore et nisi accusamus fugit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Linwood Pagac"], ["created_at", "2017-09-17 19:03:53.412689"], ["updated_at", "2017-09-17 19:03:53.412689"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lamont_marks@kirlin.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lamont_marks@kirlin.biz"], ["encrypted_password", "$2a$04$csQIX8K88GlqcrtNP/9TiefkYN7ZlRqjhE9lPx5YgcOJRMH8xbfDi"], ["created_at", "2017-09-17 19:03:53.431365"], ["updated_at", "2017-09-17 19:03:53.431365"], ["name", "Reed Hilpert MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Farewell to Arms"], ["description", "Quo dicta sit sit commodi quis. Optio veritatis rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gina Upton"], ["created_at", "2017-09-17 19:03:53.434293"], ["updated_at", "2017-09-17 19:03:53.434293"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (87.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (98.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fiona@skiles.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fiona@skiles.info"], ["encrypted_password", "$2a$04$fZWJfrPCAJSAoyvf8IxFVu3MBI7KRJNnPvacwCJvgRCYcD.q1T8UC"], ["created_at", "2017-09-17 19:04:13.540254"], ["updated_at", "2017-09-17 19:04:13.540254"], ["name", "Rahul Mraz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "araceli@erdman.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "araceli@erdman.biz"], ["encrypted_password", "$2a$04$s4YFBW1EKNBN9.9fhtwYeO8A8augk7dGynK4id9l7TrPAqxw3u79e"], ["created_at", "2017-09-17 19:04:13.571069"], ["updated_at", "2017-09-17 19:04:13.571069"], ["name", "Camron Gutkowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zelma_kuhlman@hoeger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zelma_kuhlman@hoeger.co"], ["encrypted_password", "$2a$04$PUWdGwim9A3BOq4XdoRrbOdwU.Zdo2UB5LwlEzLqrT0BGxODmZVBS"], ["created_at", "2017-09-17 19:04:13.582469"], ["updated_at", "2017-09-17 19:04:13.582469"], ["name", "Katharina Hamill Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Aliquid corrupti quod. Provident dicta non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Vivian Padberg"], ["created_at", "2017-09-17 19:04:13.585352"], ["updated_at", "2017-09-17 19:04:13.585352"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bell.keeling@abbott.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bell.keeling@abbott.co"], ["encrypted_password", "$2a$04$ld8vOCGVwc6B6Xg4f8vUyeuaBQaPhjHpFq9zhAbIttgtyJqx3j59W"], ["created_at", "2017-09-17 19:04:13.596359"], ["updated_at", "2017-09-17 19:04:13.596359"], ["name", "Neal Langworth"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marcella.barton@nitzsche.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marcella.barton@nitzsche.io"], ["encrypted_password", "$2a$04$fnCKzXV7QyecKBP2VVUP4O9pgP5L3P.fZAo.neMS/I3Z38LcNAjy."], ["created_at", "2017-09-17 19:04:13.608294"], ["updated_at", "2017-09-17 19:04:13.608294"], ["name", "Glenna Schneider"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "genevieve@auerprosacco.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "genevieve@auerprosacco.io"], ["encrypted_password", "$2a$04$2W62is270AXiu0awrtT6ruJzMHMpNd3gkAvAjUFiAjCKwSSnKhc/2"], ["created_at", "2017-09-17 19:04:13.620117"], ["updated_at", "2017-09-17 19:04:13.620117"], ["name", "Julio Cremin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brody_langosh@stanton.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brody_langosh@stanton.org"], ["encrypted_password", "$2a$04$p1ug5JmGtb7W6woo9FrO6.z0vLEmh3bc2jrWnIrqJiE3Ei5RQ6Emu"], ["created_at", "2017-09-17 19:04:13.631196"], ["updated_at", "2017-09-17 19:04:13.631196"], ["name", "Nia Fisher"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "julien_brekke@langworth.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "julien_brekke@langworth.biz"], ["encrypted_password", "$2a$04$JRGUJ2bvHeccA0ePzeBu9eH7sXxVbr4BpNujpBShgKCC88O.ntQ7a"], ["created_at", "2017-09-17 19:04:13.643341"], ["updated_at", "2017-09-17 19:04:13.643341"], ["name", "Carol Smith"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frederique@von.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "frederique@von.name"], ["encrypted_password", "$2a$04$Mfq/PIs790iiUJusnKFt6urakbpo6WTyFHKQYrrAEeKLeIaKSTgpC"], ["created_at", "2017-09-17 19:04:13.653932"], ["updated_at", "2017-09-17 19:04:13.653932"], ["name", "Hans Macejkovic"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "meggie.leuschke@dooley.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "meggie.leuschke@dooley.net"], ["encrypted_password", "$2a$04$oYb/hgD4gu/eGCs8rFwlyu77UKoLS6Zq7jVa14YvnQ7/nKkfa1sn."], ["created_at", "2017-09-17 19:04:13.666312"], ["updated_at", "2017-09-17 19:04:13.666312"], ["name", "Maryjane Turcotte"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "donato@boehmwilliamson.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "donato@boehmwilliamson.io"], ["encrypted_password", "$2a$04$MZIvdO3YATlvXG.0dTpzX.3Ci9GzvTG5L61gtm9a3BBHvtGcePCj2"], ["created_at", "2017-09-17 19:04:13.677259"], ["updated_at", "2017-09-17 19:04:13.677259"], ["name", "Ms. Karolann Crooks"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kaelyn@lind.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kaelyn@lind.name"], ["encrypted_password", "$2a$04$RYtjCSX5cHMk.jOygc0YDu3LuBJDiw/4uiuGtbu6m3kwVmB5lVAge"], ["created_at", "2017-09-17 19:04:13.688945"], ["updated_at", "2017-09-17 19:04:13.688945"], ["name", "Amir Bogan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (162.1ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (98.9ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adelbert@hagenes.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adelbert@hagenes.net"], ["encrypted_password", "$2a$04$usCJS3GhCGr5fMVzLRqvzO8JpvlB9yy7mEfukVNz13a/pYV/Kcu0G"], ["created_at", "2017-09-17 19:04:23.990059"], ["updated_at", "2017-09-17 19:04:23.990059"], ["name", "Conrad Hodkiewicz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Recalled to Life"], ["description", "At adipisci laboriosam. Doloribus aliquam pariatur omnis ea. Consequatur est aut sapiente fuga."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Leanna Kunze"], ["created_at", "2017-09-17 19:04:24.007481"], ["updated_at", "2017-09-17 19:04:24.007481"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caroline@sanford.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caroline@sanford.biz"], ["encrypted_password", "$2a$04$81EBzSuN1PQNqnhPljiDYekRMwU96P83gwO6mfHppmy.f5qdeKo5a"], ["created_at", "2017-09-17 19:04:24.017079"], ["updated_at", "2017-09-17 19:04:24.017079"], ["name", "Elda Borer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Tirra Lirra by the River"], ["description", "Voluptatem sit labore. Ab alias nihil quisquam mollitia. Quisquam rerum perspiciatis ea. Officia ipsa et voluptas aspernatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Lonie Bayer"], ["created_at", "2017-09-17 19:04:24.020469"], ["updated_at", "2017-09-17 19:04:24.020469"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kira_blick@jacobson.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kira_blick@jacobson.info"], ["encrypted_password", "$2a$04$JhOwLIEJbhpmv4ksnqzJLOqzisSj5HZVazjLiCWnuU2v5A2m.Ar9K"], ["created_at", "2017-09-17 19:04:24.029454"], ["updated_at", "2017-09-17 19:04:24.029454"], ["name", "Dominique Johns"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "O Jerusalem!"], ["description", "Nihil dolorem architecto dolores assumenda. Omnis ab velit et magni."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jermaine Fisher MD"], ["created_at", "2017-09-17 19:04:24.032347"], ["updated_at", "2017-09-17 19:04:24.032347"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fritz@thielgleichner.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fritz@thielgleichner.co"], ["encrypted_password", "$2a$04$LOKB/YKdWDPBy9oD.OGqM.M5dPFYRHqczD2F3ku0TVUDkf9kDsziy"], ["created_at", "2017-09-17 19:04:24.043842"], ["updated_at", "2017-09-17 19:04:24.043842"], ["name", "Lesley Maggio DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Widening Gyre"], ["description", "Soluta itaque nobis delectus excepturi voluptatem aut harum. Et voluptatibus molestias. Quas aut omnis temporibus et sunt dignissimos. Error omnis omnis sint ad voluptates voluptatem dolore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Sophia Schaefer"], ["created_at", "2017-09-17 19:04:24.047535"], ["updated_at", "2017-09-17 19:04:24.047535"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosie@hickle.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rosie@hickle.io"], ["encrypted_password", "$2a$04$fFOgtT9bdCi5uaVi2Sqr4OMkG18fNNCuRNXAiBdfW/6CT7ieYcPXO"], ["created_at", "2017-09-17 19:04:24.057304"], ["updated_at", "2017-09-17 19:04:24.057304"], ["name", "Joshuah Miller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Precious Bane"], ["description", "Eos ea sequi modi. Iste aut libero asperiores ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Cara Mitchell Sr."], ["created_at", "2017-09-17 19:04:24.060390"], ["updated_at", "2017-09-17 19:04:24.060390"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "payton@lindbreitenberg.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "payton@lindbreitenberg.com"], ["encrypted_password", "$2a$04$naEc6KqZ8bFGgrMaHezI8e3bSsEu1e6Xhiikffp1L/xMMZ83w6THG"], ["created_at", "2017-09-17 19:04:24.074936"], ["updated_at", "2017-09-17 19:04:24.074936"], ["name", "Clotilde Shanahan V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Oh! To be in England"], ["description", "Ea nihil distinctio nemo fugit. Doloremque commodi reiciendis. Dolore numquam explicabo illum esse eos dolor non. Facere accusantium inventore et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dillon Herman"], ["created_at", "2017-09-17 19:04:24.077851"], ["updated_at", "2017-09-17 19:04:24.077851"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fannie_wyman@heaney.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fannie_wyman@heaney.net"], ["encrypted_password", "$2a$04$X6SLkpb1q5p8GtNBnvV/P.s6LmyIniKZj/znrR6kOfSZ30C4gUHq2"], ["created_at", "2017-09-17 19:04:24.091567"], ["updated_at", "2017-09-17 19:04:24.091567"], ["name", "Mr. Russell Parker"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Passage to India"], ["description", "Atque autem necessitatibus. Omnis sunt perferendis vero ratione non voluptas impedit. Officia molestiae aut nulla quas earum. Soluta nemo optio laborum blanditiis voluptas assumenda."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ida Sawayn"], ["created_at", "2017-09-17 19:04:24.094916"], ["updated_at", "2017-09-17 19:04:24.094916"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carmela@gibson.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carmela@gibson.net"], ["encrypted_password", "$2a$04$5Od2QHSNvkApRUppIX0rEu.N/21w4LCt2yOyUQGNsfEXLPn9YEeSa"], ["created_at", "2017-09-17 19:04:24.106260"], ["updated_at", "2017-09-17 19:04:24.106260"], ["name", "Grant Emard IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "For a Breath I Tarry"], ["description", "Cupiditate rerum iste sit ea ducimus dolores et. Aliquam nulla dolore. Totam minus suscipit iure."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Jerrold Turner"], ["created_at", "2017-09-17 19:04:24.109229"], ["updated_at", "2017-09-17 19:04:24.109229"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "meggie@ko.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "meggie@ko.info"], ["encrypted_password", "$2a$04$eY7uALwLtJpqaH2onE7/j.jf20K5SeuwfN8KOZBiGuByuSJkg/7x2"], ["created_at", "2017-09-17 19:04:24.119951"], ["updated_at", "2017-09-17 19:04:24.119951"], ["name", "Armando Stokes"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Painted Veil"], ["description", "Saepe est magni. Numquam consequuntur debitis quo omnis et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Caesar Keeling"], ["created_at", "2017-09-17 19:04:24.124951"], ["updated_at", "2017-09-17 19:04:24.124951"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "terrance@hegmannrice.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "terrance@hegmannrice.info"], ["encrypted_password", "$2a$04$.sYpfqxBLWbsZCUxQ6k6/u/5HPU781shM0v8/Bs7OviQNFs1WGUga"], ["created_at", "2017-09-17 19:04:24.135817"], ["updated_at", "2017-09-17 19:04:24.135817"], ["name", "Elian Walsh"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moon by Night"], ["description", "Harum aliquid est fugiat eos rerum temporibus consequatur. Tenetur reprehenderit officia omnis quam et libero. Consequuntur aut quod velit et maiores eligendi qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eric Wuckert"], ["created_at", "2017-09-17 19:04:24.138457"], ["updated_at", "2017-09-17 19:04:24.138457"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "heloise_franecki@turcotte.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "heloise_franecki@turcotte.org"], ["encrypted_password", "$2a$04$dVLx/ixKW29eYw14Rn.aruFhx5wW8M.iaevTR0Cdt2/.i59UK6Wk6"], ["created_at", "2017-09-17 19:04:24.150189"], ["updated_at", "2017-09-17 19:04:24.150189"], ["name", "Vito Heathcote"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Dolores eius omnis quis voluptate. Quibusdam molestiae ipsa eveniet voluptates nobis. Vero consequuntur possimus quia. Aperiam voluptates accusamus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Winnifred Keebler"], ["created_at", "2017-09-17 19:04:24.152957"], ["updated_at", "2017-09-17 19:04:24.152957"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "taylor_rosenbaum@hauckfadel.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "taylor_rosenbaum@hauckfadel.info"], ["encrypted_password", "$2a$04$TeGTxV9eIv0tgVY4p8wsB.QflzKuGvFEFsk8a5PuHlVJ/eHumSlOC"], ["created_at", "2017-09-17 19:04:24.165092"], ["updated_at", "2017-09-17 19:04:24.165092"], ["name", "Moriah Rogahn MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Wildfire at Midnight"], ["description", "Vel magni tenetur et voluptas voluptas quia. Voluptatum voluptatibus quia amet. Eius distinctio et laboriosam laborum iure aut facere."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Evalyn Ortiz"], ["created_at", "2017-09-17 19:04:24.167971"], ["updated_at", "2017-09-17 19:04:24.167971"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (84.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (97.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "payton_wunsch@hickle.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "payton_wunsch@hickle.biz"], ["encrypted_password", "$2a$04$ICg5T6v4vdWKwddTUXDsGej/httj07TVtV0fg8rBllL4yM4Cf47Sy"], ["created_at", "2017-09-17 19:08:41.113918"], ["updated_at", "2017-09-17 19:08:41.113918"], ["name", "Ahmed Swift"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Time to Kill"], ["description", "Consectetur expedita iure accusamus consequatur ab. Eos modi veritatis quisquam. Sunt quae maxime hic. Et autem aliquam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Augustus Paucek"], ["created_at", "2017-09-17 19:08:41.128290"], ["updated_at", "2017-09-17 19:08:41.128290"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lance.borer@mcglynn.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lance.borer@mcglynn.io"], ["encrypted_password", "$2a$04$uxdJrgF8b7PXK2XO4a0FYeYn4w.NTqN7GG7eFaqt1WoTTs2MY9tXG"], ["created_at", "2017-09-17 19:08:41.137878"], ["updated_at", "2017-09-17 19:08:41.137878"], ["name", "Danny Homenick IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Tender Is the Night"], ["description", "Quam repellendus dolore ut deleniti. Aut quis velit rem ut odit et est. Est omnis amet voluptatem nostrum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Noble Spencer"], ["created_at", "2017-09-17 19:08:41.140151"], ["updated_at", "2017-09-17 19:08:41.140151"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maye@torp.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maye@torp.io"], ["encrypted_password", "$2a$04$jhhY6qh3hspHGThIYfbzNeUdqsGPFwYKow8QDmvPQqWZxmHYNUbBC"], ["created_at", "2017-09-17 19:08:41.149371"], ["updated_at", "2017-09-17 19:08:41.149371"], ["name", "Angie Nitzsche"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Consider the Lilies"], ["description", "Aut consequatur voluptatibus magnam. Iure nesciunt fugit ut aut. Quis rerum aut et. Dicta sunt harum quisquam excepturi laborum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Aubrey Streich"], ["created_at", "2017-09-17 19:08:41.151632"], ["updated_at", "2017-09-17 19:08:41.151632"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "golda.moriette@heidenreichsimonis.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "golda.moriette@heidenreichsimonis.io"], ["encrypted_password", "$2a$04$3b82G6h9UNyhO2GwkWU4guKJSGpKc2nsdWMvm7zgBkBOCjyvq5ALG"], ["created_at", "2017-09-17 19:08:41.161763"], ["updated_at", "2017-09-17 19:08:41.161763"], ["name", "Houston Jacobi Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nectar in a Sieve"], ["description", "Saepe dolores dolorem optio occaecati blanditiis eius. Illo aliquid omnis odit libero nulla maiores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Dudley Kovacek"], ["created_at", "2017-09-17 19:08:41.163975"], ["updated_at", "2017-09-17 19:08:41.163975"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madilyn_gorczany@gusikowski.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "madilyn_gorczany@gusikowski.name"], ["encrypted_password", "$2a$04$BmsrC/p6jcnx9OFZrEfL4.guCXOC9NUUh89gGTm9FRgbl9DYyV5ZS"], ["created_at", "2017-09-17 19:08:41.175323"], ["updated_at", "2017-09-17 19:08:41.175323"], ["name", "Richmond Conn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In Death Ground"], ["description", "Rerum saepe facere. Enim quidem cupiditate et dolore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Soledad Bednar"], ["created_at", "2017-09-17 19:08:41.177401"], ["updated_at", "2017-09-17 19:08:41.177401"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "candelario@brown.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "candelario@brown.net"], ["encrypted_password", "$2a$04$iA4fs945bXX5bL1RrFWjeOgjjIH1r3ueP1S/gp21GyuF85ICIW0oi"], ["created_at", "2017-09-17 19:08:41.189598"], ["updated_at", "2017-09-17 19:08:41.189598"], ["name", "Gino Dickinson DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Now Sleeps the Crimson Petal"], ["description", "Quo sapiente similique facere quia. Ut praesentium magnam ratione eum eos amet quis. Velit aut cumque et iste."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Seamus Rogahn"], ["created_at", "2017-09-17 19:08:41.192038"], ["updated_at", "2017-09-17 19:08:41.192038"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chelsey@gibsonglover.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chelsey@gibsonglover.org"], ["encrypted_password", "$2a$04$67lHXL09cpL/Noctn4AWXeipHfjVOQQy/bbQ8VOyaQ03xbTno5PJW"], ["created_at", "2017-09-17 19:08:41.203012"], ["updated_at", "2017-09-17 19:08:41.203012"], ["name", "Lorine Huels"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Such, Such Were the Joys"], ["description", "Laborum doloremque unde omnis qui vel cumque. Velit eos voluptates dolore deserunt eius. Quaerat aspernatur aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Marcelina Schaden MD"], ["created_at", "2017-09-17 19:08:41.205669"], ["updated_at", "2017-09-17 19:08:41.205669"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destini@dooley.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destini@dooley.com"], ["encrypted_password", "$2a$04$.o0QaW0.6mVS/hzrIugt5uvzF1fUbPuUCIBOqwwbc7tYUGvYiRcVe"], ["created_at", "2017-09-17 19:08:41.217587"], ["updated_at", "2017-09-17 19:08:41.217587"], ["name", "Dr. Alexandrea Crooks"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Violent Bear It Away"], ["description", "Possimus eum voluptate voluptatibus accusamus laborum. Qui aperiam voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Katrine Daniel"], ["created_at", "2017-09-17 19:08:41.219777"], ["updated_at", "2017-09-17 19:08:41.219777"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keshaun_auer@lowe.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keshaun_auer@lowe.name"], ["encrypted_password", "$2a$04$X8FEIhona9f4fdVILFdhUeYafcfWWkIPmxziEubheq3a9vexn5nty"], ["created_at", "2017-09-17 19:08:41.231994"], ["updated_at", "2017-09-17 19:08:41.231994"], ["name", "Graciela Larson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Glory and the Dream"], ["description", "Ab quod earum. Molestiae quidem aut modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ignacio Fay"], ["created_at", "2017-09-17 19:08:41.234274"], ["updated_at", "2017-09-17 19:08:41.234274"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emil.mraz@prohaskaoconnell.org"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emil.mraz@prohaskaoconnell.org"], ["encrypted_password", "$2a$04$qSVdDZIgO6UmCUTIY0gAS.lRB8bi5xGCi0GDHzFRzqMY8VuSKI3Vi"], ["created_at", "2017-09-17 19:08:41.245555"], ["updated_at", "2017-09-17 19:08:41.245555"], ["name", "Dr. Brionna Wiza"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Proper Study"], ["description", "Nemo harum ipsam quis provident dolore fugit voluptatum. Molestiae eos ratione aut recusandae voluptatem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Jerome Kemmer"], ["created_at", "2017-09-17 19:08:41.248804"], ["updated_at", "2017-09-17 19:08:41.248804"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alva@wymanohara.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alva@wymanohara.name"], ["encrypted_password", "$2a$04$KW/lyj084UGYuLDmkry3UOWtO9H81TPeNbRXoJYDGtoJUsZFuxNx6"], ["created_at", "2017-09-17 19:08:41.259112"], ["updated_at", "2017-09-17 19:08:41.259112"], ["name", "Miss Francesco Quitzon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Needle's Eye"], ["description", "Temporibus suscipit quod sint eveniet aliquid molestias deserunt. Dolorum vel placeat aliquid dolorem totam architecto ad. Facilis nostrum qui et quia hic quo est. Rerum repudiandae beatae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Margarett Howell PhD"], ["created_at", "2017-09-17 19:08:41.261149"], ["updated_at", "2017-09-17 19:08:41.261149"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "monique@farrell.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "monique@farrell.biz"], ["encrypted_password", "$2a$04$uLaFjoL0GfSN7TbHEZTOieceCH7KxBsfL3d9iB.malrfWeLK2S6nG"], ["created_at", "2017-09-17 19:08:41.273690"], ["updated_at", "2017-09-17 19:08:41.273690"], ["name", "Alfred Champlin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vile Bodies"], ["description", "Repellat consequatur iusto dolorum accusamus autem. Ab laudantium minima modi voluptatem. Minus qui esse neque sed ducimus ut dolores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maurine Effertz"], ["created_at", "2017-09-17 19:08:41.275735"], ["updated_at", "2017-09-17 19:08:41.275735"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (108.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (75.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clark@ernser.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clark@ernser.info"], ["encrypted_password", "$2a$04$c2KS0P1Sx0Hm/a02RV0z4ehBt92DhnatHdY2GbFSi.S1jtWRCjXwu"], ["created_at", "2017-09-17 19:09:54.272798"], ["updated_at", "2017-09-17 19:09:54.272798"], ["name", "Alanna Rolfson II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Quia vero omnis. Rerum placeat sapiente quae non sed. Officia a possimus rerum voluptas commodi enim iure. Provident ut totam accusamus fugit nemo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Karolann Gutkowski"], ["created_at", "2017-09-17 19:09:54.286907"], ["updated_at", "2017-09-17 19:09:54.286907"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dagmar@daughertyzieme.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dagmar@daughertyzieme.org"], ["encrypted_password", "$2a$04$CY/.DNR7eqo3ti8grCanneHdXcXSHpjRh9dMZ.H.LkVgqVeqWuUxC"], ["created_at", "2017-09-17 19:09:54.295312"], ["updated_at", "2017-09-17 19:09:54.295312"], ["name", "Santina Kshlerin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moving Finger"], ["description", "Sint corporis sequi. Vel quo odit nisi sunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Queen Reilly"], ["created_at", "2017-09-17 19:09:54.297519"], ["updated_at", "2017-09-17 19:09:54.297519"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maxine@feeney.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maxine@feeney.name"], ["encrypted_password", "$2a$04$yrTMOUCqK9FwnSReCXxPhu7myW5TA5zrP1WNU67cKuVdnNeQfbqii"], ["created_at", "2017-09-17 19:09:54.306795"], ["updated_at", "2017-09-17 19:09:54.306795"], ["name", "Dr. Danielle Schuppe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Things Fall Apart"], ["description", "Deleniti voluptas commodi nobis illo quia explicabo est. Perferendis enim illum minima porro id. Similique sed placeat dolor nulla. Nobis et rerum incidunt perferendis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Stone Cartwright"], ["created_at", "2017-09-17 19:09:54.308907"], ["updated_at", "2017-09-17 19:09:54.308907"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "braeden.weinat@gerhold.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "braeden.weinat@gerhold.org"], ["encrypted_password", "$2a$04$QP9G4wNBeiyhgK6q9DKDQuBsJUxhkr8n8r5yzYjZzFXZi/ay/K/z."], ["created_at", "2017-09-17 19:09:54.317570"], ["updated_at", "2017-09-17 19:09:54.317570"], ["name", "Miss Blake Schaefer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Recalled to Life"], ["description", "Quia cumque adipisci asperiores nihil est. Ducimus nisi molestiae ut eligendi magnam voluptas. Aut laboriosam sed ut ad ducimus voluptatem est. Ratione est iusto saepe dolorem corrupti."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bryana Schumm"], ["created_at", "2017-09-17 19:09:54.320274"], ["updated_at", "2017-09-17 19:09:54.320274"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "magnus@starkdach.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "magnus@starkdach.com"], ["encrypted_password", "$2a$04$umZknrzBamvasz0nxhMWS.zjZBTZUx3dvIgAQjpUnBTm8g2xoO6d2"], ["created_at", "2017-09-17 19:09:54.331451"], ["updated_at", "2017-09-17 19:09:54.331451"], ["name", "Frederic Marquardt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Time of our Darkness"], ["description", "Aut accusantium earum dolores quasi dolorem tempore. Impedit et nisi. Qui consequatur dignissimos neque atque. Est at quisquam non et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Phoebe Schuppe"], ["created_at", "2017-09-17 19:09:54.333644"], ["updated_at", "2017-09-17 19:09:54.333644"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alfonzo@crooks.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alfonzo@crooks.net"], ["encrypted_password", "$2a$04$OZAPgQ/eX1YVmeQ6crOyMObrtE/lofL6UtJRoVt7GrBEtN31cqxr2"], ["created_at", "2017-09-17 19:09:54.344826"], ["updated_at", "2017-09-17 19:09:54.344826"], ["name", "Jett Stiedemann MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Little Hands Clapping"], ["description", "Iusto eveniet id odit natus. Enim vel nisi laudantium. Sed nulla earum aliquid dolores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Furman Turner"], ["created_at", "2017-09-17 19:09:54.347053"], ["updated_at", "2017-09-17 19:09:54.347053"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carrie.kunde@larkin.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carrie.kunde@larkin.info"], ["encrypted_password", "$2a$04$4FWxB9vU9m6MkljZxxL8KeQHVhahYEybCvrFNKNs9wlQ8R7NTp3au"], ["created_at", "2017-09-17 19:09:54.357977"], ["updated_at", "2017-09-17 19:09:54.357977"], ["name", "Francesco Parisian"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "This Side of Paradise"], ["description", "Ipsa amet nobis quia magni blanditiis voluptatibus nihil. Qui facere id saepe perspiciatis corrupti corporis. Eligendi velit magni."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Haylee Dickinson II"], ["created_at", "2017-09-17 19:09:54.360843"], ["updated_at", "2017-09-17 19:09:54.360843"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hosea.macejkovic@jaskolski.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hosea.macejkovic@jaskolski.io"], ["encrypted_password", "$2a$04$l5tzQpRKSRHKLBe3CzY0ROUza9QI17aah59eSyVuoRdUg05G53PVS"], ["created_at", "2017-09-17 19:09:54.372018"], ["updated_at", "2017-09-17 19:09:54.372018"], ["name", "Eden Rutherford"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Specimen Days"], ["description", "Qui voluptatem ea qui. Veniam et eum placeat est. Tempore qui vel dolore assumenda. Et labore deserunt vero."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mertie Hettinger V"], ["created_at", "2017-09-17 19:09:54.374287"], ["updated_at", "2017-09-17 19:09:54.374287"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alfreda@bergstrommonahan.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alfreda@bergstrommonahan.net"], ["encrypted_password", "$2a$04$u4pITCk2YPU1CeyG5doqZOOQkdgeH2QNJmwMDrOPwp.rsi4.ZmVNC"], ["created_at", "2017-09-17 19:09:54.385908"], ["updated_at", "2017-09-17 19:09:54.385908"], ["name", "Brianne Lehner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dulce et Decorum Est"], ["description", "A quae eveniet inventore. Optio est minima est magnam non minus autem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Hans Prosacco"], ["created_at", "2017-09-17 19:09:54.388046"], ["updated_at", "2017-09-17 19:09:54.388046"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kody_dubuque@altenwerthemard.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kody_dubuque@altenwerthemard.com"], ["encrypted_password", "$2a$04$7tkmHlthzzs5LnrfPxb29u9qg5/61xgwMJiQ.7j6AjwDNMHgKurSK"], ["created_at", "2017-09-17 19:09:54.399258"], ["updated_at", "2017-09-17 19:09:54.399258"], ["name", "Cedrick Spencer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "This Side of Paradise"], ["description", "Autem corrupti aliquam labore quas. Dolores quis sit sed ut aperiam. Perferendis dolores non facere sed. Aut inventore et et incidunt quo neque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Georgianna Gleichner III"], ["created_at", "2017-09-17 19:09:54.402051"], ["updated_at", "2017-09-17 19:09:54.402051"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ryan@boehm.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ryan@boehm.co"], ["encrypted_password", "$2a$04$iGOxIsOaXyYHBA/H.087h.HTaaLSGvtnUaYyGaJP/fmID1NeQvAK."], ["created_at", "2017-09-17 19:09:54.413101"], ["updated_at", "2017-09-17 19:09:54.413101"], ["name", "Cornell Howell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wives of Bath"], ["description", "Dolores similique occaecati temporibus. Repellat incidunt et similique ipsum necessitatibus dicta molestiae. Repellat vero assumenda saepe. Laborum omnis velit cumque ullam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Sedrick Heathcote"], ["created_at", "2017-09-17 19:09:54.415245"], ["updated_at", "2017-09-17 19:09:54.415245"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "agnes@windlerhoeger.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "agnes@windlerhoeger.name"], ["encrypted_password", "$2a$04$nWtYlSkjh9lP2.DzfBMQK.YFY7S5ezX8nTxFs7vEz0TDTWftWJRIO"], ["created_at", "2017-09-17 19:09:54.426693"], ["updated_at", "2017-09-17 19:09:54.426693"], ["name", "Jordan Schmitt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Look to Windward"], ["description", "Totam nemo dolorem nam maxime. Officia ad perspiciatis ut dolore soluta atque. Sed ducimus veritatis doloremque odit similique qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Beth Swaniawski"], ["created_at", "2017-09-17 19:09:54.428874"], ["updated_at", "2017-09-17 19:09:54.428874"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "therese.gusikowski@hammes.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "therese.gusikowski@hammes.name"], ["encrypted_password", "$2a$04$kf8DxZ0kcRVfogM8uRpnE.j9PzIw0vcZe6yAN72w3fDsqSAGcnUQu"], ["created_at", "2017-09-17 19:09:54.440063"], ["updated_at", "2017-09-17 19:09:54.440063"], ["name", "Francesca Bogan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dulce et Decorum Est"], ["description", "Maiores rerum optio earum. Deserunt perferendis quod. Enim molestiae ad ut cum iure doloremque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Keshaun Reinger"], ["created_at", "2017-09-17 19:09:54.442931"], ["updated_at", "2017-09-17 19:09:54.442931"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (62.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zion@spinkagoodwin.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zion@spinkagoodwin.name"], ["encrypted_password", "$2a$04$q8FLxwJZeqqHXyEUVpdF2eoMxtUQRKpfYUBvvaHfKznSv2l7YdcDO"], ["created_at", "2017-09-17 19:10:08.710356"], ["updated_at", "2017-09-17 19:10:08.710356"], ["name", "Kendrick Stiedemann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Quos et est est deleniti ut officia eius. Minus consequatur et eius omnis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Stephen Trantow"], ["created_at", "2017-09-17 19:10:08.719489"], ["updated_at", "2017-09-17 19:10:08.719489"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "enola@konopelski.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "enola@konopelski.com"], ["encrypted_password", "$2a$04$VUJVfwiO9bnoB9Hp9rRFb.Gyldbc5AMPehS/pDMSVL1cdI2IGFsjK"], ["created_at", "2017-09-17 19:10:08.734575"], ["updated_at", "2017-09-17 19:10:08.734575"], ["name", "Zack Rohan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Heart Is Deceitful Above All Things"], ["description", "Et dolor itaque vel. Occaecati veritatis quos dolores aliquid necessitatibus. Corporis ullam odit dolor nihil. Beatae reprehenderit cupiditate quidem magni."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Dallas Pollich"], ["created_at", "2017-09-17 19:10:08.736749"], ["updated_at", "2017-09-17 19:10:08.736749"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "peter@stiedemann.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "peter@stiedemann.co"], ["encrypted_password", "$2a$04$3FrbySQA5Q1Owgm9bNZFSuPVoHRVmCG10/QQByyA271bZqccn8NZ6"], ["created_at", "2017-09-17 19:10:08.745660"], ["updated_at", "2017-09-17 19:10:08.745660"], ["name", "Mavis Welch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Monkey's Raincoat"], ["description", "Et voluptate aut accusamus sit. Culpa repellat iusto tempora. Adipisci aut ex ut eos necessitatibus pariatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Marquis Morar"], ["created_at", "2017-09-17 19:10:08.747922"], ["updated_at", "2017-09-17 19:10:08.747922"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "letitia@goyette.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "letitia@goyette.com"], ["encrypted_password", "$2a$04$5XmcVh.vMzTuwcVBJlPtUO5TBCrMjv3YC2yO3hx88U.eONbPSPKLG"], ["created_at", "2017-09-17 19:10:08.756261"], ["updated_at", "2017-09-17 19:10:08.756261"], ["name", "Crawford Haley"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Moab Is My Washpot"], ["description", "Exercitationem qui eaque aut non in sint delectus. A accusamus in similique provident est quisquam officiis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Jeromy Price"], ["created_at", "2017-09-17 19:10:08.758331"], ["updated_at", "2017-09-17 19:10:08.758331"], ["user_id", 1]]
 (1.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alberta_kuhic@marquardt.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alberta_kuhic@marquardt.net"], ["encrypted_password", "$2a$04$a06PBJTqAVu8sTQHiQ.XxOYXZxnuNSyLIeyLHR5ngOxHXj3MOaHXi"], ["created_at", "2017-09-17 19:10:08.775904"], ["updated_at", "2017-09-17 19:10:08.775904"], ["name", "Milford Wintheiser"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "When the Green Woods Laugh"], ["description", "Vel aut cum officia eos. Enim nulla fuga illo voluptas eos occaecati qui. Sed quasi praesentium. Et neque deserunt dolores qui expedita."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Heath Batz"], ["created_at", "2017-09-17 19:10:08.778512"], ["updated_at", "2017-09-17 19:10:08.778512"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jacques.denesik@abshire.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jacques.denesik@abshire.biz"], ["encrypted_password", "$2a$04$FSigevmHYh6tfkMWDMMruemIAFw//Cdp7y.fB6gyg/j1c7Wi/unBO"], ["created_at", "2017-09-17 19:10:08.790202"], ["updated_at", "2017-09-17 19:10:08.790202"], ["name", "Ms. Alexane Cole"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Jesting Pilate"], ["description", "Qui unde delectus minima quia. Deleniti porro tempora fuga dolor."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Nyasia Moen"], ["created_at", "2017-09-17 19:10:08.792244"], ["updated_at", "2017-09-17 19:10:08.792244"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosemary@spinkahegmann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rosemary@spinkahegmann.info"], ["encrypted_password", "$2a$04$cMlqNk7KXRdhaXea.WWrAeDZNCmtfv124t0zteBsE5okgdltX5ZWy"], ["created_at", "2017-09-17 19:10:08.802964"], ["updated_at", "2017-09-17 19:10:08.802964"], ["name", "Reagan Shanahan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Little Hands Clapping"], ["description", "Labore totam ad error omnis eaque autem perspiciatis. Doloribus reiciendis est quis dicta autem. Animi eum eligendi neque temporibus molestiae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Carolyne Doyle III"], ["created_at", "2017-09-17 19:10:08.805359"], ["updated_at", "2017-09-17 19:10:08.805359"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "verda@hilpert.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "verda@hilpert.org"], ["encrypted_password", "$2a$04$IjWmz76A3u1GCUNzArCB3OHXsoNi2Wr09r1RN7hGu.8zgdesP88Nq"], ["created_at", "2017-09-17 19:10:08.818208"], ["updated_at", "2017-09-17 19:10:08.818208"], ["name", "Curtis Kovacek"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dying of the Light"], ["description", "Animi consequatur et iusto. Inventore id deleniti quia et eos. At deserunt in aspernatur sed dolore qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jesus Hyatt"], ["created_at", "2017-09-17 19:10:08.820510"], ["updated_at", "2017-09-17 19:10:08.820510"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arjun@prosacco.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "arjun@prosacco.com"], ["encrypted_password", "$2a$04$fMiBj0ziG6azIgzfP8yg1uNKVQcXeGI824votNvBOGhkhUGGFHXry"], ["created_at", "2017-09-17 19:10:08.832795"], ["updated_at", "2017-09-17 19:10:08.832795"], ["name", "Henriette Brown"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Cricket on the Hearth"], ["description", "Expedita sit ipsa sunt. Vitae repellat et impedit a quaerat ex."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gerald Crooks III"], ["created_at", "2017-09-17 19:10:08.834859"], ["updated_at", "2017-09-17 19:10:08.834859"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "christa_nicolas@kemmercasper.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "christa_nicolas@kemmercasper.org"], ["encrypted_password", "$2a$04$XxAcFhD9UT6pPmh1uH6TYeccA7hWRBPbqcpkhwoYGhAXmjAunBV5u"], ["created_at", "2017-09-17 19:10:08.845285"], ["updated_at", "2017-09-17 19:10:08.845285"], ["name", "Garrett Nader"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Yellow Meads of Asphodel"], ["description", "Quae reiciendis praesentium quo quod molestias nemo aut. Vel dignissimos eaque voluptas incidunt voluptatibus. Maxime ducimus cum. Sequi odio non placeat voluptates ut aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ayla Connelly"], ["created_at", "2017-09-17 19:10:08.848466"], ["updated_at", "2017-09-17 19:10:08.848466"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clark@satterfield.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clark@satterfield.info"], ["encrypted_password", "$2a$04$6P5C5q/ya7wrawWJtxUGJODtJs9g0K4f4S6ePdP4fLzRG0NcsBomS"], ["created_at", "2017-09-17 19:10:08.859781"], ["updated_at", "2017-09-17 19:10:08.859781"], ["name", "Rosamond Zboncak"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Fugit alias laboriosam quo. Occaecati quo dolorum doloribus eos. Nemo atque molestiae harum maiores. Et saepe culpa qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Miracle Braun"], ["created_at", "2017-09-17 19:10:08.861892"], ["updated_at", "2017-09-17 19:10:08.861892"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "albert@koch.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "albert@koch.com"], ["encrypted_password", "$2a$04$r13XEHnPP2tv7pyyY1UC/ewwLrUj1yZGbukgYQ/LFUkP5jl.DefEG"], ["created_at", "2017-09-17 19:10:08.873103"], ["updated_at", "2017-09-17 19:10:08.873103"], ["name", "Mabel Durgan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Ego Dominus Tuus"], ["description", "A reiciendis quod et animi suscipit quidem. Blanditiis consectetur architecto. Minus est assumenda. Qui laboriosam veritatis nemo illo est architecto aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Makayla Rodriguez"], ["created_at", "2017-09-17 19:10:08.875217"], ["updated_at", "2017-09-17 19:10:08.875217"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "claude.rogahn@kunzeskiles.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "claude.rogahn@kunzeskiles.biz"], ["encrypted_password", "$2a$04$ZeiFsFKLi4C3j5OlCQKg1OSi7E.5WYzouuEqz.Q66QF0h6QwtkeBq"], ["created_at", "2017-09-17 19:10:08.885681"], ["updated_at", "2017-09-17 19:10:08.885681"], ["name", "Mrs. Irma Ullrich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Darkling Plain"], ["description", "Modi ea aliquam harum eum quos. Quo et autem incidunt. Animi pariatur cumque et aut mollitia repudiandae in. Rerum soluta dolorem doloribus dolore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Kareem Toy"], ["created_at", "2017-09-17 19:10:08.888584"], ["updated_at", "2017-09-17 19:10:08.888584"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (105.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "murray_bruen@gutmannlehner.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "murray_bruen@gutmannlehner.info"], ["encrypted_password", "$2a$04$Ped/pD/m7XkAGI8eeXjHiOYuybA.lgFfQUC2bQvYVYG1eAdRWrq42"], ["created_at", "2017-09-17 19:10:27.472516"], ["updated_at", "2017-09-17 19:10:27.472516"], ["name", "Marty Davis"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vile Bodies"], ["description", "Beatae itaque autem tempore. Quia sed repellat ab dolorem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Cassidy Becker"], ["created_at", "2017-09-17 19:10:27.490067"], ["updated_at", "2017-09-17 19:10:27.490067"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "beatrice.armstrong@reichelskiles.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "beatrice.armstrong@reichelskiles.org"], ["encrypted_password", "$2a$04$d6A1G8tbuvbNfwpDkqdAo.T84Ik326AxFMny856W1AxElya09BtRC"], ["created_at", "2017-09-17 19:10:27.498475"], ["updated_at", "2017-09-17 19:10:27.498475"], ["name", "Ofelia Schaden"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Ut deleniti quam corrupti sit est quos et. Sint veniam voluptas vel officia qui ullam nam. Eligendi ut neque perspiciatis ad maxime fugit tenetur. Eos aut est velit ut iusto."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nat Harvey I"], ["created_at", "2017-09-17 19:10:27.501611"], ["updated_at", "2017-09-17 19:10:27.501611"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "celine.howe@lefflerleuschke.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "celine.howe@lefflerleuschke.com"], ["encrypted_password", "$2a$04$pjH.J1u7Cpofzy4FnO0lZe2E6WOkE9/QQGa.AFwtSSqRZao5A7JYS"], ["created_at", "2017-09-17 19:10:27.510776"], ["updated_at", "2017-09-17 19:10:27.510776"], ["name", "Maverick Miller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Ah, Wilderness!"], ["description", "Nesciunt nam id. Rerum exercitationem qui nostrum sapiente doloribus illo consequuntur. Sit tempora sed sunt. Iure in rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Berta Rath"], ["created_at", "2017-09-17 19:10:27.513928"], ["updated_at", "2017-09-17 19:10:27.513928"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keith@mann.org"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keith@mann.org"], ["encrypted_password", "$2a$04$rWkFzsm9O0pV7Rl1dwp0OOzsOEanrtECWqzbVLgIdFARc3qM90RLe"], ["created_at", "2017-09-17 19:10:27.523353"], ["updated_at", "2017-09-17 19:10:27.523353"], ["name", "Duane O'Conner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Mr Standfast"], ["description", "Expedita ut consequatur delectus quidem et quae. Dolores vitae quibusdam quia vero id voluptates tempore. Soluta mollitia saepe vel autem voluptatem. Tempore temporibus fugiat quasi ipsum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Deja Schowalter"], ["created_at", "2017-09-17 19:10:27.527380"], ["updated_at", "2017-09-17 19:10:27.527380"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "torrey@wintheiser.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "torrey@wintheiser.io"], ["encrypted_password", "$2a$04$h9edeNrO9Et/xJS6VfdfLuIqIdByCzkJ2PFcdto2I0ebc6U/nzpUW"], ["created_at", "2017-09-17 19:10:27.538165"], ["updated_at", "2017-09-17 19:10:27.538165"], ["name", "Hillary Armstrong II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Death Be Not Proud"], ["description", "Maxime iusto ea porro. Similique dicta ut. Sit porro reiciendis nemo minima quos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Sabrina Mueller"], ["created_at", "2017-09-17 19:10:27.541193"], ["updated_at", "2017-09-17 19:10:27.541193"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "silas_tillman@jacobs.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "silas_tillman@jacobs.io"], ["encrypted_password", "$2a$04$rmXqe/I3TOifGauQUXKyzeavmZbtbOeR8aFgrAOZUHQAwb6Pi96me"], ["created_at", "2017-09-17 19:10:27.552862"], ["updated_at", "2017-09-17 19:10:27.552862"], ["name", "Mrs. Samson Farrell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Mermaids Singing"], ["description", "Harum omnis rerum. Ipsam tenetur libero. Asperiores sapiente eum possimus perspiciatis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Diana Durgan"], ["created_at", "2017-09-17 19:10:27.555879"], ["updated_at", "2017-09-17 19:10:27.555879"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "orrin_gibson@corkeryschoen.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "orrin_gibson@corkeryschoen.name"], ["encrypted_password", "$2a$04$SIA4AXXXwaVq2GbikHkWq..oHSOKeZPoj15MeTu06pI5eC/v1wNry"], ["created_at", "2017-09-17 19:10:27.568153"], ["updated_at", "2017-09-17 19:10:27.568153"], ["name", "Arvilla Oberbrunner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Recalled to Life"], ["description", "Est tempore sed fugiat illum aut. Modi aut sequi saepe illo atque ad. Tenetur nemo qui ex est dolore. Corporis deleniti saepe nobis id est minus vero."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Erik Rau"], ["created_at", "2017-09-17 19:10:27.571385"], ["updated_at", "2017-09-17 19:10:27.571385"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeramy_jerde@greenfelderlittle.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeramy_jerde@greenfelderlittle.info"], ["encrypted_password", "$2a$04$nlvpBsYTcoxdnxnqPWhdlu94cG3px.Kc5GvHfa9HlUSMhYYVbGbmy"], ["created_at", "2017-09-17 19:10:27.583604"], ["updated_at", "2017-09-17 19:10:27.583604"], ["name", "Margaretta Douglas II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Beyond the Mexique Bay"], ["description", "Aut ut sit odio non. Praesentium suscipit dolores laborum quae est qui natus. Voluptatem non voluptates."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Koby Halvorson II"], ["created_at", "2017-09-17 19:10:27.587673"], ["updated_at", "2017-09-17 19:10:27.587673"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brendan.schumm@rutherfordwisozk.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brendan.schumm@rutherfordwisozk.info"], ["encrypted_password", "$2a$04$j57bEMttj9IptbCdco8U/OKJL52QQ5faaxMP1oRlJLRn/5sK9Ni6m"], ["created_at", "2017-09-17 19:10:27.597940"], ["updated_at", "2017-09-17 19:10:27.597940"], ["name", "Jaiden Donnelly"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "What's Become of Waring"], ["description", "Quia nulla minima qui eaque sed. Quas et quos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Randy Treutel"], ["created_at", "2017-09-17 19:10:27.600839"], ["updated_at", "2017-09-17 19:10:27.600839"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dudley.ledner@muellerkub.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dudley.ledner@muellerkub.info"], ["encrypted_password", "$2a$04$Opoy.mZ0hgSSVexOjAjppOeainknT1iqKN4niFZgHNte5nsFiggPW"], ["created_at", "2017-09-17 19:10:27.613417"], ["updated_at", "2017-09-17 19:10:27.613417"], ["name", "Rosetta Schumm"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Way of All Flesh"], ["description", "Aspernatur libero et mollitia debitis soluta. Harum fuga quia. Enim ut quae odit et quis magni sit. Quibusdam neque molestias."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Phoebe Murazik"], ["created_at", "2017-09-17 19:10:27.616473"], ["updated_at", "2017-09-17 19:10:27.616473"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "deion_braun@jast.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "deion_braun@jast.co"], ["encrypted_password", "$2a$04$PD4bL1lWcSu0Q/kHaqFWVui4bvsfZ6iKvjRp.5QyORCRGUa2Z0L2e"], ["created_at", "2017-09-17 19:10:27.629832"], ["updated_at", "2017-09-17 19:10:27.629832"], ["name", "Miss Felicita DuBuque"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Have His Carcase"], ["description", "Facere optio inventore. Aut voluptatibus sint rem. Sunt provident iste quidem veniam esse similique sed. Exercitationem autem veritatis est quis et corrupti."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Laurianne Rolfson"], ["created_at", "2017-09-17 19:10:27.632925"], ["updated_at", "2017-09-17 19:10:27.632925"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "onie_bartoletti@kautzercarroll.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "onie_bartoletti@kautzercarroll.org"], ["encrypted_password", "$2a$04$OTx1DoTPmIF03vIBajZdXeZfNeB92VXhP/JS5k6Ey8yOJNBwsvPjq"], ["created_at", "2017-09-17 19:10:27.643170"], ["updated_at", "2017-09-17 19:10:27.643170"], ["name", "Lenore Ryan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "If Not Now, When?"], ["description", "Doloremque voluptatem at. Repellendus aspernatur quos reprehenderit ducimus nesciunt ipsam eveniet."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Griffin Prohaska"], ["created_at", "2017-09-17 19:10:27.647306"], ["updated_at", "2017-09-17 19:10:27.647306"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keith@baumbachstamm.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keith@baumbachstamm.biz"], ["encrypted_password", "$2a$04$pJ4DkMDDJSXa6KnsjsfUtOkvKJ/clnQsyPOt41Y.S/Ap0IdkeGoE6"], ["created_at", "2017-09-17 19:10:27.658838"], ["updated_at", "2017-09-17 19:10:27.658838"], ["name", "Ramiro Moen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Road Less Traveled"], ["description", "Ipsam doloribus voluptates nihil a. Itaque vel et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Loren Osinski"], ["created_at", "2017-09-17 19:10:27.661773"], ["updated_at", "2017-09-17 19:10:27.661773"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (96.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (78.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hugh@schaden.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hugh@schaden.org"], ["encrypted_password", "$2a$04$.scOeRE.ecfHmbijCikFhOsmHkfJgETeL00gKTVIGChv3XOpoPqSu"], ["created_at", "2017-09-17 19:12:12.568078"], ["updated_at", "2017-09-17 19:12:12.568078"], ["name", "Joanie Altenwerth"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Such, Such Were the Joys"], ["description", "Et officiis eum. Non praesentium dolor ut sed voluptatibus. Quo excepturi aut voluptas porro ut fugiat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Myrtie Morar"], ["created_at", "2017-09-17 19:12:12.590595"], ["updated_at", "2017-09-17 19:12:12.590595"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "telly@luettgen.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "telly@luettgen.net"], ["encrypted_password", "$2a$04$CtYpgU8C7O9MRQBGFpKVaegy3bdr/wfeLR71pygsRzBmvQNbC7EHa"], ["created_at", "2017-09-17 19:12:12.599284"], ["updated_at", "2017-09-17 19:12:12.599284"], ["name", "Danielle Barrows"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Now Sleeps the Crimson Petal"], ["description", "Est et odit repellat numquam autem est. Unde aliquam facilis vitae minus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Hugh Casper"], ["created_at", "2017-09-17 19:12:12.602299"], ["updated_at", "2017-09-17 19:12:12.602299"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kayley@dubuquebergstrom.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kayley@dubuquebergstrom.info"], ["encrypted_password", "$2a$04$M7M8N7y01s.3ZATvCf72a.BKuioetwLhCBzF6Sor.kGGL4m82hJs2"], ["created_at", "2017-09-17 19:12:12.611023"], ["updated_at", "2017-09-17 19:12:12.611023"], ["name", "Miracle Waelchi"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Butter In a Lordly Dish"], ["description", "Consequatur non nesciunt sint illum quis. Ut rerum iure doloribus. Esse dicta unde. Aliquam voluptatem suscipit consequuntur doloremque cum autem temporibus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Valentina Sauer PhD"], ["created_at", "2017-09-17 19:12:12.614779"], ["updated_at", "2017-09-17 19:12:12.614779"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tobin.anderson@cronabatz.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tobin.anderson@cronabatz.name"], ["encrypted_password", "$2a$04$88J1W/aYuUPylKbRxX7Dpej413BSBpaVwu60H27LuscMVVrE9r2HK"], ["created_at", "2017-09-17 19:12:12.623697"], ["updated_at", "2017-09-17 19:12:12.623697"], ["name", "Claudie Jast"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Lathe of Heaven"], ["description", "Dignissimos ipsa facere impedit et commodi rerum odio. Voluptatem velit a et nihil ducimus est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bell Altenwerth"], ["created_at", "2017-09-17 19:12:12.626578"], ["updated_at", "2017-09-17 19:12:12.626578"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly.feil@gradysmith.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kimberly.feil@gradysmith.info"], ["encrypted_password", "$2a$04$HegOGebXvST.Ae8bEDllcObYW2eI1s4O4LHJUF5ZKyBP8Sx3jRmz2"], ["created_at", "2017-09-17 19:12:12.638807"], ["updated_at", "2017-09-17 19:12:12.638807"], ["name", "Keaton Waelchi"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Millstone"], ["description", "Possimus aut aperiam sit cumque aspernatur sed. Qui ipsa vel pariatur laborum rerum molestiae. Rerum id repellat omnis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Leone Bins"], ["created_at", "2017-09-17 19:12:12.641872"], ["updated_at", "2017-09-17 19:12:12.641872"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "yazmin_carroll@prohaska.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "yazmin_carroll@prohaska.io"], ["encrypted_password", "$2a$04$9VMboxHaszx02yYZinvJ6eRjCPEKDgz.3thC/rY7/tbchTuIjZzlC"], ["created_at", "2017-09-17 19:12:12.650192"], ["updated_at", "2017-09-17 19:12:12.650192"], ["name", "Sid Reichert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Other Side of Silence"], ["description", "Nulla id delectus amet qui dolorem. Id architecto vel vitae quidem quasi. Ut magni eveniet consequatur maxime sint."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Solon Bins"], ["created_at", "2017-09-17 19:12:12.653684"], ["updated_at", "2017-09-17 19:12:12.653684"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dock_barrows@ko.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dock_barrows@ko.io"], ["encrypted_password", "$2a$04$VnqqXvHHaJlXCogNDWTQreHtFfHxOpM0WSvbWK2cXJoe7LvWuJQqO"], ["created_at", "2017-09-17 19:12:12.665434"], ["updated_at", "2017-09-17 19:12:12.665434"], ["name", "Isabell Crist"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nine Coaches Waiting"], ["description", "Quidem omnis nesciunt quia dignissimos corporis. Enim voluptatem veritatis autem est enim aut aut. Neque molestias ab. Ut tempore atque quisquam aut reprehenderit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Fernando Okuneva"], ["created_at", "2017-09-17 19:12:12.668559"], ["updated_at", "2017-09-17 19:12:12.668559"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kayden@runte.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kayden@runte.io"], ["encrypted_password", "$2a$04$IgMZJsaAQSs.bV48XkdRS.j3N9RLDHuaAnxFvNX7z2H46JeidP/hy"], ["created_at", "2017-09-17 19:12:12.682103"], ["updated_at", "2017-09-17 19:12:12.682103"], ["name", "Miss Alice Macejkovic"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Say Nothing of the Dog"], ["description", "Tempora est voluptas vel natus voluptatem. Qui dicta saepe ea provident eos. Animi odit eveniet possimus iste."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Magnolia Okuneva"], ["created_at", "2017-09-17 19:12:12.685258"], ["updated_at", "2017-09-17 19:12:12.685258"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tierra_toy@ward.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tierra_toy@ward.org"], ["encrypted_password", "$2a$04$z6aBQYBb0sww.JO8yYpxFu7EN2o.hCR8pGxKEQbo06RFWZjWyo1/G"], ["created_at", "2017-09-17 19:12:12.698659"], ["updated_at", "2017-09-17 19:12:12.698659"], ["name", "Josiah Rohan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moving Finger"], ["description", "Sit illo similique aut vel suscipit. Eos placeat ea id sunt necessitatibus consequatur. Aut saepe exercitationem commodi ex ut quidem. Explicabo aperiam porro enim dolores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Evalyn Berge"], ["created_at", "2017-09-17 19:12:12.701890"], ["updated_at", "2017-09-17 19:12:12.701890"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "johann@kunze.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "johann@kunze.info"], ["encrypted_password", "$2a$04$kZlvUPl9uRAUsXYXjaYdtu25Dq3582tfvCOSnkFCITfiC9PKI3Nt6"], ["created_at", "2017-09-17 19:12:12.711949"], ["updated_at", "2017-09-17 19:12:12.711949"], ["name", "Yazmin Treutel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Many Waters"], ["description", "Ut et atque. Laudantium veniam incidunt voluptatem omnis aut. Quo amet natus aut nihil."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nikolas Crona"], ["created_at", "2017-09-17 19:12:12.715594"], ["updated_at", "2017-09-17 19:12:12.715594"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hank.sipes@hills.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hank.sipes@hills.org"], ["encrypted_password", "$2a$04$zCvlMBGpdBdfHc60fANgQ.pdNPK5h/4g.Js5de4y/WO3s4CG9iykq"], ["created_at", "2017-09-17 19:12:12.728058"], ["updated_at", "2017-09-17 19:12:12.728058"], ["name", "Susanna Maggio"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Of Mice and Men"], ["description", "Ducimus qui occaecati et mollitia. Perferendis inventore est et. Repudiandae aut doloribus itaque tenetur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Melany Murazik"], ["created_at", "2017-09-17 19:12:12.730935"], ["updated_at", "2017-09-17 19:12:12.730935"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wendy_ebert@stanton.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wendy_ebert@stanton.name"], ["encrypted_password", "$2a$04$N33NPB8K8jpIoyMSHl4bHOZs9ydbzjKMqbUVNYCrZMoRpLTruY.yq"], ["created_at", "2017-09-17 19:12:12.744501"], ["updated_at", "2017-09-17 19:12:12.744501"], ["name", "Anissa Casper"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Eyeless in Gaza"], ["description", "Rerum ut occaecati voluptatibus a. Deserunt atque ipsa et asperiores assumenda libero. Sit et illo quia labore beatae molestiae facere. Qui accusantium quae aspernatur suscipit veritatis officia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Haven Greenfelder"], ["created_at", "2017-09-17 19:12:12.747559"], ["updated_at", "2017-09-17 19:12:12.747559"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alden@nader.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alden@nader.io"], ["encrypted_password", "$2a$04$ckcoHbcSHJtIG/eOX3JYQ.RhrV5XEyf6xUM3jJ3KQ4.7O66HnB6Wa"], ["created_at", "2017-09-17 19:12:12.760675"], ["updated_at", "2017-09-17 19:12:12.760675"], ["name", "Santino Durgan Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "O Jerusalem!"], ["description", "Blanditiis et facere est vero est. Voluptates molestias in et perspiciatis. Dolores vitae fuga quidem nulla et. Architecto ex recusandae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Dale Beatty"], ["created_at", "2017-09-17 19:12:12.765350"], ["updated_at", "2017-09-17 19:12:12.765350"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ayla.bogan@smithroob.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ayla.bogan@smithroob.com"], ["encrypted_password", "$2a$04$WSBJBeF0OtJQG2lFWztqWOiDx2U5KjlrCUd.kpxLE4rjpzTtITYO2"], ["created_at", "2017-09-17 19:12:12.779548"], ["updated_at", "2017-09-17 19:12:12.779548"], ["name", "Laura Rempel PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Scanner Darkly"], ["description", "Excepturi qui pariatur. Autem repudiandae provident doloremque voluptatibus dignissimos suscipit qui. Exercitationem odit temporibus ut ea. Ducimus adipisci est consequatur qui dolores ullam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jovani Hilpert"], ["created_at", "2017-09-17 19:12:12.782412"], ["updated_at", "2017-09-17 19:12:12.782412"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (129.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.1ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mike.rosenbaum@heel.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mike.rosenbaum@heel.info"], ["encrypted_password", "$2a$04$mr4z.sk2J2gze33y3XS2gea5hjyuF1NJJ/97wCFCbi0cRq3znzMNW"], ["created_at", "2017-09-17 19:14:33.950711"], ["updated_at", "2017-09-17 19:14:33.950711"], ["name", "Ms. Velva Kovacek"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In Dubious Battle"], ["description", "Ducimus ratione quaerat ut nisi voluptatibus iusto. Earum sint autem. Aliquam sed aut in ea. Voluptates enim quia sint dolores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Linwood Brakus"], ["created_at", "2017-09-17 19:14:33.967893"], ["updated_at", "2017-09-17 19:14:33.967893"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal.ledner@langosh.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "loyal.ledner@langosh.co"], ["encrypted_password", "$2a$04$PS4M9d0zDAmKoAAS.1k./O1dFAwOLgbLKEhymSXVEnoG7gn4QeVbC"], ["created_at", "2017-09-17 19:14:33.976507"], ["updated_at", "2017-09-17 19:14:33.976507"], ["name", "Rasheed Kuhn II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dying of the Light"], ["description", "Qui inventore fugiat unde rem quibusdam. Aliquam quas voluptas est dolor qui error."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Buck Koelpin"], ["created_at", "2017-09-17 19:14:33.979587"], ["updated_at", "2017-09-17 19:14:33.979587"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cristina@oberbrunner.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cristina@oberbrunner.biz"], ["encrypted_password", "$2a$04$yr0ElPafy.S3CYgJP0Zrr.g5QFiF7lZQeWgr7NCSfMNAw0H1G8YC."], ["created_at", "2017-09-17 19:14:33.989153"], ["updated_at", "2017-09-17 19:14:33.989153"], ["name", "Rachel Kohler"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Millstone"], ["description", "Commodi optio perferendis et. Unde ducimus eaque sed qui sit. Est et aliquid ad. Ullam est error autem similique repudiandae qui voluptatibus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Amber Lockman"], ["created_at", "2017-09-17 19:14:33.992209"], ["updated_at", "2017-09-17 19:14:33.992209"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "barney@little.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "barney@little.name"], ["encrypted_password", "$2a$04$YEcziO.87B2kPTzqsdrVM./UNYFbTWT/mldZdHiGqoM4G2.QJjjaO"], ["created_at", "2017-09-17 19:14:34.000762"], ["updated_at", "2017-09-17 19:14:34.000762"], ["name", "Betsy Hilll"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Time of Gifts"], ["description", "Et ut officiis. Distinctio ipsa eveniet ipsum animi. Omnis incidunt inventore natus exercitationem minima autem. Ducimus sit qui earum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Daija Spinka"], ["created_at", "2017-09-17 19:14:34.004358"], ["updated_at", "2017-09-17 19:14:34.004358"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kaylee@wolfankunding.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kaylee@wolfankunding.net"], ["encrypted_password", "$2a$04$GatikW6aLB5bp8FIOHHcG.p6kdjRchCj1sHyKFMt5Ky8OGNkoKMo."], ["created_at", "2017-09-17 19:14:34.016240"], ["updated_at", "2017-09-17 19:14:34.016240"], ["name", "Abbie Swift"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Precious Bane"], ["description", "Quo perspiciatis sint deserunt placeat provident voluptas. Itaque vitae aut deserunt. Ratione consequuntur saepe dolorem aut quae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Aimee Walsh V"], ["created_at", "2017-09-17 19:14:34.019206"], ["updated_at", "2017-09-17 19:14:34.019206"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hilbert@johnson.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hilbert@johnson.io"], ["encrypted_password", "$2a$04$KAK8ZEU.3XbJjvdZ4JcSp.dWpKqOt5YHQM3hcuNEZU2z4jQjfOD.W"], ["created_at", "2017-09-17 19:14:34.031981"], ["updated_at", "2017-09-17 19:14:34.031981"], ["name", "Benton Murphy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Skull Beneath the Skin"], ["description", "Sunt expedita quia incidunt quisquam. Dicta sit non alias sunt ea non. Dolorem earum occaecati consequatur blanditiis doloremque est. Labore cupiditate qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Emmett Larkin"], ["created_at", "2017-09-17 19:14:34.034846"], ["updated_at", "2017-09-17 19:14:34.034846"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jennifer@volkmanhilll.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jennifer@volkmanhilll.biz"], ["encrypted_password", "$2a$04$UBQ2gDEtES8zRLB/5Vb4Xu7DrSbUbgW5HYiG1PG8PvPbivGwIZdqC"], ["created_at", "2017-09-17 19:14:34.046905"], ["updated_at", "2017-09-17 19:14:34.046905"], ["name", "Meagan Corwin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "If I Forget Thee Jerusalem"], ["description", "Adipisci qui consequatur labore. Nemo id aut voluptates tenetur quasi consequatur est. Dignissimos quis sint earum odit autem ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Demond Koch"], ["created_at", "2017-09-17 19:14:34.049826"], ["updated_at", "2017-09-17 19:14:34.049826"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "liliana_botsford@stokepinka.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "liliana_botsford@stokepinka.com"], ["encrypted_password", "$2a$04$MBArb4EmYssgmgFCB2fCauFOb8pbHUuJFUibGgx3zyNi5Z4dBJk/e"], ["created_at", "2017-09-17 19:14:34.059783"], ["updated_at", "2017-09-17 19:14:34.059783"], ["name", "Noel Jacobson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Last Temptation"], ["description", "Sint impedit rerum. Quidem beatae tempora. Maiores cupiditate distinctio nesciunt officia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Scotty Sporer"], ["created_at", "2017-09-17 19:14:34.062549"], ["updated_at", "2017-09-17 19:14:34.062549"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marian_rolfson@towne.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marian_rolfson@towne.net"], ["encrypted_password", "$2a$04$1I3hXJFdJZQhmE5Q53iIDuuJ/4IMnKyymlAaMCwlE3062P9VnchF6"], ["created_at", "2017-09-17 19:14:34.075002"], ["updated_at", "2017-09-17 19:14:34.075002"], ["name", "Lilliana Berge"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Waste Land"], ["description", "Tenetur repellendus libero dolores. Quisquam sunt dolor hic. Nihil et et. Qui autem quaerat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Aron Kuphal"], ["created_at", "2017-09-17 19:14:34.077839"], ["updated_at", "2017-09-17 19:14:34.077839"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "christelle_zemlak@christiansen.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "christelle_zemlak@christiansen.net"], ["encrypted_password", "$2a$04$UTksXoxQ8xcpsQ1a444Q5OUi86aaT8QpqjZTg2SiaVl6J3G8fRBWu"], ["created_at", "2017-09-17 19:14:34.090705"], ["updated_at", "2017-09-17 19:14:34.090705"], ["name", "Cielo Durgan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Road Less Traveled"], ["description", "Aliquam suscipit voluptatem dolor laborum blanditiis minus aut. Odio iusto doloremque. Officia labore repellat. Consequuntur aliquam et et ab."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dakota Williamson"], ["created_at", "2017-09-17 19:14:34.093526"], ["updated_at", "2017-09-17 19:14:34.093526"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elda@macgyver.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elda@macgyver.info"], ["encrypted_password", "$2a$04$0jHM3KigdzfIHaVOkAysTOW2H5uztOIRZBCgo2VAmNDQ1p.DaT0Tm"], ["created_at", "2017-09-17 19:14:34.103473"], ["updated_at", "2017-09-17 19:14:34.103473"], ["name", "Tyra Kovacek"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "All the King's Men"], ["description", "Illum accusamus sed. Harum et cupiditate voluptas cumque qui consequatur. Sed labore culpa inventore dolorem reprehenderit. Ipsam id at repellat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Colton Schuppe MD"], ["created_at", "2017-09-17 19:14:34.107658"], ["updated_at", "2017-09-17 19:14:34.107658"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "percival@marks.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "percival@marks.co"], ["encrypted_password", "$2a$04$bEd2z0UeUTt3S9klh7GFIu6HvwvUbnW6iimJd22j75JG.f8zESXEy"], ["created_at", "2017-09-17 19:14:34.119050"], ["updated_at", "2017-09-17 19:14:34.119050"], ["name", "Mac Raynor"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Stars' Tennis Balls"], ["description", "Mollitia repudiandae eum corporis. Optio nostrum tempore nihil. Adipisci deserunt exercitationem quia. Animi aliquam et maxime fugit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Freddy Gaylord"], ["created_at", "2017-09-17 19:14:34.121909"], ["updated_at", "2017-09-17 19:14:34.121909"], ["user_id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswaldo_langosh@hagenes.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "oswaldo_langosh@hagenes.name"], ["encrypted_password", "$2a$04$asT/oZmJKXmk1ri6artplezKoRlWk0nXKQ2Z157yYEAARkqH9QyHO"], ["created_at", "2017-09-17 19:14:34.134954"], ["updated_at", "2017-09-17 19:14:34.134954"], ["name", "Maxime Ritchie"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Oh! To be in England"], ["description", "Soluta inventore quae doloremque provident voluptatem quia. Iusto et nesciunt ea placeat voluptatem error."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tania Spencer"], ["created_at", "2017-09-17 19:14:34.137896"], ["updated_at", "2017-09-17 19:14:34.137896"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (146.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (77.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (113.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kadin.raynor@nikolaus.info"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kadin.raynor@nikolaus.info"], ["encrypted_password", "$2a$04$gLUl4aZyihxT7YR0yhpcZ.kRhJ7AFiLhCq2P5f7EBWfdNfeOcXJ/."], ["created_at", "2017-09-17 19:20:44.175427"], ["updated_at", "2017-09-17 19:20:44.175427"], ["name", "Deangelo Crist"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alejandra@schumm.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alejandra@schumm.name"], ["encrypted_password", "$2a$04$50vEX7dkcAiucIhItesBi.oE3lDU0zP8oDi1u2lmlg8uDFVi2BmA."], ["created_at", "2017-09-17 19:20:44.208989"], ["updated_at", "2017-09-17 19:20:44.208989"], ["name", "Dr. Chyna Effertz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lewis_dare@schoen.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lewis_dare@schoen.info"], ["encrypted_password", "$2a$04$1jVZWmQpNEQweSJaTihZ9.cl3V5py2DoVI4/PFLfCuR5XW2TrTz0u"], ["created_at", "2017-09-17 19:20:44.220188"], ["updated_at", "2017-09-17 19:20:44.220188"], ["name", "Sheldon Dare"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwendolyn_heaney@kozey.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gwendolyn_heaney@kozey.info"], ["encrypted_password", "$2a$04$KwzC5MNdeBf08iq9QgyoJuQQFmcj3I63ORv04U1Qrr.q1bC04YzoC"], ["created_at", "2017-09-17 19:20:44.231047"], ["updated_at", "2017-09-17 19:20:44.231047"], ["name", "Bradford Koch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leon@lowe.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leon@lowe.io"], ["encrypted_password", "$2a$04$uOQq7ies6xwxqW5z3mQXA.6XtMIZorMIosTfZ3y06XGUIGX6X1R/O"], ["created_at", "2017-09-17 19:20:44.242448"], ["updated_at", "2017-09-17 19:20:44.242448"], ["name", "Karli Bergstrom"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nichole@cronin.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nichole@cronin.io"], ["encrypted_password", "$2a$04$cXCxN/.NzV3bOG/ygoem8eRrRvC8jhglnplvFG3WoCKTcn23ArM0y"], ["created_at", "2017-09-17 19:20:44.256838"], ["updated_at", "2017-09-17 19:20:44.256838"], ["name", "Thomas Kshlerin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "estel@abshiretowne.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "estel@abshiretowne.biz"], ["encrypted_password", "$2a$04$Cg/pQIS92eZjSXI8gmCJ2.k8EFQSOYGh3x9LCXI2Sec7SEvqJkVGW"], ["created_at", "2017-09-17 19:20:44.269761"], ["updated_at", "2017-09-17 19:20:44.269761"], ["name", "Francisca Walter"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caie@beahanlabadie.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caie@beahanlabadie.net"], ["encrypted_password", "$2a$04$f.0cpVLsraJ9ef64GNIj.u8gdGf4qAbawRit3k6ij/G6KXoIkNTSu"], ["created_at", "2017-09-17 19:20:44.280171"], ["updated_at", "2017-09-17 19:20:44.280171"], ["name", "Marcelina Klein"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lukas@hoeger.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lukas@hoeger.org"], ["encrypted_password", "$2a$04$aF1K/Y3.WhBM1xxonTGOie92v/JuPdx/4TqR5/MI4qoI5xum9vvi6"], ["created_at", "2017-09-17 19:20:44.293082"], ["updated_at", "2017-09-17 19:20:44.293082"], ["name", "Ephraim Streich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cleveland_connelly@ritchie.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cleveland_connelly@ritchie.name"], ["encrypted_password", "$2a$04$i.rmVuVS549YgtMXHmY3IuwcA1HPDXLsVY0Mrnd1iev3kYrk7uviS"], ["created_at", "2017-09-17 19:20:44.306865"], ["updated_at", "2017-09-17 19:20:44.306865"], ["name", "Ottilie Klocko"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "franz@hilll.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "franz@hilll.info"], ["encrypted_password", "$2a$04$ScoaI3sqXJNkMp/6qX3c9.px3dE5pnmBFnlzldRebNWy2IziX48eu"], ["created_at", "2017-09-17 19:20:44.319407"], ["updated_at", "2017-09-17 19:20:44.319407"], ["name", "Dr. Lenna O'Connell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ida_zieme@stoltenbergkrajcik.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ida_zieme@stoltenbergkrajcik.info"], ["encrypted_password", "$2a$04$A3d9OjZ9ARpZFU7GEgRqmuhbVi8UWbJTyWzvZY7mOdvMTqVU/L7aq"], ["created_at", "2017-09-17 19:20:44.333868"], ["updated_at", "2017-09-17 19:20:44.333868"], ["name", "Fern Christiansen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (192.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dexter_hyatt@veumleffler.name"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dexter_hyatt@veumleffler.name"], ["encrypted_password", "$2a$04$9WBKcZPDHMR.lj.ovmZScevvJh3Zetp63.S.tAVaJyc872JLM6JHC"], ["created_at", "2017-09-17 19:21:11.474750"], ["updated_at", "2017-09-17 19:21:11.474750"], ["name", "Mr. Tanner Funk"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blithe Spirit"], ["description", "Voluptatibus enim est necessitatibus deserunt. Quibusdam eos qui sed sit totam sit. Adipisci exercitationem rem voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Alison McDermott"], ["created_at", "2017-09-17 19:21:11.503789"], ["updated_at", "2017-09-17 19:21:11.503789"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jackeline_towne@bartoletti.biz"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jackeline_towne@bartoletti.biz"], ["encrypted_password", "$2a$04$5Tj6jOw3nO89VNyvsiThcu.Uh45mVML3MTzhYbpBksPfnajclD61a"], ["created_at", "2017-09-17 19:21:11.515400"], ["updated_at", "2017-09-17 19:21:11.515400"], ["name", "Erin Schulist"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Glass of Blessings"], ["description", "Eveniet quo nisi omnis non voluptas. Omnis ullam et voluptates quia hic sit et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dana Pfannerstill"], ["created_at", "2017-09-17 19:21:11.519331"], ["updated_at", "2017-09-17 19:21:11.519331"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wanda_glover@wintheiser.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wanda_glover@wintheiser.biz"], ["encrypted_password", "$2a$04$wXV3d6maLus5JrSM3j2H0.wdsQ6plAt9ZUzs43XXBqDieDoKPysou"], ["created_at", "2017-09-17 19:21:11.529460"], ["updated_at", "2017-09-17 19:21:11.529460"], ["name", "Coy Turcotte Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cecil@kihn.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cecil@kihn.info"], ["encrypted_password", "$2a$04$IIBedui85w.zKnhXshUER.7Y4bQnpzaFtuMNWb7BXTVPmdPqI7t6q"], ["created_at", "2017-09-17 19:21:11.542220"], ["updated_at", "2017-09-17 19:21:11.542220"], ["name", "Marianne Abshire"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Soldier's Art"], ["description", "Commodi fuga consequatur voluptas et et ad. Porro doloremque ea dolor non et tempore. Eos eveniet cumque placeat rerum exercitationem dicta."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Myrtice Mayert"], ["created_at", "2017-09-17 19:21:11.545619"], ["updated_at", "2017-09-17 19:21:11.545619"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "savanah@corkery.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "savanah@corkery.co"], ["encrypted_password", "$2a$04$LJS8v7920TnZCukAKuRoSOXcRcDZb6/xi6zzcfN23gaJAe2Q.uY0C"], ["created_at", "2017-09-17 19:21:11.556598"], ["updated_at", "2017-09-17 19:21:11.556598"], ["name", "Dr. Kirk Yost"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hellen_simonis@bergnaum.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hellen_simonis@bergnaum.co"], ["encrypted_password", "$2a$04$Ebj0IpWQezMb9pnyjeou7.SBL98r4X7Qd3SFeVjVs.XGF4i7jWuC6"], ["created_at", "2017-09-17 19:21:11.570080"], ["updated_at", "2017-09-17 19:21:11.570080"], ["name", "Miss Raul Mann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zora@kubbayer.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zora@kubbayer.biz"], ["encrypted_password", "$2a$04$MzBQNDkE2QWB3ZE3h8apeeehKeeC6x2WeOZFpJEiDzwt1RwLB1i4S"], ["created_at", "2017-09-17 19:21:11.583461"], ["updated_at", "2017-09-17 19:21:11.583461"], ["name", "Antonietta McClure"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "samson.bauch@cartwright.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "samson.bauch@cartwright.net"], ["encrypted_password", "$2a$04$4Cgx2nqPi95moPojEwrsseuebTBQJlnZEvM0Rwtq8JPDW9QzKMmr6"], ["created_at", "2017-09-17 19:21:11.594055"], ["updated_at", "2017-09-17 19:21:11.594055"], ["name", "Tom Ankunding"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Let Us Now Praise Famous Men"], ["description", "Voluptatem est beatae voluptatem aut corrupti voluptate ex. Iusto ratione earum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Damian Johnston"], ["created_at", "2017-09-17 19:21:11.598535"], ["updated_at", "2017-09-17 19:21:11.598535"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elmer@moriette.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elmer@moriette.info"], ["encrypted_password", "$2a$04$Duu/tZwkvM3R4T8R2926mOTKdeYkW9P2L1tz1Di0eCeCe9o2MQ63K"], ["created_at", "2017-09-17 19:21:11.608072"], ["updated_at", "2017-09-17 19:21:11.608072"], ["name", "Thalia Hane"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Sail Beyond the Sunset"], ["description", "Ut architecto rerum aliquid qui qui exercitationem. Veritatis asperiores nisi dolor eum ducimus eveniet."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kade Ankunding"], ["created_at", "2017-09-17 19:21:11.611401"], ["updated_at", "2017-09-17 19:21:11.611401"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ismael@eichmann.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ismael@eichmann.co"], ["encrypted_password", "$2a$04$UZoCt8NFLS52LNMF0sc7jOzZiNgNxz1qnnl2aaTAmZTD9KHHCw/K."], ["created_at", "2017-09-17 19:21:11.624162"], ["updated_at", "2017-09-17 19:21:11.624162"], ["name", "Stephany Johns"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Tender Is the Night"], ["description", "Vel amet nostrum voluptatibus non laboriosam inventore quis. Culpa a dolores error. Error expedita iure dolores delectus dolor quia harum. Consequatur natus qui error itaque occaecati."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maxie Kerluke MD"], ["created_at", "2017-09-17 19:21:11.628087"], ["updated_at", "2017-09-17 19:21:11.628087"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.2ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "monserrate_wintheiser@ebert.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "monserrate_wintheiser@ebert.org"], ["encrypted_password", "$2a$04$0ofvLtqc9J1ZI8B7ajEupu9wOFnubRnNiLxtXgfnhk6jTaWSWGakK"], ["created_at", "2017-09-17 19:21:11.641309"], ["updated_at", "2017-09-17 19:21:11.641309"], ["name", "Mazie Pacocha"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Parliament of Man"], ["description", "Provident tenetur aut dolorem incidunt. Expedita et sit natus quia. Maxime molestias provident reprehenderit eveniet unde ut. Nobis harum quos repellat numquam dolorem perspiciatis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Hope Oberbrunner"], ["created_at", "2017-09-17 19:21:11.645198"], ["updated_at", "2017-09-17 19:21:11.645198"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sigrid.little@crooksreichert.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sigrid.little@crooksreichert.co"], ["encrypted_password", "$2a$04$ANdDn9htznA8fxIUQagRVeOp1VDk6muMJ8X7Y7bF0daQudndQWOsq"], ["created_at", "2017-09-17 19:21:11.657358"], ["updated_at", "2017-09-17 19:21:11.657358"], ["name", "Kitty Tremblay"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Far-Distant Oxus"], ["description", "Nihil accusamus veniam adipisci ratione nobis voluptate enim. Quia illo at voluptate rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Audreanne Waelchi"], ["created_at", "2017-09-17 19:21:11.660883"], ["updated_at", "2017-09-17 19:21:11.660883"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (136.3ms)  DELETE FROM "ar_internal_metadata";
 (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (108.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (89.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "meghan@cummerata.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "meghan@cummerata.co"], ["encrypted_password", "$2a$04$v630RKo6wMBt1jCyRmUs4.z9O7Ot3d0UntlLiIq2eBp0TvkOgXqQ6"], ["created_at", "2017-09-17 19:22:13.998772"], ["updated_at", "2017-09-17 19:22:13.998772"], ["name", "Jedediah McKenzie II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Handful of Dust"], ["description", "Nam eius sit fuga. Praesentium et enim accusamus. Omnis et qui aut velit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eliseo Runte V"], ["created_at", "2017-09-17 19:22:14.022987"], ["updated_at", "2017-09-17 19:22:14.022987"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cathy@quigleykemmer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cathy@quigleykemmer.org"], ["encrypted_password", "$2a$04$j01uSZl2EyED68uB3a99UOIWkKaG.K7AKx5/OA/mWL7GH8zrVxGkO"], ["created_at", "2017-09-17 19:22:14.035499"], ["updated_at", "2017-09-17 19:22:14.035499"], ["name", "Augusta Marks"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Soldier's Art"], ["description", "Perferendis qui eum quisquam velit ex facilis. Possimus quisquam laboriosam aut veritatis non est. Laboriosam et architecto ullam nulla et excepturi sed."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Donald Price DDS"], ["created_at", "2017-09-17 19:22:14.038896"], ["updated_at", "2017-09-17 19:22:14.038896"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "name.kemmer@lockmanfunk.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "name.kemmer@lockmanfunk.info"], ["encrypted_password", "$2a$04$7AVZVtcrI0RLVejOay3RjuQtSZSaI0R1ieuAa3hu8xIex7eX.0jeC"], ["created_at", "2017-09-17 19:22:14.048940"], ["updated_at", "2017-09-17 19:22:14.048940"], ["name", "Keshaun Buckridge"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isabella@fahey.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "isabella@fahey.biz"], ["encrypted_password", "$2a$04$JQl8cR95.NRvVjWGp4hvheOlEebTAQnDqjVjkDcflOR12eUfS8CqG"], ["created_at", "2017-09-17 19:22:14.062144"], ["updated_at", "2017-09-17 19:22:14.062144"], ["name", "Dr. Jett Beier"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blue Remembered Earth"], ["description", "Et dolore nostrum in nobis eos omnis. Iste illum vitae unde repellendus expedita assumenda voluptas. Aut veritatis quo perspiciatis ut recusandae similique."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Chaz Streich"], ["created_at", "2017-09-17 19:22:14.065823"], ["updated_at", "2017-09-17 19:22:14.065823"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "demario_thompson@cain.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "demario_thompson@cain.info"], ["encrypted_password", "$2a$04$Klc8NAIPYkO59TeEyYd2SOpUjQWTf41P1XkVXJk8xsj6DNJuGmXdu"], ["created_at", "2017-09-17 19:22:14.078231"], ["updated_at", "2017-09-17 19:22:14.078231"], ["name", "Damien Quigley"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marion@franeckidoyle.org"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marion@franeckidoyle.org"], ["encrypted_password", "$2a$04$Iu4MHx3c2DcHwS3EKMSbK.gmxcdxe9khQ2UQTrcXj8ZWdKG3V6c4W"], ["created_at", "2017-09-17 19:22:14.091073"], ["updated_at", "2017-09-17 19:22:14.091073"], ["name", "Concepcion Kuhlman I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nat_klocko@pouroslebsack.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nat_klocko@pouroslebsack.info"], ["encrypted_password", "$2a$04$RbS.x1LF9hTLaTz5jpZPZOlZUSYQZl1I3j8tPo51ZFvZbsQNJNEGi"], ["created_at", "2017-09-17 19:22:14.102931"], ["updated_at", "2017-09-17 19:22:14.102931"], ["name", "Merle Koss"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaime@stamm.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaime@stamm.org"], ["encrypted_password", "$2a$04$iyWaIzgLUnh1RODdUOu1Ee7bnj7MjhvhZ/L9syk96TFZpfaZEMhWu"], ["created_at", "2017-09-17 19:22:14.142772"], ["updated_at", "2017-09-17 19:22:14.142772"], ["name", "Zoila Mueller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Gone with the Wind"], ["description", "Perspiciatis id aut quidem. Perferendis rem et porro optio aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Gardner Weber"], ["created_at", "2017-09-17 19:22:14.146699"], ["updated_at", "2017-09-17 19:22:14.146699"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emmitt.daniel@braunmitchell.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emmitt.daniel@braunmitchell.com"], ["encrypted_password", "$2a$04$NYOE6u0uSvaGDk0G9agEdOCpCYkK0gA0ExV0kVwhxOPcvFSkjLUKe"], ["created_at", "2017-09-17 19:22:14.158481"], ["updated_at", "2017-09-17 19:22:14.158481"], ["name", "Bennett Runolfsson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Say Nothing of the Dog"], ["description", "Qui consequatur ab recusandae aliquam. Rem corporis ea. Quia sed omnis deleniti sit. Est repellat ut nobis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Chaim Carroll"], ["created_at", "2017-09-17 19:22:14.162295"], ["updated_at", "2017-09-17 19:22:14.162295"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "thad.lakin@ohara.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "thad.lakin@ohara.name"], ["encrypted_password", "$2a$04$zOwPS4/Vupp.nq6aDhENxuJHlzybz6JyanEW5cm5/nt4Ng4xSRY7G"], ["created_at", "2017-09-17 19:22:14.174332"], ["updated_at", "2017-09-17 19:22:14.174332"], ["name", "Thad Corkery DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "What's Become of Waring"], ["description", "Doloremque enim aliquam. Dolorem consectetur aliquam occaecati quis voluptatibus excepturi. Repellendus dolor ab molestiae adipisci."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Kaylie Heller"], ["created_at", "2017-09-17 19:22:14.178211"], ["updated_at", "2017-09-17 19:22:14.178211"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elise@kreiger.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elise@kreiger.com"], ["encrypted_password", "$2a$04$KoOfHvhuyDlvO/VTPBrxVe4gnHUCJ7H5cgLAu/ZalLTnsO4x1w6Ti"], ["created_at", "2017-09-17 19:22:14.218660"], ["updated_at", "2017-09-17 19:22:14.218660"], ["name", "Vincenzo Kunze"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Number the Stars"], ["description", "Quasi architecto omnis deserunt dignissimos nisi quod. Nemo et autem possimus deleniti aut sunt necessitatibus. Facilis assumenda sapiente asperiores qui beatae. Nihil suscipit qui omnis reprehenderit officia quasi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Else Klein"], ["created_at", "2017-09-17 19:22:14.222252"], ["updated_at", "2017-09-17 19:22:14.222252"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeremie_cronin@nitzsche.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeremie_cronin@nitzsche.com"], ["encrypted_password", "$2a$04$2eDZOueZZRZEpX1rcKeVuucIElR1cR4rhRxkoqa1Z9zAPWkWtyahG"], ["created_at", "2017-09-17 19:22:14.234380"], ["updated_at", "2017-09-17 19:22:14.234380"], ["name", "Kennith Moen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moon by Night"], ["description", "Dolorem aut cum quos rerum aut consequatur. Quam dolorem beatae. Quidem commodi eum consequatur sit. Eligendi neque dolor quis at perspiciatis unde velit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Demarco Langworth Sr."], ["created_at", "2017-09-17 19:22:14.237714"], ["updated_at", "2017-09-17 19:22:14.237714"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (127.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (122.7ms)  DELETE FROM "users";
 (1.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilfred@kreiger.com"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wilfred@kreiger.com"], ["encrypted_password", "$2a$04$QpEXgKBbJERJbRZMUFsRt.qMqjVGBE/FkQYzukDyoLp4SFsKG/haG"], ["created_at", "2017-09-17 19:22:46.264556"], ["updated_at", "2017-09-17 19:22:46.264556"], ["name", "Ezra King"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In a Glass Darkly"], ["description", "Dolorem commodi repellat aspernatur molestias nam. Nihil dolore aut fuga. Ex dolores voluptas facilis eos saepe rerum. Exercitationem architecto et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maymie Tromp"], ["created_at", "2017-09-17 19:22:46.291068"], ["updated_at", "2017-09-17 19:22:46.291068"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bernardo@lakin.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bernardo@lakin.biz"], ["encrypted_password", "$2a$04$WGnXVQY1pghiBGTG5i0eceJW3sI8.1rKT7y.J2EQGTWP5rV8VfUe6"], ["created_at", "2017-09-17 19:22:46.304475"], ["updated_at", "2017-09-17 19:22:46.304475"], ["name", "Larissa Wiza"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Proper Study"], ["description", "Natus explicabo sed aliquid praesentium. Aut temporibus esse non dolor et aut itaque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Prince Halvorson"], ["created_at", "2017-09-17 19:22:46.307914"], ["updated_at", "2017-09-17 19:22:46.307914"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "desiree_christiansen@barrows.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "desiree_christiansen@barrows.com"], ["encrypted_password", "$2a$04$phF2wMILYy31ZM6dib4qo.XFYGbVwzS53hI3Ef8L76VdBVpsL7jHO"], ["created_at", "2017-09-17 19:22:46.321046"], ["updated_at", "2017-09-17 19:22:46.321046"], ["name", "Mrs. Doris Trantow"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marisa_lueilwitz@hilllko.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marisa_lueilwitz@hilllko.co"], ["encrypted_password", "$2a$04$73x1ztcOeDBAQMO8xI9BBuBr0xvVo.Y1i43Cpzko3b8ZcPXDe0/EK"], ["created_at", "2017-09-17 19:22:46.331383"], ["updated_at", "2017-09-17 19:22:46.331383"], ["name", "Amelia Hudson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Sing the Body Electric"], ["description", "Doloribus et consequuntur quo. Non rem sunt expedita molestiae et cupiditate harum. Voluptate eum quia quidem qui ut sint aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alize Baumbach DDS"], ["created_at", "2017-09-17 19:22:46.334848"], ["updated_at", "2017-09-17 19:22:46.334848"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "melyna@runte.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "melyna@runte.co"], ["encrypted_password", "$2a$04$kYb3/S3Zb2FHa1aRJCyixu3OZrCyryzl/xIW4yIxHpJx5QQOynXIa"], ["created_at", "2017-09-17 19:22:46.347632"], ["updated_at", "2017-09-17 19:22:46.347632"], ["name", "Herminia Dickinson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "francesco@langworthfarrell.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "francesco@langworthfarrell.io"], ["encrypted_password", "$2a$04$e3/Ok1bDwDafVv1gyt5dAuaLh/zHLuPRpmXTVJ9zKb57qrf7og5we"], ["created_at", "2017-09-17 19:22:46.360902"], ["updated_at", "2017-09-17 19:22:46.360902"], ["name", "Teagan Metz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "perry.walker@spencerrohan.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "perry.walker@spencerrohan.co"], ["encrypted_password", "$2a$04$P0S1HOLQi8anQoCuhukCKeeV8dpg9AoD44jImhsoMbDFau5y0bPFm"], ["created_at", "2017-09-17 19:22:46.373122"], ["updated_at", "2017-09-17 19:22:46.373122"], ["name", "Sandy Runolfsson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "demetrius.jakubowski@maggio.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "demetrius.jakubowski@maggio.io"], ["encrypted_password", "$2a$04$Hgfq8hPH2gDL02fhEGjWsexDuTw28awBy6CE3wyvoapk9MW/4k6Fy"], ["created_at", "2017-09-17 19:22:46.387663"], ["updated_at", "2017-09-17 19:22:46.387663"], ["name", "Keven Hilll"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Of Human Bondage"], ["description", "Laborum id autem atque est. Et quia quos cupiditate molestias impedit omnis. Numquam incidunt nemo temporibus eius rem totam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Sabrina Abbott"], ["created_at", "2017-09-17 19:22:46.390876"], ["updated_at", "2017-09-17 19:22:46.390876"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zula_reichert@keeblerritchie.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zula_reichert@keeblerritchie.info"], ["encrypted_password", "$2a$04$yxv2nX6G2QjyDIRSbngdMurl1I9vFackpUat/wQAb4FmjNzc7tJgi"], ["created_at", "2017-09-17 19:22:46.400499"], ["updated_at", "2017-09-17 19:22:46.400499"], ["name", "Jasmin Doyle"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Scanner Darkly"], ["description", "Iure et deleniti ipsum vero et. At temporibus officiis vel. Recusandae sint et. Consequatur minima occaecati sunt dicta ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Harold Haag"], ["created_at", "2017-09-17 19:22:46.405299"], ["updated_at", "2017-09-17 19:22:46.405299"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madisen.barrows@muller.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "madisen.barrows@muller.com"], ["encrypted_password", "$2a$04$9YeqRMuQGH6yNfpy1NKAMO2v66HjrZRmFhRI9aAbjMaBIcA.FB6Vm"], ["created_at", "2017-09-17 19:22:46.415773"], ["updated_at", "2017-09-17 19:22:46.415773"], ["name", "Jannie Jacobs"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dance Dance Dance"], ["description", "Consequatur et praesentium. Nihil quis tempora perferendis unde quia labore. Quae ratione molestiae. Autem qui reprehenderit ut molestiae consequatur molestiae commodi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Orval White"], ["created_at", "2017-09-17 19:22:46.419319"], ["updated_at", "2017-09-17 19:22:46.419319"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jasper_macejkovic@bergeturcotte.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jasper_macejkovic@bergeturcotte.co"], ["encrypted_password", "$2a$04$QrUoQEzhQMu/3YdCBduuROLbvdI6jOQLNGp4ldllYQH1b9C0bm2YW"], ["created_at", "2017-09-17 19:22:46.434619"], ["updated_at", "2017-09-17 19:22:46.434619"], ["name", "Nelda Boyle"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Consider the Lilies"], ["description", "Et iusto pariatur cupiditate. Consequatur tempora dolor veniam ab."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nestor Carroll"], ["created_at", "2017-09-17 19:22:46.437988"], ["updated_at", "2017-09-17 19:22:46.437988"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "danyka@goyette.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "danyka@goyette.net"], ["encrypted_password", "$2a$04$Kif69nYUK/2M0KPr8ZLZtOsb46fM9VLQgvVJHaL9csD.hodS9Hdsu"], ["created_at", "2017-09-17 19:22:46.449867"], ["updated_at", "2017-09-17 19:22:46.449867"], ["name", "Lora Simonis"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Beneath the Bleeding"], ["description", "Nesciunt sed molestiae. Odit maiores rerum aut. Voluptatem impedit recusandae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Hosea Bogisich"], ["created_at", "2017-09-17 19:22:46.453265"], ["updated_at", "2017-09-17 19:22:46.453265"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (175.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jordy@jakubowskikerluke.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jordy@jakubowskikerluke.co"], ["encrypted_password", "$2a$04$u7pXAxM/3q6Xgp24iK9G9ex5zsghRfV3vtwtXRSuULHM2fso3czdS"], ["created_at", "2017-09-17 19:24:03.312699"], ["updated_at", "2017-09-17 19:24:03.312699"], ["name", "Ms. Arden Hand"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Terrible Swift Sword"], ["description", "Unde veritatis voluptas impedit minus consequuntur ex. Accusantium voluptatum quos ut optio hic explicabo. Assumenda voluptas recusandae enim vitae. Sapiente porro ut consequatur placeat saepe hic architecto."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jennings Langosh"], ["created_at", "2017-09-17 19:24:03.336487"], ["updated_at", "2017-09-17 19:24:03.336487"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "macie_eichmann@haley.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "macie_eichmann@haley.com"], ["encrypted_password", "$2a$04$wEyM0.96b2vMPPNpf5.yQe8pxEOE/LVCse744zosgodNzldlfz7GW"], ["created_at", "2017-09-17 19:24:03.347435"], ["updated_at", "2017-09-17 19:24:03.347435"], ["name", "Vicente Hirthe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Cricket on the Hearth"], ["description", "Blanditiis eius voluptates soluta delectus pariatur. Magnam deserunt dolor. Aperiam ducimus et maxime."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amari Watsica"], ["created_at", "2017-09-17 19:24:03.350872"], ["updated_at", "2017-09-17 19:24:03.350872"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darion.farrell@spinka.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "darion.farrell@spinka.io"], ["encrypted_password", "$2a$04$YDWLCieq684i7FEio5m2muwipQALWn.AK0YpHsddXIb8H9qNBw17e"], ["created_at", "2017-09-17 19:24:03.360895"], ["updated_at", "2017-09-17 19:24:03.360895"], ["name", "Vern Schmitt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hobart.hickle@reichel.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hobart.hickle@reichel.info"], ["encrypted_password", "$2a$04$th7Nrl.QaZm5XEoafwqjd.L6bCLHQUVsZyNf9Fv54itbut0OLf6IS"], ["created_at", "2017-09-17 19:24:03.373070"], ["updated_at", "2017-09-17 19:24:03.373070"], ["name", "Marjory Macejkovic"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Eyeless in Gaza"], ["description", "Dolorem saepe animi aut corrupti. Provident magnam asperiores et voluptatem totam quod exercitationem. Aut quidem dignissimos aliquid."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Chasity Nikolaus"], ["created_at", "2017-09-17 19:24:03.376357"], ["updated_at", "2017-09-17 19:24:03.376357"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eloisa_adams@frami.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eloisa_adams@frami.io"], ["encrypted_password", "$2a$04$mKSgOvkbFrYwlo.zO7/ZTeQ0CU3riFdolnJ.Rd6rVicrw.nFV8wVm"], ["created_at", "2017-09-17 19:24:03.387645"], ["updated_at", "2017-09-17 19:24:03.387645"], ["name", "Pink Lemke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elise.maggio@ruel.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elise.maggio@ruel.name"], ["encrypted_password", "$2a$04$jf7gFMlu2URjnYLQ8TthBe9W0ixvYdnkF6lphNsYaDL3se4ulalzu"], ["created_at", "2017-09-17 19:24:03.400572"], ["updated_at", "2017-09-17 19:24:03.400572"], ["name", "Ms. Rosalia Boyle"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emma.carter@donnelly.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emma.carter@donnelly.co"], ["encrypted_password", "$2a$04$U2/plvUOGMsWXVtVUr0PuuFXkafFLBb85nRAuSD2Ak5c3mvMOoTCi"], ["created_at", "2017-09-17 19:24:03.412914"], ["updated_at", "2017-09-17 19:24:03.412914"], ["name", "Enoch Carroll"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dolly@luettgen.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dolly@luettgen.com"], ["encrypted_password", "$2a$04$/xoFv4UdkvS5EhWE4dfptuSsVu4zAY.5bSkwbYQu18EXX3gaS5Qvm"], ["created_at", "2017-09-17 19:24:03.428703"], ["updated_at", "2017-09-17 19:24:03.428703"], ["name", "Miss Trenton White"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Many Waters"], ["description", "Magni voluptatibus beatae odio itaque similique. Neque esse asperiores. Eaque rerum modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eldridge Schaefer"], ["created_at", "2017-09-17 19:24:03.432129"], ["updated_at", "2017-09-17 19:24:03.432129"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "celia_walter@bruen.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "celia_walter@bruen.com"], ["encrypted_password", "$2a$04$1WqTzBV5nLTM2YLgwBAzuePOixq4iwyYen6gR42a3BzRlUO6NdEOe"], ["created_at", "2017-09-17 19:24:03.441421"], ["updated_at", "2017-09-17 19:24:03.441421"], ["name", "Houston Tromp Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Sleep the Brave"], ["description", "Et perferendis harum illo. Repellendus corporis quo voluptas minus. In provident id cupiditate. At veniam perferendis quibusdam suscipit ipsum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Monica Eichmann"], ["created_at", "2017-09-17 19:24:03.446490"], ["updated_at", "2017-09-17 19:24:03.446490"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abagail_hamill@reichel.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "abagail_hamill@reichel.info"], ["encrypted_password", "$2a$04$HU3bX.c2KSvrsNsXnvwGgOr3S3KKrUbzqyFxKacPR8TaS8uA0jbLG"], ["created_at", "2017-09-17 19:24:03.456913"], ["updated_at", "2017-09-17 19:24:03.456913"], ["name", "Chauncey Erdman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Look to Windward"], ["description", "Sunt architecto tempora suscipit commodi enim. Beatae recusandae excepturi commodi et ut consequatur expedita. Tempora reprehenderit nostrum. Cupiditate sed perferendis doloremque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bryon Treutel"], ["created_at", "2017-09-17 19:24:03.460910"], ["updated_at", "2017-09-17 19:24:03.460910"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "orval@baumbachhuels.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "orval@baumbachhuels.info"], ["encrypted_password", "$2a$04$ojmf/EVSeuJ7B8hrUr7Nueq7pMsa1JQFaDbH.TjXUv1h5KTpNpY9C"], ["created_at", "2017-09-17 19:24:03.475840"], ["updated_at", "2017-09-17 19:24:03.475840"], ["name", "Filiberto Glover"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Mirror Crack'd from Side to Side"], ["description", "Sit quam corporis amet. Magni voluptas totam mollitia. Maxime ea est neque non nam. Molestiae ut id sed est sunt nemo saepe."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Constantin Spencer"], ["created_at", "2017-09-17 19:24:03.479403"], ["updated_at", "2017-09-17 19:24:03.479403"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jules.prosacco@nienow.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jules.prosacco@nienow.com"], ["encrypted_password", "$2a$04$oVSII41L6xsFOpkRc2QX1.MgN4G1TbKYqs.GyYgdzeqNUIZU96U8W"], ["created_at", "2017-09-17 19:24:03.491626"], ["updated_at", "2017-09-17 19:24:03.491626"], ["name", "Ms. Rasheed MacGyver"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Infinite Jest"], ["description", "Nulla molestias dicta. Soluta porro non officiis dolores rerum ex. Corrupti id nobis. Saepe aliquid et velit atque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jess Nolan IV"], ["created_at", "2017-09-17 19:24:03.495160"], ["updated_at", "2017-09-17 19:24:03.495160"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (137.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arielle.thiel@ko.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "arielle.thiel@ko.com"], ["encrypted_password", "$2a$04$nfsGq7VmemVFTA7TfP789./Ax4Mccq3GaG5alL2C2K7vURr1prcs2"], ["created_at", "2017-09-17 19:24:26.631197"], ["updated_at", "2017-09-17 19:24:26.631197"], ["name", "Archibald Kirlin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mertie@nitzschesipes.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mertie@nitzschesipes.io"], ["encrypted_password", "$2a$04$IsOgobtwqRPxYbE8016MvuxMpILndseBQYEDF5..S/S0b0f9hLkvO"], ["created_at", "2017-09-17 19:24:26.636791"], ["updated_at", "2017-09-17 19:24:26.636791"], ["name", "Sven Christiansen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Sail Beyond the Sunset"], ["description", "Aut expedita alias qui nam incidunt ipsa eveniet. Et et earum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ludwig Oberbrunner"], ["created_at", "2017-09-17 19:24:26.662163"], ["updated_at", "2017-09-17 19:24:26.662163"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeica@hayes.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeica@hayes.co"], ["encrypted_password", "$2a$04$6bkNjGzfLHZcr2fTE2KoqekIlLCKwESnF3ag4NRLlIBejXQWisxQO"], ["created_at", "2017-09-17 19:24:26.673359"], ["updated_at", "2017-09-17 19:24:26.673359"], ["name", "Elaina Nitzsche"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "boris@kertzmanntoy.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "boris@kertzmanntoy.biz"], ["encrypted_password", "$2a$04$phLI/p7LHUJxdUdrteHOjOErOvVq1PfbD3NWUdPnYhf2VRaNkz3oa"], ["created_at", "2017-09-17 19:24:26.678173"], ["updated_at", "2017-09-17 19:24:26.678173"], ["name", "Eleanore Ortiz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Cabbages and Kings"], ["description", "Distinctio necessitatibus omnis reiciendis. Voluptas impedit iusto rerum. Non id est ipsa."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Isabelle Rolfson"], ["created_at", "2017-09-17 19:24:26.681326"], ["updated_at", "2017-09-17 19:24:26.681326"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maya_champlin@shanahanfriesen.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "maya_champlin@shanahanfriesen.org"], ["encrypted_password", "$2a$04$M1Z40hPXj25XbRqSa7/xCeNMVNE8fT1KA2qG0YuynNOsA.wBmErUC"], ["created_at", "2017-09-17 19:24:26.691481"], ["updated_at", "2017-09-17 19:24:26.691481"], ["name", "Maggie Jakubowski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eudora@oberbrunnerthompson.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eudora@oberbrunnerthompson.org"], ["encrypted_password", "$2a$04$P6D9YHMuAcNoPpIgrcfd1.LvN39Gv8H5dmXLZoj2UEBwRbzAGEgiy"], ["created_at", "2017-09-17 19:24:26.696253"], ["updated_at", "2017-09-17 19:24:26.696253"], ["name", "Madilyn Smith"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jayce_keeling@zboncak.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jayce_keeling@zboncak.io"], ["encrypted_password", "$2a$04$COLQZhJoK5YTNkDTW4VIZuPBH.LU16t1yuqiW2tnnKyUv.q.po.z2"], ["created_at", "2017-09-17 19:24:26.708182"], ["updated_at", "2017-09-17 19:24:26.708182"], ["name", "Sammy Oberbrunner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hattie@wizadaugherty.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hattie@wizadaugherty.co"], ["encrypted_password", "$2a$04$LeNvwvkww2CyMKlnAXU3Ee1TevB.oE5iSN4V5yBMoCzhRSWBgRQBW"], ["created_at", "2017-09-17 19:24:26.712827"], ["updated_at", "2017-09-17 19:24:26.712827"], ["name", "Wilhelm Glover"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Things Fall Apart"], ["description", "Voluptas consequatur perspiciatis dicta non aut. Saepe rem aperiam aliquid. Voluptatem omnis quae ex nobis qui optio placeat. Doloribus quia sequi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lyric Mertz"], ["created_at", "2017-09-17 19:24:26.715930"], ["updated_at", "2017-09-17 19:24:26.715930"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kaelyn@stoltenberg.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kaelyn@stoltenberg.org"], ["encrypted_password", "$2a$04$6EOZC.e2oJ3xUCeKag5IaeqMDtwZzgEGMpSi0CJvv0pbs.QRsQTUa"], ["created_at", "2017-09-17 19:24:26.728344"], ["updated_at", "2017-09-17 19:24:26.728344"], ["name", "Easter Wunsch V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "randal_windler@farrelltremblay.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "randal_windler@farrelltremblay.name"], ["encrypted_password", "$2a$04$/fQGLMk3vH02NOV4Et13CeJ1/./T6eLi.0ExPae1ulTYxsWjupYUK"], ["created_at", "2017-09-17 19:24:26.733332"], ["updated_at", "2017-09-17 19:24:26.733332"], ["name", "Quinn Bartoletti"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "orin@corwinhaley.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "orin@corwinhaley.biz"], ["encrypted_password", "$2a$04$tBp/nZrdvUY1J/apCDxwIOXhWbLVAtCx.Tyh9BKupCsfD6Q2bnXzm"], ["created_at", "2017-09-17 19:24:26.748394"], ["updated_at", "2017-09-17 19:24:26.748394"], ["name", "Lawson Robel III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "thea@brakusparker.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "thea@brakusparker.info"], ["encrypted_password", "$2a$04$YueMJB43kom9nriA/bi8D.zHor.DZKihNfmfCTkdLYnsJvnxsReqC"], ["created_at", "2017-09-17 19:24:26.753061"], ["updated_at", "2017-09-17 19:24:26.753061"], ["name", "Abagail Willms"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kitty@wehner.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kitty@wehner.com"], ["encrypted_password", "$2a$04$nJybqeU8qAaQtWGkd79RkuP1MmDT8nm/bMtFMSLiatIpt9tOx1Kw."], ["created_at", "2017-09-17 19:24:26.772920"], ["updated_at", "2017-09-17 19:24:26.772920"], ["name", "Tamia Schinner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaylin.homenick@bailey.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaylin.homenick@bailey.com"], ["encrypted_password", "$2a$04$MPlTsdsTqZgEWusYbHH.PeuGW3rNS/Hhpl/rPyzCGRbGZ7Z2VHhXW"], ["created_at", "2017-09-17 19:24:26.778233"], ["updated_at", "2017-09-17 19:24:26.778233"], ["name", "Marc Lowe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marlon@corwin.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marlon@corwin.org"], ["encrypted_password", "$2a$04$1kRvLrAhJVL2brTdbIsW4OksbuynrxF.U2zo9dvsBdCwde3akMAKW"], ["created_at", "2017-09-17 19:24:26.794317"], ["updated_at", "2017-09-17 19:24:26.794317"], ["name", "Hank Kulas"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaquan.dooley@sipes.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaquan.dooley@sipes.biz"], ["encrypted_password", "$2a$04$1eSke9SARsi.mld5IxFFYe.2AK5o8XczU/8SrazZHBEUmsvkPPIZ."], ["created_at", "2017-09-17 19:24:26.799324"], ["updated_at", "2017-09-17 19:24:26.799324"], ["name", "Gracie Champlin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wings of the Dove"], ["description", "Quibusdam debitis id rem nisi eligendi aut temporibus. Iste quo accusamus sed tempora quis quia atque. Ut qui eos vel. Et aut doloribus possimus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Colten Hand"], ["created_at", "2017-09-17 19:24:26.804577"], ["updated_at", "2017-09-17 19:24:26.804577"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vernie_lehner@hermanngreenfelder.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vernie_lehner@hermanngreenfelder.co"], ["encrypted_password", "$2a$04$UY3RpxigNsw5HQCOfzK.3Of9hsoOrwzKPjXlqpg1v0ZbydAPU92pG"], ["created_at", "2017-09-17 19:24:26.815677"], ["updated_at", "2017-09-17 19:24:26.815677"], ["name", "Paul Dach"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aditya@haag.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aditya@haag.name"], ["encrypted_password", "$2a$04$.RsP47DPdMNOXBVSh8YRRefm5hQHFObV01.MRO8Kh42VyBMptkjkS"], ["created_at", "2017-09-17 19:24:26.820434"], ["updated_at", "2017-09-17 19:24:26.820434"], ["name", "Dr. Antwon Herzog"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Gone with the Wind"], ["description", "Ullam eligendi fuga vero et. Voluptatem quam ipsam. Sunt facilis vitae dolorem dolorem voluptatem. Id rerum tenetur corporis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Zachariah Kulas"], ["created_at", "2017-09-17 19:24:26.823904"], ["updated_at", "2017-09-17 19:24:26.823904"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "allison.lindgren@gleason.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "allison.lindgren@gleason.org"], ["encrypted_password", "$2a$04$rlfzvFRgb19eH2aGUaA0R.qYQLBP4YtEiTdl1F/AibOKxHmFbOaHe"], ["created_at", "2017-09-17 19:24:26.834880"], ["updated_at", "2017-09-17 19:24:26.834880"], ["name", "Cydney Wuckert IV"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@schultz.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "loyal@schultz.info"], ["encrypted_password", "$2a$04$1TX8Vwf/VRr9Sfj6lA3cB..z5aOC6MI.qcVPIHB.WwkuWKBRTw9O."], ["created_at", "2017-09-17 19:24:26.840048"], ["updated_at", "2017-09-17 19:24:26.840048"], ["name", "Elise Oberbrunner MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Man Within"], ["description", "In delectus laboriosam asperiores. Eos delectus atque quia dolorem. Ut cum libero animi distinctio id."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rosalind Pacocha"], ["created_at", "2017-09-17 19:24:26.844930"], ["updated_at", "2017-09-17 19:24:26.844930"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lucious.bartell@corwin.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lucious.bartell@corwin.name"], ["encrypted_password", "$2a$04$8Zfc0ZGIGv6y077ImPLtC.qBtCmVaFAIfrgfirkbDx3924zD6eqU6"], ["created_at", "2017-09-17 19:24:26.859091"], ["updated_at", "2017-09-17 19:24:26.859091"], ["name", "Yvonne Beahan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ara@bergstromledner.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ara@bergstromledner.name"], ["encrypted_password", "$2a$04$sUe0SaIdMiSwOpJJToVkXuNV1ST8fndnRqlui7la8GVhJJdu4NU9W"], ["created_at", "2017-09-17 19:24:26.865012"], ["updated_at", "2017-09-17 19:24:26.865012"], ["name", "Gladyce Turner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Longer at Ease"], ["description", "Assumenda deserunt voluptatum sunt iste suscipit. Facilis voluptas a sint esse enim molestiae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Damion Aufderhar"], ["created_at", "2017-09-17 19:24:26.868987"], ["updated_at", "2017-09-17 19:24:26.868987"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_koepp@daniel.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "luna_koepp@daniel.info"], ["encrypted_password", "$2a$04$MHukQYYJ2cNQq.16B8k7GeWj5CGy0pdHp18Fn/dn.BOuCpvYY57Q2"], ["created_at", "2017-09-17 19:24:26.882076"], ["updated_at", "2017-09-17 19:24:26.882076"], ["name", "Magali Tillman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isidro_rowe@kub.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "isidro_rowe@kub.org"], ["encrypted_password", "$2a$04$adX2Ed/aoZyYPruwuu1JmOJR6DGi40DZGL.KrJ0EfE5Do5RgQBzA."], ["created_at", "2017-09-17 19:24:26.888090"], ["updated_at", "2017-09-17 19:24:26.888090"], ["name", "Augustus Turcotte"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vile Bodies"], ["description", "Est ut expedita quis quae. Qui laudantium architecto velit sed. Omnis fugit sint dicta qui ut. Expedita ut est ullam maxime occaecati consequatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ashleigh Bednar I"], ["created_at", "2017-09-17 19:24:26.891225"], ["updated_at", "2017-09-17 19:24:26.891225"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (163.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (86.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lucie.rodriguez@fritsch.com"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lucie.rodriguez@fritsch.com"], ["encrypted_password", "$2a$04$3xDxVVrAP5ejW.meIZrANOiP3NgWC5ftmYazCudQe6DXldXLvuvTC"], ["created_at", "2017-09-17 19:26:06.022209"], ["updated_at", "2017-09-17 19:26:06.022209"], ["name", "Lane Cummerata"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frieda@willms.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "frieda@willms.net"], ["encrypted_password", "$2a$04$oLyiI/.oWSNJTm80rbIcruTq7Xh.UUHCjKEXsafVSTqWsdh5lpDFm"], ["created_at", "2017-09-17 19:26:06.027562"], ["updated_at", "2017-09-17 19:26:06.027562"], ["name", "Johnpaul Effertz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "When the Green Woods Laugh"], ["description", "Repellat sit dolorem aut dolor. Ex libero dolore vero dolor fuga neque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Liliana Gorczany"], ["created_at", "2017-09-17 19:26:06.050331"], ["updated_at", "2017-09-17 19:26:06.050331"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vincenzo.schaden@bodecarroll.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vincenzo.schaden@bodecarroll.biz"], ["encrypted_password", "$2a$04$DTKPyhzOcDwnfWnODLSF/ulrUsd93ww46HySQsOxSB9lP1wYYtNBO"], ["created_at", "2017-09-17 19:26:06.061205"], ["updated_at", "2017-09-17 19:26:06.061205"], ["name", "Althea West"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jacquelyn_barrows@hegmann.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jacquelyn_barrows@hegmann.name"], ["encrypted_password", "$2a$04$aA9KhFqMiz7opjSYwkMQe.mfc7LNBO.YzUTAcL4jfRAFEzi.Eps9K"], ["created_at", "2017-09-17 19:26:06.066920"], ["updated_at", "2017-09-17 19:26:06.066920"], ["name", "Sharon Little DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Last Temptation"], ["description", "Non quod ex soluta. Velit iure quasi reprehenderit est. Est quas consectetur ut aut aut in. Id numquam molestiae quia illum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Keith Hayes"], ["created_at", "2017-09-17 19:26:06.069804"], ["updated_at", "2017-09-17 19:26:06.069804"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shanel.quitzon@abbott.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "shanel.quitzon@abbott.info"], ["encrypted_password", "$2a$04$TWwGLhDZifTzAAOVKnU8qe5azIEmj8N6OeHGxgs10Yu90uYDBMATq"], ["created_at", "2017-09-17 19:26:06.079530"], ["updated_at", "2017-09-17 19:26:06.079530"], ["name", "Antonette Balistreri"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kaylah.mertz@armstrong.org"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kaylah.mertz@armstrong.org"], ["encrypted_password", "$2a$04$QcKpJ6Kxl2qabo.CSxzisO19CL7gkzAQAJnSf5kMyrmn0.w3Wk/mG"], ["created_at", "2017-09-17 19:26:06.084797"], ["updated_at", "2017-09-17 19:26:06.084797"], ["name", "Ken Gerhold"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ilene@leuschkehegmann.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ilene@leuschkehegmann.biz"], ["encrypted_password", "$2a$04$kcgqg.1AlsQeYRTVutF7lOOPnG9wf.F2k/YCLGNbeOZ8s7jeaMwqi"], ["created_at", "2017-09-17 19:26:06.095443"], ["updated_at", "2017-09-17 19:26:06.095443"], ["name", "Dr. Willy Kilback"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eldon@kautzer.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eldon@kautzer.com"], ["encrypted_password", "$2a$04$11PvgyZErMFYO31ZRTIqnOM7lWBZboQ.at.EWi2DoNCweIlBiPr4G"], ["created_at", "2017-09-17 19:26:06.100048"], ["updated_at", "2017-09-17 19:26:06.100048"], ["name", "Ms. Sabryna Nader"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The World, the Flesh and the Devil"], ["description", "Aut nesciunt accusantium. Nihil nisi omnis et. Deserunt quos sapiente aut voluptatem quidem blanditiis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Stewart O'Reilly"], ["created_at", "2017-09-17 19:26:06.105177"], ["updated_at", "2017-09-17 19:26:06.105177"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tito_von@dietrich.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tito_von@dietrich.biz"], ["encrypted_password", "$2a$04$r.g8UZsIJeaf3zEfJ2eiROJ4896nWtBwQbcs4sZrnAcyQ9TJYVcf2"], ["created_at", "2017-09-17 19:26:06.115687"], ["updated_at", "2017-09-17 19:26:06.115687"], ["name", "Alia Brakus"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "monserrate_wilderman@mohr.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "monserrate_wilderman@mohr.name"], ["encrypted_password", "$2a$04$4Q4DLFWGlKVRAkgInNTcDeV3FunnxRZ7bWRFSVjCEzYj6awXzb2bm"], ["created_at", "2017-09-17 19:26:06.120702"], ["updated_at", "2017-09-17 19:26:06.120702"], ["name", "Margot Bins PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bette@dachwolf.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bette@dachwolf.name"], ["encrypted_password", "$2a$04$19bfNGFr7TDaBr6ccoF/FepU3ho.kEyDtSfEI4TMGwvjGO3t.DSV2"], ["created_at", "2017-09-17 19:26:06.135482"], ["updated_at", "2017-09-17 19:26:06.135482"], ["name", "Deanna Bashirian"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marielle@grimes.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marielle@grimes.io"], ["encrypted_password", "$2a$04$3zd9tPe/JO/LalSdUbsk5evEScgVPOTuCQpqyyiaPyw1FX.6eW4mG"], ["created_at", "2017-09-17 19:26:06.139991"], ["updated_at", "2017-09-17 19:26:06.139991"], ["name", "Zackery Kunde Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marianna_turcotte@zboncak.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marianna_turcotte@zboncak.co"], ["encrypted_password", "$2a$04$cLSUfBNYvo7k6bSCfgG8q.bhtDI/UdCgqwsMjVWA/MaFcXiw1v1DK"], ["created_at", "2017-09-17 19:26:06.152024"], ["updated_at", "2017-09-17 19:26:06.152024"], ["name", "Jadyn Dickinson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dallas.monahan@hoegerconnelly.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dallas.monahan@hoegerconnelly.org"], ["encrypted_password", "$2a$04$POtJ55ygAx.fuo8F3nR5eesYMMs3cHOhgbmNn7M9VWt2JNAOE6yKa"], ["created_at", "2017-09-17 19:26:06.156663"], ["updated_at", "2017-09-17 19:26:06.156663"], ["name", "Ms. Adele Blanda"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maverick@millsyost.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "maverick@millsyost.biz"], ["encrypted_password", "$2a$04$nxjX5PidiRK2Rfc.4nw/lOnDPztQYkRjVWaYAHU3Nj/.TTUPED7qO"], ["created_at", "2017-09-17 19:26:06.168554"], ["updated_at", "2017-09-17 19:26:06.168554"], ["name", "Makayla Bruen V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "favian.mcdermott@jones.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "favian.mcdermott@jones.biz"], ["encrypted_password", "$2a$04$6pvXALS/T2FZBPJ4zax9LuM1jOi6dDe6XoQue4PST9YUh8z3g7xee"], ["created_at", "2017-09-17 19:26:06.173230"], ["updated_at", "2017-09-17 19:26:06.173230"], ["name", "Tyreek Leffler V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Of Human Bondage"], ["description", "Quis porro omnis inventore perspiciatis enim numquam ut. Accusamus ut itaque ratione ut. Quis laborum tempore sunt blanditiis quos necessitatibus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Virginia Treutel"], ["created_at", "2017-09-17 19:26:06.176257"], ["updated_at", "2017-09-17 19:26:06.176257"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myra.breitenberg@heidenreichmorar.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "myra.breitenberg@heidenreichmorar.co"], ["encrypted_password", "$2a$04$Bl6blPJRN/H9CbuSg.AlA.VBQhe48GWW2mx7dYuk2ipURuKM124OS"], ["created_at", "2017-09-17 19:26:06.187009"], ["updated_at", "2017-09-17 19:26:06.187009"], ["name", "Martine Sipes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "piper@haag.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "piper@haag.net"], ["encrypted_password", "$2a$04$8bbX3n/Fezec8lpjGSQaAeEOTJNOIxSkLHTkmmA.i1s4w7CDJQKLi"], ["created_at", "2017-09-17 19:26:06.191797"], ["updated_at", "2017-09-17 19:26:06.191797"], ["name", "Missouri Mosciski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Far-Distant Oxus"], ["description", "Est in est omnis nostrum dolorem. Non velit harum enim cupiditate natus assumenda. Aut dolor blanditiis fugiat delectus sint."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Earlene Goldner"], ["created_at", "2017-09-17 19:26:06.194718"], ["updated_at", "2017-09-17 19:26:06.194718"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "idella@weimann.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "idella@weimann.com"], ["encrypted_password", "$2a$04$3KJrzho7LUnhN/EtM.hlH.4VAXfKlCv7qoyubvHdYhQzqW77EH7Z2"], ["created_at", "2017-09-17 19:26:06.206147"], ["updated_at", "2017-09-17 19:26:06.206147"], ["name", "Albina Price"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zelda.monahan@daugherty.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zelda.monahan@daugherty.org"], ["encrypted_password", "$2a$04$UPCSgkZb38BSa79rN96ql.wIApWiTJG.jL/pCAt3AZZDM9KY2.JWW"], ["created_at", "2017-09-17 19:26:06.210993"], ["updated_at", "2017-09-17 19:26:06.210993"], ["name", "Kaley Stanton IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Recalled to Life"], ["description", "Distinctio consequuntur veniam facilis aspernatur omnis quibusdam neque. Cupiditate voluptatem fugit amet sint. Qui non voluptatem nesciunt explicabo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Felton Hettinger"], ["created_at", "2017-09-17 19:26:06.214127"], ["updated_at", "2017-09-17 19:26:06.214127"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "trycia@schumm.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "trycia@schumm.org"], ["encrypted_password", "$2a$04$J8Xfle0OSl10RlZ5fMr2Nu3Jviu9HElVnUqSc91C1sk8sgvixFI1W"], ["created_at", "2017-09-17 19:26:06.230683"], ["updated_at", "2017-09-17 19:26:06.230683"], ["name", "Kurtis Reinger DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "enrique.mcclure@johnson.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "enrique.mcclure@johnson.io"], ["encrypted_password", "$2a$04$s4FYKiZrvwFlIDS69UKmzOZCQxZtj9.xd.oEGfMuoTjFJgzM7oISa"], ["created_at", "2017-09-17 19:26:06.235492"], ["updated_at", "2017-09-17 19:26:06.235492"], ["name", "Letha Roberts"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "For Whom the Bell Tolls"], ["description", "Iure nulla explicabo qui quas. Quia id consequatur suscipit. In eum sint. Qui unde error numquam soluta incidunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dolores Haley"], ["created_at", "2017-09-17 19:26:06.238476"], ["updated_at", "2017-09-17 19:26:06.238476"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@nitzsche.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ahmad@nitzsche.name"], ["encrypted_password", "$2a$04$mDR0d8.nTxdhU911eLkSiuk7Bc0.b6Z3uwIHm/pdr6rBqmeU4NOWq"], ["created_at", "2017-09-17 19:26:06.250990"], ["updated_at", "2017-09-17 19:26:06.250990"], ["name", "Cade Bartoletti"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lillie@dubuqueschamberger.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lillie@dubuqueschamberger.io"], ["encrypted_password", "$2a$04$xHYwMd/0i1bNfTyamrc.Ju6TzCeL/o8kvit0tV6Ib47tVJRZAH7G6"], ["created_at", "2017-09-17 19:26:06.256804"], ["updated_at", "2017-09-17 19:26:06.256804"], ["name", "Delta Barton"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "If Not Now, When?"], ["description", "Quia recusandae alias. Impedit dolor odit ex incidunt amet est modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Katlynn Pacocha"], ["created_at", "2017-09-17 19:26:06.259807"], ["updated_at", "2017-09-17 19:26:06.259807"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (84.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.6ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (352.6ms)  DELETE FROM "ar_internal_metadata";
 (0.7ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (109.1ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (107.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (424.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (121.3ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (120.5ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (188.0ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (86.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.6ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.3ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "constance.hilll@ko.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "constance.hilll@ko.biz"], ["encrypted_password", "$2a$04$K8ly2WsYvaNIp1a6Pb/1wecX3z5GlbY6tY8YwotonF09zSsdQTi.."], ["created_at", "2017-09-17 19:27:52.379063"], ["updated_at", "2017-09-17 19:27:52.379063"], ["name", "Lilla Beahan PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darby.nikolaus@rosenbaum.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "darby.nikolaus@rosenbaum.net"], ["encrypted_password", "$2a$04$DD.xHmro7l30UMpXYAT5Ye8vo3qPc/V7gd9j4D0S3YMLHF5TXtzES"], ["created_at", "2017-09-17 19:27:52.383951"], ["updated_at", "2017-09-17 19:27:52.383951"], ["name", "Jayme Monahan PhD"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Violent Bear It Away"], ["description", "Modi ut ut est quis. Rerum ratione quas numquam quasi non. Impedit nam reprehenderit aut rerum deleniti."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Corene Littel III"], ["created_at", "2017-09-17 19:27:52.405533"], ["updated_at", "2017-09-17 19:27:52.405533"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garland@considinestreich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "garland@considinestreich.co"], ["encrypted_password", "$2a$04$pQBeaKCoRswHpJoRCjOCS.DotrwlK/tmMN2PV4ZBhiSBN3LcQRcgq"], ["created_at", "2017-09-17 19:27:52.424298"], ["updated_at", "2017-09-17 19:27:52.424298"], ["name", "Bella Glover"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "horacio@pourosrempel.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "horacio@pourosrempel.name"], ["encrypted_password", "$2a$04$G7PLwv1LQ0AMmIExam/7C.nNbZp9HTqD5OrCRu3ontoBuuQmJslmq"], ["created_at", "2017-09-17 19:27:52.428605"], ["updated_at", "2017-09-17 19:27:52.428605"], ["name", "Mr. Nels Kemmer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Swiftly Tilting Planet"], ["description", "Voluptates reprehenderit voluptatibus doloremque. Quos excepturi qui consequatur. Facilis asperiores omnis ut porro impedit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Charlie Prosacco"], ["created_at", "2017-09-17 19:27:52.431160"], ["updated_at", "2017-09-17 19:27:52.431160"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "virgil@krisglover.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "virgil@krisglover.io"], ["encrypted_password", "$2a$04$Ci0pkTBc20nVVaZ0TR1tx.mkgbSqvpCndqMmbmknk6TQpx/Uj4./W"], ["created_at", "2017-09-17 19:27:52.444368"], ["updated_at", "2017-09-17 19:27:52.444368"], ["name", "Javier Wintheiser"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "berenice@von.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "berenice@von.com"], ["encrypted_password", "$2a$04$nU5nzon5A6u5ljd4IUV6kewU5cTgw4SRn1BvEJQt.QH4NBM81JIdC"], ["created_at", "2017-09-17 19:27:52.448561"], ["updated_at", "2017-09-17 19:27:52.448561"], ["name", "Carmella Douglas"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@hyatt.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "august@hyatt.net"], ["encrypted_password", "$2a$04$t4N4ZquO7JtVx82uy3KAVOjiWt7Dzmz2WDgiopTnhC59M67uV2Wke"], ["created_at", "2017-09-17 19:27:52.460718"], ["updated_at", "2017-09-17 19:27:52.460718"], ["name", "Lesly Hirthe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eduardo.stanton@bogan.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eduardo.stanton@bogan.co"], ["encrypted_password", "$2a$04$p8DmBnXGjKtK5.Bo3PQxIOQaQ2IPdU82rBXcpzxW2b0entOJwysXG"], ["created_at", "2017-09-17 19:27:52.465700"], ["updated_at", "2017-09-17 19:27:52.465700"], ["name", "Miss Earlene Veum"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "If I Forget Thee Jerusalem"], ["description", "Error numquam optio consequuntur et illum. Eum voluptates sed adipisci illo velit ratione. Beatae soluta nulla dolores. Ea perferendis ullam dolore quam est tempora."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rosie Anderson"], ["created_at", "2017-09-17 19:27:52.468323"], ["updated_at", "2017-09-17 19:27:52.468323"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sydni@rowe.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sydni@rowe.net"], ["encrypted_password", "$2a$04$r9XTbRoCS.WIL4oiio.1S.s4rS0GdA4bdGtdaTmdhY7EpGR.m0KQ6"], ["created_at", "2017-09-17 19:27:52.480089"], ["updated_at", "2017-09-17 19:27:52.480089"], ["name", "Oda Tromp I"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pearlie.graham@mclaughlinlittle.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "pearlie.graham@mclaughlinlittle.co"], ["encrypted_password", "$2a$04$6eN2b5.paXjlVzG1OHQ6cOFVP9sVk9PYxRY8e0RIpIPC6ywsH.0d2"], ["created_at", "2017-09-17 19:27:52.485840"], ["updated_at", "2017-09-17 19:27:52.485840"], ["name", "Tania Gerhold"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Narciso Stehr", "description"=>"Reprehenderit eum qui qui. Recusandae placeat quibusdam rerum quam quo.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Golden Apples of the Sun", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bryce.crooks@schummzemlak.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bryce.crooks@schummzemlak.net"], ["encrypted_password", "$2a$04$/7erH14.Kr5DzmCHAsl47u/fOkHIyEKojIWp2fWRGDXYk.SWOFvle"], ["created_at", "2017-09-17 19:27:52.513719"], ["updated_at", "2017-09-17 19:27:52.513719"], ["name", "Granville Walker III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ulices.bashirian@anderson.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ulices.bashirian@anderson.co"], ["encrypted_password", "$2a$04$UaxTybV9NThDZYzVSEpdyOMqU39il8XfgDFdl9x.kuEAm/F1mmIHe"], ["created_at", "2017-09-17 19:27:52.518036"], ["updated_at", "2017-09-17 19:27:52.518036"], ["name", "Mr. Lea Nienow"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Jaqueline Goodwin", "description"=>"Quia aut ad quam harum. Voluptas dolor corporis nisi maiores aperiam quaerat dolores. Dolores ut tempore nihil ut.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Daffodil Sky", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alejandra@hilpert.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alejandra@hilpert.io"], ["encrypted_password", "$2a$04$RwXfyKtiiiePymErJIzmuOPzN8sA6ddx97TOwE97IB0Oei4FSW0uK"], ["created_at", "2017-09-17 19:27:52.533903"], ["updated_at", "2017-09-17 19:27:52.533903"], ["name", "Name Jacobi"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lukas.herman@schowaltermarks.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lukas.herman@schowaltermarks.net"], ["encrypted_password", "$2a$04$eQDbhN6kmsqIc03/dWCHi.zeuiHLrMSIZ9fxznUCZ2Bbkqmm35dvC"], ["created_at", "2017-09-17 19:27:52.537987"], ["updated_at", "2017-09-17 19:27:52.537987"], ["name", "Forrest Roberts I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Johathan Thompson", "description"=>"Sunt sit veritatis ut. Sequi qui est praesentium optio. Et aliquid architecto.", "image"=>"http://lorempixel.com/200/200", "name"=>"Surprised by Joy", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aylin@corkerygrant.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aylin@corkerygrant.co"], ["encrypted_password", "$2a$04$5anhoGPIUluGY.bl8CP8nOMmpURb10XRFypm7eNJkmt8DvoYSOpn."], ["created_at", "2017-09-17 19:27:52.553048"], ["updated_at", "2017-09-17 19:27:52.553048"], ["name", "Clyde Windler"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ike@ko.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ike@ko.biz"], ["encrypted_password", "$2a$04$2C4YS6XSB4GURrCBscK3PeWkDUs8fTtTgOlxZNQwDVKDMq5cxjrqW"], ["created_at", "2017-09-17 19:27:52.557277"], ["updated_at", "2017-09-17 19:27:52.557277"], ["name", "Johan Gutmann"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Paths of Glory"], ["description", "Qui quia quis soluta nihil maiores odit. Laboriosam consequatur corrupti deserunt accusamus nam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Edward Luettgen"], ["created_at", "2017-09-17 19:27:52.559733"], ["updated_at", "2017-09-17 19:27:52.559733"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "harry_kautzer@cain.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "harry_kautzer@cain.io"], ["encrypted_password", "$2a$04$wKV4hrtWqb6.qEjDlNhLf.Vn0wu8TKPmpEIGELplnglWtMfXnX0fG"], ["created_at", "2017-09-17 19:27:52.569627"], ["updated_at", "2017-09-17 19:27:52.569627"], ["name", "Myrtis O'Hara"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "estefania@ledner.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "estefania@ledner.com"], ["encrypted_password", "$2a$04$mCvWLxKY7BH2M9q01wctyOF6Xwg.UveQ1WI95BvQYbXim6govsSq2"], ["created_at", "2017-09-17 19:27:52.573946"], ["updated_at", "2017-09-17 19:27:52.573946"], ["name", "Retha Watsica"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Et ut non. Dolor similique sed dolores. A occaecati magni."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ana Lynch"], ["created_at", "2017-09-17 19:27:52.576415"], ["updated_at", "2017-09-17 19:27:52.576415"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Ana Lynch", "description"=>"Et ut non. Dolor similique sed dolores. A occaecati magni.", "image"=>"http://lorempixel.com/200/200", "name"=>"East of Eden", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "queen@klein.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "queen@klein.io"], ["encrypted_password", "$2a$04$Z27OZXNDAAeKe79bjz1zV.k5ysO0681HjoMAvlRF5aMFpBF4LJ6c."], ["created_at", "2017-09-17 19:27:52.591660"], ["updated_at", "2017-09-17 19:27:52.591660"], ["name", "Lorenzo Yundt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ashleigh_buckridge@wilkinson.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ashleigh_buckridge@wilkinson.co"], ["encrypted_password", "$2a$04$nAKCpfhgl1h5MMs9sAH0hep/LeXBv6Sx1wDiW9cweB2HUzb4CTQoK"], ["created_at", "2017-09-17 19:27:52.595802"], ["updated_at", "2017-09-17 19:27:52.595802"], ["name", "Arlene Anderson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Number the Stars"], ["description", "Qui molestiae et distinctio sit dolor totam quia. A itaque aperiam est. Qui voluptatem fuga. Enim et perferendis eos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Orland Bode"], ["created_at", "2017-09-17 19:27:52.598465"], ["updated_at", "2017-09-17 19:27:52.598465"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Dan Metz", "description"=>"Officiis eos soluta vitae vel maxime.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Millstone", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "The Millstone"], ["description", "Officiis eos soluta vitae vel maxime."], ["author", "Dan Metz"], ["updated_at", "2017-09-17 19:27:52.604738"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ophelia.rohan@gerlach.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ophelia.rohan@gerlach.info"], ["encrypted_password", "$2a$04$BWs/lO8UllgZjHpsoI0JTuM2vha.cpAF5.RvVQx1cvcj7IedPFKuy"], ["created_at", "2017-09-17 19:27:52.616237"], ["updated_at", "2017-09-17 19:27:52.616237"], ["name", "Gustave Runte"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carroll@leffler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carroll@leffler.info"], ["encrypted_password", "$2a$04$u2q/ZjZq7Ld2AAB5Yz/GY.hFkr9bFAOG93cZvV4hKOxqgllXta5CC"], ["created_at", "2017-09-17 19:27:52.620648"], ["updated_at", "2017-09-17 19:27:52.620648"], ["name", "Louisa Schmidt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Scanner Darkly"], ["description", "Et nisi voluptatem maxime eum animi corporis sed. Ab numquam voluptatem facilis enim pariatur. Harum ea consequatur. Laborum occaecati corrupti recusandae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ashleigh Dickens MD"], ["created_at", "2017-09-17 19:27:52.624069"], ["updated_at", "2017-09-17 19:27:52.624069"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "randal.thompson@kilback.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "randal.thompson@kilback.net"], ["encrypted_password", "$2a$04$Sk0uMmrgHPNU1u1bvRcE6.RWJ.1oP7jdxYQsMXdH8TQRSK9nFtgaK"], ["created_at", "2017-09-17 19:27:52.637207"], ["updated_at", "2017-09-17 19:27:52.637207"], ["name", "Mallory Stroman DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "grace_lebsack@oberbrunner.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "grace_lebsack@oberbrunner.com"], ["encrypted_password", "$2a$04$eY0zMrYOGjNMkCvQI/J8mOmOi5dujtr76dpanquksmKQpxMZvJkT6"], ["created_at", "2017-09-17 19:27:52.641733"], ["updated_at", "2017-09-17 19:27:52.641733"], ["name", "Darren Von"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Millstone"], ["description", "Illo impedit voluptas ea. Quas tempore architecto. Minus asperiores consequatur distinctio libero voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "April Stehr DDS"], ["created_at", "2017-09-17 19:27:52.645362"], ["updated_at", "2017-09-17 19:27:52.645362"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (92.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (142.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dedrick@hills.biz"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dedrick@hills.biz"], ["encrypted_password", "$2a$04$vrlyhmXLgkpVU7DQ53y1t.emqqOfzsSnknINTo5mrK5ZPBT3pXfHu"], ["created_at", "2017-09-17 19:29:54.119041"], ["updated_at", "2017-09-17 19:29:54.119041"], ["name", "Audreanne Stamm"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "yoshiko_ebert@medhurst.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "yoshiko_ebert@medhurst.name"], ["encrypted_password", "$2a$04$nFKOE88EwW8g3t2oaR5mMOLRtkTixVYuQZcOiyMxz8ayEdhUu2lNe"], ["created_at", "2017-09-17 19:29:54.124779"], ["updated_at", "2017-09-17 19:29:54.124779"], ["name", "Caterina Cartwright Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Sed nostrum quia et veniam recusandae quis. Consequatur aspernatur provident voluptates dolorum nulla recusandae aut. Dolorem ipsam voluptatem dolorem repudiandae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Kacey Spencer"], ["created_at", "2017-09-17 19:29:54.149802"], ["updated_at", "2017-09-17 19:29:54.149802"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 0.2ms)

 (1.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "crawford.hegmann@bartonbosco.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "crawford.hegmann@bartonbosco.io"], ["encrypted_password", "$2a$04$8feq2w6qAGDSZQURHEWkZumyKxSeekvVA8HqgvG05JwDQ0vhtC0sy"], ["created_at", "2017-09-17 19:29:54.172665"], ["updated_at", "2017-09-17 19:29:54.172665"], ["name", "Keith Ziemann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ethan_hickle@deckow.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ethan_hickle@deckow.org"], ["encrypted_password", "$2a$04$RWXsqsvHtsZ//wiWtI1lAOp8/X5Yv9JhjVmiNcqx281V8Y5y9.v.K"], ["created_at", "2017-09-17 19:29:54.177922"], ["updated_at", "2017-09-17 19:29:54.177922"], ["name", "Lew Konopelski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Parliament of Man"], ["description", "Molestias dolorem fuga neque voluptate. Doloribus itaque molestias qui voluptatem. Quia optio quidem esse et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Ford Haley"], ["created_at", "2017-09-17 19:29:54.182859"], ["updated_at", "2017-09-17 19:29:54.182859"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brooke@prosacco.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brooke@prosacco.biz"], ["encrypted_password", "$2a$04$gZX/5IlQoZFibeK75sOUIuraB1UnV4MrbO9pFP8jEEXMiVdQxbB.S"], ["created_at", "2017-09-17 19:29:54.196586"], ["updated_at", "2017-09-17 19:29:54.196586"], ["name", "Timmy Rice"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeyca@goyettewelch.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeyca@goyettewelch.org"], ["encrypted_password", "$2a$04$ZpEIBigeyUSajjHtI1ccmOwmLPqUmwPU8rifp0rOJMs.ByT39jvui"], ["created_at", "2017-09-17 19:29:54.202499"], ["updated_at", "2017-09-17 19:29:54.202499"], ["name", "Dr. Alexis Larson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abraham_muller@wyman.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "abraham_muller@wyman.org"], ["encrypted_password", "$2a$04$6L8qzm5e/0Fkg4PUWuN3jeN5YrkhOf/FoARgpXEJX9D03lhRfUJBi"], ["created_at", "2017-09-17 19:29:54.215554"], ["updated_at", "2017-09-17 19:29:54.215554"], ["name", "Teagan Dickens"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jovani_lowe@hermann.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jovani_lowe@hermann.co"], ["encrypted_password", "$2a$04$941lntBxlYMxNpyctjoxJ.QTPUYpxrg.hYBAUZOe5pZXHGJX6aDyS"], ["created_at", "2017-09-17 19:29:54.220881"], ["updated_at", "2017-09-17 19:29:54.220881"], ["name", "Dr. Murray Mayer"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Terrible Swift Sword"], ["description", "Facere natus illo voluptatem. Quae et sint neque tenetur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Velva Aufderhar"], ["created_at", "2017-09-17 19:29:54.225142"], ["updated_at", "2017-09-17 19:29:54.225142"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilfredo_ko@ullrich.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wilfredo_ko@ullrich.info"], ["encrypted_password", "$2a$04$Ug3tq9uJTVT1QFOyjdnFJelCi32wXsnFU8dG9qxJL0Uz2vk1A1wBi"], ["created_at", "2017-09-17 19:29:54.239282"], ["updated_at", "2017-09-17 19:29:54.239282"], ["name", "Frieda Rutherford MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "edward_sporer@daugherty.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "edward_sporer@daugherty.co"], ["encrypted_password", "$2a$04$qWg00f2o8eENc87DGHupauy0UmafTqEolZ69moQhqC7gM6Cqre/Fa"], ["created_at", "2017-09-17 19:29:54.245077"], ["updated_at", "2017-09-17 19:29:54.245077"], ["name", "Tessie Dare"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Jacinthe Mosciski Jr.", "description"=>"Numquam labore facere reprehenderit at velit dolores. Nihil veritatis nam eligendi quis architecto quod et. Adipisci est cupiditate. Quos voluptas animi quae reprehenderit aut.", "image"=>"http://lorempixel.com/200/200", "name"=>"This Lime Tree Bower", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chaz_crona@kunde.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chaz_crona@kunde.co"], ["encrypted_password", "$2a$04$E8dQfNacD57YSXWsf6y80Oh1slnXAaAEOqBE.Gqzq6e0g9flHaSbq"], ["created_at", "2017-09-17 19:29:54.275864"], ["updated_at", "2017-09-17 19:29:54.275864"], ["name", "Trisha Schneider MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ferne@homenick.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ferne@homenick.net"], ["encrypted_password", "$2a$04$BUHcR2wjKsFJKRMhGyXD5elb4oNCod1Svjp35K07x7Dudtl1u96Ti"], ["created_at", "2017-09-17 19:29:54.281950"], ["updated_at", "2017-09-17 19:29:54.281950"], ["name", "Devonte Cronin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Arturo Graham", "description"=>"Debitis quae dolor quaerat voluptatem eligendi nemo. Repellendus eos est maxime. Dolores odit alias assumenda aut consequatur eos. Sequi natus maiores.", "image"=>"http://lorempixel.com/200/200", "name"=>"The House of Mirth", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arielle_zieme@mitchellcorwin.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "arielle_zieme@mitchellcorwin.org"], ["encrypted_password", "$2a$04$QjH5X8Q5QfVhnAcR3nXzyODDH0TyG/FMMVY/yru01nrCbUER2.2R."], ["created_at", "2017-09-17 19:29:54.298476"], ["updated_at", "2017-09-17 19:29:54.298476"], ["name", "Miss Baylee Schulist"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cleve@steuberstrosin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cleve@steuberstrosin.co"], ["encrypted_password", "$2a$04$Ajqrm7dxsJldiWMnv4T50eypPeobI77ttJfb6.POtZQrrvZeDTWPq"], ["created_at", "2017-09-17 19:29:54.304891"], ["updated_at", "2017-09-17 19:29:54.304891"], ["name", "Amiya Botsford III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Vidal Morissette", "description"=>"Molestiae sed quas at labore omnis velit nesciunt. Repellendus et molestiae. Et sed tempore rem et.", "image"=>"http://lorempixel.com/200/200", "name"=>"Time of our Darkness", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lea_dicki@koepp.co"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lea_dicki@koepp.co"], ["encrypted_password", "$2a$04$.tZXFR4ZP6fethL7B6XA0.AEe6IuDP9.UVNqIoJkg.JvAfy2qtr2y"], ["created_at", "2017-09-17 19:29:54.320279"], ["updated_at", "2017-09-17 19:29:54.320279"], ["name", "Claud Herzog MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caroline@mantemaggio.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caroline@mantemaggio.io"], ["encrypted_password", "$2a$04$xzpJIhKHK.28nOO7SpiJI.TYf6JIE1poOXqSfCCokE.Aym2lbGaJG"], ["created_at", "2017-09-17 19:29:54.325800"], ["updated_at", "2017-09-17 19:29:54.325800"], ["name", "Dr. Albertha Daniel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Brandy of the Damned"], ["description", "Fuga ipsam molestiae distinctio qui. Quis fuga facere. Veritatis repudiandae ut voluptatem sint aut nostrum itaque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nash Mohr"], ["created_at", "2017-09-17 19:29:54.328877"], ["updated_at", "2017-09-17 19:29:54.328877"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Fermin Ritchie", "description"=>"Dolor consequatur possimus omnis debitis ad non. Sed atque voluptatem eos. Quis aut nostrum iusto possimus consequuntur. Expedita odio aliquid culpa.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Dolor consequatur possimus omnis debitis ad non. Sed atque voluptatem eos. Quis aut nostrum iusto possimus consequuntur. Expedita odio aliquid culpa."], ["author", "Fermin Ritchie"], ["updated_at", "2017-09-17 19:29:54.335302"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alan@stamm.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alan@stamm.io"], ["encrypted_password", "$2a$04$/TAwpo4p4PLh7tD6l7Z0peENqgha3KF76EHQ8wynYPJk6jZcxwaa."], ["created_at", "2017-09-17 19:29:54.347467"], ["updated_at", "2017-09-17 19:29:54.347467"], ["name", "Cristian Greenholt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adelia@homenick.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adelia@homenick.io"], ["encrypted_password", "$2a$04$5maYcN0Oj4i6At2csbm3Heg9.s4.2BHMG6f/w51k4KYLoqlokFq/K"], ["created_at", "2017-09-17 19:29:54.352308"], ["updated_at", "2017-09-17 19:29:54.352308"], ["name", "Nicolas Marvin V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Green Bay Tree"], ["description", "Eum qui sunt aliquid. Reprehenderit corporis totam expedita et similique quia blanditiis. Minima et minus. Nostrum consequuntur eum odio corporis ullam enim in."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Luella Schmitt"], ["created_at", "2017-09-17 19:29:54.355186"], ["updated_at", "2017-09-17 19:29:54.355186"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Luella Schmitt", "description"=>"Eum qui sunt aliquid. Reprehenderit corporis totam expedita et similique quia blanditiis. Minima et minus. Nostrum consequuntur eum odio corporis ullam enim in.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Green Bay Tree", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "virginia@roobberge.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "virginia@roobberge.io"], ["encrypted_password", "$2a$04$CkV7BRJhKU0tYs2PuMI60e1YFg.kGB6HoGhJEwB/P/sIpMr/HQGHS"], ["created_at", "2017-09-17 19:29:54.372196"], ["updated_at", "2017-09-17 19:29:54.372196"], ["name", "Rahsaan Kemmer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adriel.rohan@schumm.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adriel.rohan@schumm.io"], ["encrypted_password", "$2a$04$JamX7NUYl8VRxSdqnHuaM.E1H3eYw9qSID.zLTgWFv9CiM597L/Wi"], ["created_at", "2017-09-17 19:29:54.377059"], ["updated_at", "2017-09-17 19:29:54.377059"], ["name", "Zaria Stiedemann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Swiftly Tilting Planet"], ["description", "Similique laboriosam et mollitia natus totam doloremque nobis. Vel quisquam nobis distinctio. Tempore ullam voluptate molestias consequatur earum nemo sequi. Aut exercitationem ut quis deserunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rodolfo Romaguera"], ["created_at", "2017-09-17 19:29:54.380769"], ["updated_at", "2017-09-17 19:29:54.380769"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Alex Schimmel", "description"=>"Dolores expedita voluptatem totam sequi. Enim aut sunt qui earum ipsum unde.", "image"=>"http://lorempixel.com/200/200", "name"=>"Beyond the Mexique Bay", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "Beyond the Mexique Bay"], ["description", "Dolores expedita voluptatem totam sequi. Enim aut sunt qui earum ipsum unde."], ["author", "Alex Schimmel"], ["updated_at", "2017-09-17 19:29:54.386991"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brock.shields@gleichner.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brock.shields@gleichner.name"], ["encrypted_password", "$2a$04$17ok3G3KOhATEZYhCPGH5Oi5TPhxWnDuPFyCn76l3wx9T5/CqwOdq"], ["created_at", "2017-09-17 19:29:54.400402"], ["updated_at", "2017-09-17 19:29:54.400402"], ["name", "Miss Bettye Bergnaum"], ["status", "t"], ["admin", "t"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dayne_wolf@conroyfay.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dayne_wolf@conroyfay.io"], ["encrypted_password", "$2a$04$tXAeCfCTjcvL2GqJmpbbtuB/gnsnMo0bKSso1n1EbjYyXHVdlOm4q"], ["created_at", "2017-09-17 19:29:54.406278"], ["updated_at", "2017-09-17 19:29:54.406278"], ["name", "Carroll Jaskolski DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Line of Beauty"], ["description", "Dolor officiis odio veniam laboriosam quos. Accusamus voluptatum officiis voluptatem sed vel earum blanditiis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ceasar Kris"], ["created_at", "2017-09-17 19:29:54.409161"], ["updated_at", "2017-09-17 19:29:54.409161"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "prudence_skiles@ziemannlynch.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "prudence_skiles@ziemannlynch.net"], ["encrypted_password", "$2a$04$dV4lvLnPfEYI4d1.phHMsuGdbR1Dlcpz5yDbvnpWE088/YDl0ki4m"], ["created_at", "2017-09-17 19:29:54.426459"], ["updated_at", "2017-09-17 19:29:54.426459"], ["name", "Natasha Romaguera"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "collin@strosinwilliamson.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "collin@strosinwilliamson.name"], ["encrypted_password", "$2a$04$Tvk5481VrDEoJMkPygA8U.P7FyoA9o9nUoBcxnJZi1yvVRA1I8LYa"], ["created_at", "2017-09-17 19:29:54.431278"], ["updated_at", "2017-09-17 19:29:54.431278"], ["name", "Bailee Keebler"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Some Buried Caesar"], ["description", "Voluptatum sit voluptas. Voluptatem consequuntur vel nobis ut enim."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jayme Rice"], ["created_at", "2017-09-17 19:29:54.434229"], ["updated_at", "2017-09-17 19:29:54.434229"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (155.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (86.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.6ms)  DELETE FROM "books";
 (0.8ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vicente@gislason.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vicente@gislason.biz"], ["encrypted_password", "$2a$04$YCw/rHfKhvENqktcvuBQw.8kmQeGIyxtZM0RxHeNKYEOG5vIExlCi"], ["created_at", "2017-09-17 19:30:23.125866"], ["updated_at", "2017-09-17 19:30:23.125866"], ["name", "Lempi Bashirian"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "yeenia@botsford.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "yeenia@botsford.co"], ["encrypted_password", "$2a$04$IqwmAAaRrX6L6xYtVKbM1efjp3sg.dPyZhrRklOgepXSfBuDqAoc6"], ["created_at", "2017-09-17 19:30:23.131182"], ["updated_at", "2017-09-17 19:30:23.131182"], ["name", "Mrs. Darryl Mertz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Cabbages and Kings"], ["description", "Veritatis dignissimos qui. Omnis veritatis et molestias. Minus voluptas vitae accusamus qui sint maxime. At et optio modi aut perspiciatis laboriosam rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alva Kovacek"], ["created_at", "2017-09-17 19:30:23.154380"], ["updated_at", "2017-09-17 19:30:23.154380"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackary@monahan.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zackary@monahan.com"], ["encrypted_password", "$2a$04$ZxLOou76f.f7Wi9RqLYGkuz4/vIvGJLUjakTA23k5BlIV6rGYWoIW"], ["created_at", "2017-09-17 19:30:23.175584"], ["updated_at", "2017-09-17 19:30:23.175584"], ["name", "Laverne Pfeffer PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "esperanza@beatty.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "esperanza@beatty.io"], ["encrypted_password", "$2a$04$qAB.cdKCs9XD3EBug9RH1uyHbhnpFmhJdmAKf2VJp2I1zefIktBD6"], ["created_at", "2017-09-17 19:30:23.180594"], ["updated_at", "2017-09-17 19:30:23.180594"], ["name", "Amos Gleichner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Soldier's Art"], ["description", "Tempore exercitationem ea sed tenetur voluptas. Nam recusandae accusamus neque. Animi neque ut quia nihil nulla. Consequatur quia ut non voluptas odio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bettye Hansen"], ["created_at", "2017-09-17 19:30:23.185208"], ["updated_at", "2017-09-17 19:30:23.185208"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emil@hartmann.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "emil@hartmann.biz"], ["encrypted_password", "$2a$04$vl2bTzPGVnsSJXqr23yxQOGbCrS1I0b9i2DrM3IxqHvF51zquTxwO"], ["created_at", "2017-09-17 19:30:23.199161"], ["updated_at", "2017-09-17 19:30:23.199161"], ["name", "Dr. Chesley D'Amore"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alberto@willgottlieb.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alberto@willgottlieb.biz"], ["encrypted_password", "$2a$04$RwQBKVraz0xRVn428ilVAu0DQm7An2S8pCxk9fFzqB/yYRakIvofm"], ["created_at", "2017-09-17 19:30:23.205403"], ["updated_at", "2017-09-17 19:30:23.205403"], ["name", "Geo Dietrich III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "crystel_welch@jenkins.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "crystel_welch@jenkins.biz"], ["encrypted_password", "$2a$04$mqFKl.r.EY/6FWYO0.nUxOlZoUJOIzHcvBKVtiG6FurHzsi7gF98W"], ["created_at", "2017-09-17 19:30:23.218532"], ["updated_at", "2017-09-17 19:30:23.218532"], ["name", "Jamir Conn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adolphus@pagacblanda.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adolphus@pagacblanda.co"], ["encrypted_password", "$2a$04$Ym2egtBsb7YmBsy.HYBbueaWFszirSmLC4v9BoRVBdCotJt1B8OX."], ["created_at", "2017-09-17 19:30:23.224494"], ["updated_at", "2017-09-17 19:30:23.224494"], ["name", "Dr. Cary O'Connell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "O Pioneers!"], ["description", "Voluptas quae distinctio. Autem repellat rerum fugit odit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Vincent Medhurst Sr."], ["created_at", "2017-09-17 19:30:23.228388"], ["updated_at", "2017-09-17 19:30:23.228388"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "xander.feeney@simonisthompson.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "xander.feeney@simonisthompson.biz"], ["encrypted_password", "$2a$04$YA72uttHDmegi910mU2Iku3.5tBy8qKJlbsVWzvdhiffqk97rV.Ym"], ["created_at", "2017-09-17 19:30:23.243136"], ["updated_at", "2017-09-17 19:30:23.243136"], ["name", "Oswaldo Johnson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keagan.graham@bailey.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keagan.graham@bailey.info"], ["encrypted_password", "$2a$04$CZqmqc8VRZ1JNoL2IC.aCe8RgY.2cJI5BqbeuLdSm1apy6boJedjK"], ["created_at", "2017-09-17 19:30:23.248606"], ["updated_at", "2017-09-17 19:30:23.248606"], ["name", "Amina Yost I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dr. Brenda Corwin", "description"=>"Itaque assumenda tempore voluptatem quos. Temporibus voluptatem est voluptatem in blanditiis omnis neque. Animi dolore velit quis molestiae. Velit ut aperiam.", "image"=>"http://lorempixel.com/200/200", "name"=>"A Farewell to Arms", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dino.wyman@bashirianrodriguez.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dino.wyman@bashirianrodriguez.biz"], ["encrypted_password", "$2a$04$MyEvyE7LUjTgMbsER/dFDec1IdmBVg0lRngCeTvK8WtMqr8.W8qtW"], ["created_at", "2017-09-17 19:30:23.279272"], ["updated_at", "2017-09-17 19:30:23.279272"], ["name", "Dock Block"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "makenzie.orn@luettgen.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "makenzie.orn@luettgen.name"], ["encrypted_password", "$2a$04$.BCUtn/xlVqZ1Lbijdgy1.QvWjae8tvq9eSjh8NFrxa3R2LT7yive"], ["created_at", "2017-09-17 19:30:23.285815"], ["updated_at", "2017-09-17 19:30:23.285815"], ["name", "Marielle Lemke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Brandyn Breitenberg DVM", "description"=>"Expedita adipisci nisi sit eius quod. Excepturi ea eos et voluptas. Omnis ipsam nihil reiciendis repellat natus. Amet sit sed dolorum.", "image"=>"http://lorempixel.com/200/200", "name"=>"Look to Windward", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosamond_predovic@turcotterunolfon.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rosamond_predovic@turcotterunolfon.org"], ["encrypted_password", "$2a$04$LC5RMCyOhQIG5DagCvhLN.uYTUkSjm7a4h5zhIGGcLTLnGJeWszHi"], ["created_at", "2017-09-17 19:30:23.302182"], ["updated_at", "2017-09-17 19:30:23.302182"], ["name", "Joaquin Larkin"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reymundo_rodriguez@sipes.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "reymundo_rodriguez@sipes.info"], ["encrypted_password", "$2a$04$r4N8RIZ3XPXPMgjtrK0yT.6uj/n8C9n4ad9VBOtYcR10GaK8og4xu"], ["created_at", "2017-09-17 19:30:23.308107"], ["updated_at", "2017-09-17 19:30:23.308107"], ["name", "Celestino Kilback DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Howard Koepp DVM", "description"=>"Accusantium similique omnis rem facere enim rerum. Unde quam sequi fugit.", "image"=>"http://lorempixel.com/200/200", "name"=>"This Lime Tree Bower", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isom_swaniawski@abernathy.co"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "isom_swaniawski@abernathy.co"], ["encrypted_password", "$2a$04$eVfsmRtR2U8wnpcer4gzuOfdfNZO30ThHjOWRy6XxuQicYbpGjlTO"], ["created_at", "2017-09-17 19:30:23.323040"], ["updated_at", "2017-09-17 19:30:23.323040"], ["name", "Newton Hilll"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "colin@hirthepagac.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "colin@hirthepagac.co"], ["encrypted_password", "$2a$04$vtAov3MXrrp4bmntREDSeup4EUXeg/rUdGrhpwD8wEYcLbqO85Ouy"], ["created_at", "2017-09-17 19:30:23.328585"], ["updated_at", "2017-09-17 19:30:23.328585"], ["name", "Pearline Bauch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "If I Forget Thee Jerusalem"], ["description", "Vel quidem reiciendis possimus dolorum dolorem soluta ipsa. Consequatur sed eum vitae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jayda Moen"], ["created_at", "2017-09-17 19:30:23.331542"], ["updated_at", "2017-09-17 19:30:23.331542"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Oliver Anderson", "description"=>"Ex eum sapiente ab sit sunt alias sed. Architecto natus qui vel dolor culpa et. Dolor quae labore dolorem.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Ex eum sapiente ab sit sunt alias sed. Architecto natus qui vel dolor culpa et. Dolor quae labore dolorem."], ["author", "Oliver Anderson"], ["updated_at", "2017-09-17 19:30:23.337942"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vivienne@buckridgechamplin.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vivienne@buckridgechamplin.io"], ["encrypted_password", "$2a$04$KjKg5eHJnIuFxaeofVtrLuS6Cn6ybu38PCZclTbW/UP6tnTHEbAAa"], ["created_at", "2017-09-17 19:30:23.349816"], ["updated_at", "2017-09-17 19:30:23.349816"], ["name", "Odell Hickle"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hayley.reichert@purdyhaley.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hayley.reichert@purdyhaley.biz"], ["encrypted_password", "$2a$04$CVaMs9qJPnnpW2MDUisUEOunD0.cXXzAXzJ16t75COtPg5DlYpF.y"], ["created_at", "2017-09-17 19:30:23.354681"], ["updated_at", "2017-09-17 19:30:23.354681"], ["name", "Leila Mayer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Behold the Man"], ["description", "Doloribus exercitationem est tempora porro. Maxime labore autem inventore veritatis fuga. Voluptas et temporibus. Officia expedita cumque quis voluptatum eum quas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Pamela Krajcik"], ["created_at", "2017-09-17 19:30:23.357612"], ["updated_at", "2017-09-17 19:30:23.357612"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Pamela Krajcik", "description"=>"Doloribus exercitationem est tempora porro. Maxime labore autem inventore veritatis fuga. Voluptas et temporibus. Officia expedita cumque quis voluptatum eum quas.", "image"=>"http://lorempixel.com/200/200", "name"=>"Behold the Man", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "theodore@streich.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "theodore@streich.com"], ["encrypted_password", "$2a$04$EqauLyQ1H62hY8sS3mFaCe1BmWxCG556h1kSebJAozfCkoMHuA1dC"], ["created_at", "2017-09-17 19:30:23.375400"], ["updated_at", "2017-09-17 19:30:23.375400"], ["name", "Hilma Leffler"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "helga@blandarunte.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "helga@blandarunte.net"], ["encrypted_password", "$2a$04$JcceBjY5SnOuGA37KhydC.cTGwIL3OCybVjC5OzFBlHlzjE0pmsYK"], ["created_at", "2017-09-17 19:30:23.380100"], ["updated_at", "2017-09-17 19:30:23.380100"], ["name", "Tia White"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dying of the Light"], ["description", "Nisi est eos repellat sit. Hic earum occaecati repellat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Fritz Kohler"], ["created_at", "2017-09-17 19:30:23.384093"], ["updated_at", "2017-09-17 19:30:23.384093"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Buster Kertzmann I", "description"=>"Quidem nulla veritatis et blanditiis suscipit.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Little Foxes", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "The Little Foxes"], ["description", "Quidem nulla veritatis et blanditiis suscipit."], ["author", "Buster Kertzmann I"], ["updated_at", "2017-09-17 19:30:23.390149"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ford.crooks@macejkovic.biz"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ford.crooks@macejkovic.biz"], ["encrypted_password", "$2a$04$TUcmm.CtsCsG0O9hZa5UceQR0uCOZChxPPp905vIo6UR3CYiILXgi"], ["created_at", "2017-09-17 19:30:23.403463"], ["updated_at", "2017-09-17 19:30:23.403463"], ["name", "Jace Morissette"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lilyan_kozey@dickinsonfeeney.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lilyan_kozey@dickinsonfeeney.biz"], ["encrypted_password", "$2a$04$ytrzPVyZfl7PvaJvtSksu.TYrNxQUTgyd1idr5c.PXoJBJHYr0s4m"], ["created_at", "2017-09-17 19:30:23.409082"], ["updated_at", "2017-09-17 19:30:23.409082"], ["name", "Coby Erdman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nectar in a Sieve"], ["description", "Sapiente sunt quis neque. Quisquam consectetur et non totam tempora. Alias officiis laudantium sunt. Aperiam dolores at repellat hic molestias."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eriberto Lebsack"], ["created_at", "2017-09-17 19:30:23.411988"], ["updated_at", "2017-09-17 19:30:23.411988"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adrain.schumm@balistreri.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "adrain.schumm@balistreri.org"], ["encrypted_password", "$2a$04$rad62SbQrXdmEn99RcXcpOmD2ldFKOBBgBycPX9xd.apRwjyqGlXW"], ["created_at", "2017-09-17 19:30:23.427701"], ["updated_at", "2017-09-17 19:30:23.427701"], ["name", "Uriel Brakus"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tia.zboncak@kiehn.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tia.zboncak@kiehn.com"], ["encrypted_password", "$2a$04$X5LkgFBZPMSX8ET92uM1V.upCs2IYz3w3CdbFkBKasvwNeR3f0plG"], ["created_at", "2017-09-17 19:30:23.432485"], ["updated_at", "2017-09-17 19:30:23.432485"], ["name", "Otis Treutel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Noli Me Tangere"], ["description", "Quis cum et sed dolores id laboriosam. Sed alias et doloremque illum et dolor totam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nina Wiza II"], ["created_at", "2017-09-17 19:30:23.435541"], ["updated_at", "2017-09-17 19:30:23.435541"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (112.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (82.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "winona_stiedemann@reillycole.co"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "winona_stiedemann@reillycole.co"], ["encrypted_password", "$2a$04$WhI1xevxGC6tOxeGxhmGOeRTAAFp54J7jCDrD9l1wou/KPG/8HY0i"], ["created_at", "2017-09-17 19:33:51.562880"], ["updated_at", "2017-09-17 19:33:51.562880"], ["name", "Araceli MacGyver DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "letha@beattywitting.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "letha@beattywitting.io"], ["encrypted_password", "$2a$04$LhR0D.XrfXBwA7BhOf4Kfut65l8CPY8btpWOr2aM3TbyOK4csmX5a"], ["created_at", "2017-09-17 19:33:51.568604"], ["updated_at", "2017-09-17 19:33:51.568604"], ["name", "Mrs. Milo Upton"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Moab Is My Washpot"], ["description", "Sed rerum quia harum et itaque. Provident ipsum nostrum ratione dolor ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Abel Bernhard"], ["created_at", "2017-09-17 19:33:51.599603"], ["updated_at", "2017-09-17 19:33:51.599603"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 12ms (Views: 6.3ms | ActiveRecord: 0.3ms)

 (1.9ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hershel.ryan@daniel.co"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hershel.ryan@daniel.co"], ["encrypted_password", "$2a$04$jKQf6nM.g7aIBksPD4i0MenoiA.UzZNqu8wiMztR/ezT6qLvc8gFi"], ["created_at", "2017-09-17 19:33:51.630146"], ["updated_at", "2017-09-17 19:33:51.630146"], ["name", "Sarina Schmidt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilton@ullrich.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wilton@ullrich.biz"], ["encrypted_password", "$2a$04$pJBqtIhFcCzXiRciVyBXeunNsFCgPO9w9bdpVKchIauklkOjsXa/e"], ["created_at", "2017-09-17 19:33:51.636920"], ["updated_at", "2017-09-17 19:33:51.636920"], ["name", "Tomasa Swift"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Green Bay Tree"], ["description", "Aspernatur sit quo in non qui. In tenetur ut commodi suscipit tempora rerum sit. Amet occaecati eveniet. Excepturi veritatis commodi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Anne Block DVM"], ["created_at", "2017-09-17 19:33:51.641202"], ["updated_at", "2017-09-17 19:33:51.641202"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)

 (1.8ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosetta_schmeler@bradtke.org"], ["LIMIT", 1]]
SQL (1.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rosetta_schmeler@bradtke.org"], ["encrypted_password", "$2a$04$3HBf5Jf1xn8c.GKr55P4meGGhi5VX9uXn6h3G4ogz31LvnvHpgrae"], ["created_at", "2017-09-17 19:33:51.660871"], ["updated_at", "2017-09-17 19:33:51.660871"], ["name", "Nigel Walsh"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "corbin@hamill.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "corbin@hamill.io"], ["encrypted_password", "$2a$04$4Wev2Qzwar1ebGKrExC1YO2GvGpU0.qRibf8P1frOs943jM0xK9ca"], ["created_at", "2017-09-17 19:33:51.669226"], ["updated_at", "2017-09-17 19:33:51.669226"], ["name", "Alyson Ullrich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rodolfo@jakubowski.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rodolfo@jakubowski.io"], ["encrypted_password", "$2a$04$jL3YVhZGvrtyaevb8HS2auxYLyXaq/0gy2LNMxnj1VtLICS7Y5P1O"], ["created_at", "2017-09-17 19:33:51.686963"], ["updated_at", "2017-09-17 19:33:51.686963"], ["name", "Cloyd Walter"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nolan.medhurst@schultz.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nolan.medhurst@schultz.name"], ["encrypted_password", "$2a$04$fgRXu9AgA.KEgs5AhGFeKeTZkfhsQpY2pVrImBQDweLsOqyKFn9Wy"], ["created_at", "2017-09-17 19:33:51.692670"], ["updated_at", "2017-09-17 19:33:51.692670"], ["name", "Karson Labadie"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Of Mice and Men"], ["description", "Quod sunt et fugit expedita inventore voluptatem. Occaecati qui dolorum similique suscipit qui aut. Sint corrupti aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Emerson Terry III"], ["created_at", "2017-09-17 19:33:51.696961"], ["updated_at", "2017-09-17 19:33:51.696961"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brandyn_abbott@reynoldshettinger.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brandyn_abbott@reynoldshettinger.name"], ["encrypted_password", "$2a$04$vb7WumVSJvgklgRMgMmZKOfxKEB.NXoNGpou2/UWxZPHcC9zT33eO"], ["created_at", "2017-09-17 19:33:51.714704"], ["updated_at", "2017-09-17 19:33:51.714704"], ["name", "Jenifer Walsh"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ena_smitham@trantowturcotte.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ena_smitham@trantowturcotte.info"], ["encrypted_password", "$2a$04$aG3B8VthBlGgund6YooBj.cknhiK1H6qY9UiK6dU0xN6GE/2EBRR2"], ["created_at", "2017-09-17 19:33:51.720601"], ["updated_at", "2017-09-17 19:33:51.720601"], ["name", "Sincere Nicolas"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Ruthie Nitzsche", "description"=>"Dolorem id ex provident ducimus eveniet eos. Quasi dolorum repellat autem atque rerum earum. Sequi minima assumenda culpa. Autem quo est consequuntur aperiam odit earum et.", "image"=>"http://lorempixel.com/200/200", "name"=>"Françoise Sagan", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (4.2ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 13ms (Views: 0.7ms | ActiveRecord: 4.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gustave@luettgenmarquardt.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gustave@luettgenmarquardt.com"], ["encrypted_password", "$2a$04$fwnLkhv5pCpm6.hCW7k7NOtay50pdRT/Qj8lRHXo.QhS3UJmMd3Fy"], ["created_at", "2017-09-17 19:33:51.776150"], ["updated_at", "2017-09-17 19:33:51.776150"], ["name", "Robert Upton"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaclyn_ferry@rolfson.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaclyn_ferry@rolfson.info"], ["encrypted_password", "$2a$04$Rda/wBPSsE9mKt1EKvKqYuL/vfoHMxT8cGM2C9bUjmeUNiyGR7irq"], ["created_at", "2017-09-17 19:33:51.782040"], ["updated_at", "2017-09-17 19:33:51.782040"], ["name", "Verla Stoltenberg III"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Mabelle Larson Sr.", "description"=>"Rem dolorum tempore non sed perferendis qui. Recusandae aperiam consectetur voluptatem nostrum. Et ipsa quam expedita suscipit. Veritatis velit architecto reprehenderit delectus fuga eos.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Other Side of Silence", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)

Book Load (0.3ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jennyfer@wolffjaskolski.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jennyfer@wolffjaskolski.name"], ["encrypted_password", "$2a$04$yC/zNi9pu5mwKc9qJKykge6fovpDyoRELTSUzIjMPEd.4VDVytKTa"], ["created_at", "2017-09-17 19:33:51.803643"], ["updated_at", "2017-09-17 19:33:51.803643"], ["name", "Sallie Wolf"], ["status", "t"], ["admin", "t"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jose_skiles@upton.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jose_skiles@upton.biz"], ["encrypted_password", "$2a$04$bdkQOcZ7kBIpEvukC7uBD.BhnBfT2ApN7lyI77NtQActT6eiBOJ7S"], ["created_at", "2017-09-17 19:33:51.809965"], ["updated_at", "2017-09-17 19:33:51.809965"], ["name", "Mandy Wuckert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Koby Rau", "description"=>"Itaque corporis ut sint assumenda iusto. Qui totam in aperiam ea et ipsum.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Doors of Perception", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nellie@mante.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nellie@mante.name"], ["encrypted_password", "$2a$04$2z4vTYksPBaEq/demu/AZOUvReTrmxvGv58XOR.UAOrWVz5wtHa8y"], ["created_at", "2017-09-17 19:33:51.829984"], ["updated_at", "2017-09-17 19:33:51.829984"], ["name", "Chase Haley"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ryley.howell@schaefer.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ryley.howell@schaefer.io"], ["encrypted_password", "$2a$04$esYzYbd1Kady9vMgADgkpevnwywz7efIiUztjAHH8.4YQI2/yuotC"], ["created_at", "2017-09-17 19:33:51.835745"], ["updated_at", "2017-09-17 19:33:51.835745"], ["name", "Kristin Bergstrom"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Longer at Ease"], ["description", "Eligendi nisi minus velit laborum recusandae ducimus. Est pariatur excepturi sed sed qui consequuntur. Quis harum sed voluptatem distinctio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dante Eichmann"], ["created_at", "2017-09-17 19:33:51.839872"], ["updated_at", "2017-09-17 19:33:51.839872"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Miss Lenna Kshlerin", "description"=>"Voluptatem corporis iure. Id non culpa. In magni ut ut fugit.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Voluptatem corporis iure. Id non culpa. In magni ut ut fugit."], ["author", "Miss Lenna Kshlerin"], ["updated_at", "2017-09-17 19:33:51.847803"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nova@heller.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nova@heller.info"], ["encrypted_password", "$2a$04$.XW.LbkceXe6wJrYXpww0OEL051dbnnfrlZComf9OyvmTktQLBFW."], ["created_at", "2017-09-17 19:33:51.862775"], ["updated_at", "2017-09-17 19:33:51.862775"], ["name", "Ms. Keaton Jones"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keira.borer@bergnaumbruen.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keira.borer@bergnaumbruen.info"], ["encrypted_password", "$2a$04$hAhj6L.mDB/MbZ2RnLUDveJHGouWk28xzSb0.uivDQWF0cUHzOplG"], ["created_at", "2017-09-17 19:33:51.869339"], ["updated_at", "2017-09-17 19:33:51.869339"], ["name", "Lester Russel MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Of Mice and Men"], ["description", "Aut quia aut ex ea itaque sunt. Quibusdam cum et praesentium quis repellendus eos rerum. Reprehenderit omnis ullam cupiditate."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Monty Lubowitz"], ["created_at", "2017-09-17 19:33:51.872689"], ["updated_at", "2017-09-17 19:33:51.872689"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Monty Lubowitz", "description"=>"Aut quia aut ex ea itaque sunt. Quibusdam cum et praesentium quis repellendus eos rerum. Reprehenderit omnis ullam cupiditate.", "image"=>"http://lorempixel.com/200/200", "name"=>"Of Mice and Men", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "winfield_kertzmann@heathcote.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "winfield_kertzmann@heathcote.org"], ["encrypted_password", "$2a$04$yFuraGo.HHFdoClzW92iBun5lO689Fs0s2klpiDEbFyJ8pb1XRMAa"], ["created_at", "2017-09-17 19:33:51.890111"], ["updated_at", "2017-09-17 19:33:51.890111"], ["name", "Mrs. Calista Hand"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "javon.jakubowski@weimann.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "javon.jakubowski@weimann.org"], ["encrypted_password", "$2a$04$I9piYlPJfC36LennbxXlIetjOGURLjZVWV73BE7Tefch2KvAX1iiK"], ["created_at", "2017-09-17 19:33:51.895326"], ["updated_at", "2017-09-17 19:33:51.895326"], ["name", "Leatha Parker"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Your Scattered Bodies Go"], ["description", "Sed ullam voluptas aspernatur voluptas. Et voluptatem tempora. Voluptatem laboriosam veritatis iste et incidunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Roslyn Legros"], ["created_at", "2017-09-17 19:33:51.901286"], ["updated_at", "2017-09-17 19:33:51.901286"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Annette Barrows III", "description"=>"Id et ut ab fuga eveniet.", "image"=>"http://lorempixel.com/200/200", "name"=>"Look Homeward, Angel", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "Look Homeward, Angel"], ["description", "Id et ut ab fuga eveniet."], ["author", "Annette Barrows III"], ["updated_at", "2017-09-17 19:33:51.909744"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

 (2.6ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alivia_kovacek@heathcote.biz"], ["LIMIT", 1]]
SQL (1.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alivia_kovacek@heathcote.biz"], ["encrypted_password", "$2a$04$Qd9Td55Q8cLF/eseYXKiMuk8CioJJZQx5Qwq6BEiDteZ9aX5lV7ea"], ["created_at", "2017-09-17 19:33:51.930110"], ["updated_at", "2017-09-17 19:33:51.930110"], ["name", "Mr. Orpha Lakin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maximillian@moen.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maximillian@moen.name"], ["encrypted_password", "$2a$04$9JXdKnAsm7s4Cy9TS.HG9eZPS2DoAxtLJNFwUE34KC9kKW8JdL6M2"], ["created_at", "2017-09-17 19:33:51.937338"], ["updated_at", "2017-09-17 19:33:51.937338"], ["name", "Burley Sporer PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Terrible Swift Sword"], ["description", "Sint laudantium ut voluptatem ipsam quia illum. In unde delectus illum facilis quod ex. Aliquam rem pariatur error ut consequatur mollitia assumenda. Nulla voluptatem qui dolore numquam doloremque esse repellat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Percy Langosh"], ["created_at", "2017-09-17 19:33:51.941768"], ["updated_at", "2017-09-17 19:33:51.941768"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (1.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jamil.koelpin@hyattwuckert.net"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jamil.koelpin@hyattwuckert.net"], ["encrypted_password", "$2a$04$69vDI5potPddse4JBzoCouY0CEK0eqTq4zf5WVTtmsNDNkW0UynQK"], ["created_at", "2017-09-17 19:33:51.962103"], ["updated_at", "2017-09-17 19:33:51.962103"], ["name", "Stacy Ziemann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ophelia_hackett@klocko.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ophelia_hackett@klocko.info"], ["encrypted_password", "$2a$04$vKdaZhKBqoduBVFCrXd1L.2vcvYHLjcw7T9w3nxiZ3aiNkMukXkgS"], ["created_at", "2017-09-17 19:33:51.969820"], ["updated_at", "2017-09-17 19:33:51.969820"], ["name", "Ms. Sterling Douglas"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Golden Bowl"], ["description", "Dolores vitae maiores reprehenderit error quo perferendis blanditiis. Tenetur incidunt praesentium. Excepturi voluptates velit sit. Asperiores aut qui est numquam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Molly Torphy"], ["created_at", "2017-09-17 19:33:51.973745"], ["updated_at", "2017-09-17 19:33:51.973745"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

 (2.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (131.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (73.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bulah@keelingherman.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bulah@keelingherman.com"], ["encrypted_password", "$2a$04$qieUGtEvwATbl3PCaLkY2.X/X4GlpYuTZbl1KgWZLAXJojLuExaKe"], ["created_at", "2017-09-17 19:36:23.059039"], ["updated_at", "2017-09-17 19:36:23.059039"], ["name", "Miss Mackenzie Zboncak"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "georgiana@kihn.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "georgiana@kihn.co"], ["encrypted_password", "$2a$04$kEgoctNNSa3eUwJzavCv.OdcjTmWKbs0AFnvNk1vbM8VzFMSIDaVy"], ["created_at", "2017-09-17 19:36:23.064350"], ["updated_at", "2017-09-17 19:36:23.064350"], ["name", "Rhea Beahan Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Cover Her Face"], ["description", "Quam dolores sint provident quisquam consequatur eos. Fugit magnam et. Et eum harum assumenda dolorem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Marques O'Kon I"], ["created_at", "2017-09-17 19:36:23.089612"], ["updated_at", "2017-09-17 19:36:23.089612"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kathlyn@hayes.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kathlyn@hayes.co"], ["encrypted_password", "$2a$04$BAm9OnZwccE/EbL.1Vw12eWwcl52A5qnBujG79.wDqjXVoHgbeoX."], ["created_at", "2017-09-17 19:36:23.110240"], ["updated_at", "2017-09-17 19:36:23.110240"], ["name", "Micheal Sporer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "beaulah@tillman.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "beaulah@tillman.biz"], ["encrypted_password", "$2a$04$UBDYndWhfGQxLlclHLKw9uDZVvdHDAbAcqagPZN/9ZzhwdrCopzg2"], ["created_at", "2017-09-17 19:36:23.115035"], ["updated_at", "2017-09-17 19:36:23.115035"], ["name", "Cleo Kassulke IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Passage to India"], ["description", "Commodi modi neque alias vel nam. Consectetur consequatur qui qui dolorum cumque. Quisquam reiciendis voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Mekhi Boyer"], ["created_at", "2017-09-17 19:36:23.118036"], ["updated_at", "2017-09-17 19:36:23.118036"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dion.hickle@balistreri.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dion.hickle@balistreri.com"], ["encrypted_password", "$2a$04$OgjAprlWVtTGbdbj2fG6w.3atpLYso4wCH/rtpZsP4pxrXzf4Q5VS"], ["created_at", "2017-09-17 19:36:23.134643"], ["updated_at", "2017-09-17 19:36:23.134643"], ["name", "Veda Pacocha"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rodolfo_rosenbaum@fisher.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rodolfo_rosenbaum@fisher.info"], ["encrypted_password", "$2a$04$KPQC2BN5R0u4FsM2IZtZyuA61AGFf.LepJFc/Mhn502YMEZa3PuO6"], ["created_at", "2017-09-17 19:36:23.139918"], ["updated_at", "2017-09-17 19:36:23.139918"], ["name", "Aileen Haley"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ethelyn@rutherfordkoelpin.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ethelyn@rutherfordkoelpin.com"], ["encrypted_password", "$2a$04$zKRk6GDrR/nXwEvno7ij2utGGhSBr/sCokHRqtylEAR/0/B8wRXeG"], ["created_at", "2017-09-17 19:36:23.154985"], ["updated_at", "2017-09-17 19:36:23.154985"], ["name", "Arnoldo Parker"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "terence_aufderhar@spencer.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "terence_aufderhar@spencer.org"], ["encrypted_password", "$2a$04$SRXvbsJUFA7Aa7nIDXMWuu5rDenY7ITP9YMdJ9Jn3vnqMY4KteFc6"], ["created_at", "2017-09-17 19:36:23.160583"], ["updated_at", "2017-09-17 19:36:23.160583"], ["name", "Otha Morissette PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Recalled to Life"], ["description", "Praesentium sunt perferendis aut deleniti nihil sit et. Error aut voluptates esse. Occaecati quia ipsam corrupti at est facilis aliquam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Keanu Blick"], ["created_at", "2017-09-17 19:36:23.165727"], ["updated_at", "2017-09-17 19:36:23.165727"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lon_dibbert@gulgowski.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lon_dibbert@gulgowski.net"], ["encrypted_password", "$2a$04$JApuJKAFRstAYerZ85vnv.uCvMXgYaXyQPfA8bjqBlASyqrHtR3ny"], ["created_at", "2017-09-17 19:36:23.179640"], ["updated_at", "2017-09-17 19:36:23.179640"], ["name", "Dereck Hackett"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stephen_langosh@rueckerhaley.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stephen_langosh@rueckerhaley.name"], ["encrypted_password", "$2a$04$oygSfaMeLQcatvGfZfc12OuWuZ4sVgafZlydxj4Inkd5TkO22ODj6"], ["created_at", "2017-09-17 19:36:23.186560"], ["updated_at", "2017-09-17 19:36:23.186560"], ["name", "Dr. Brendan Vandervort"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Mrs. Orpha Hilll", "description"=>"Assumenda repudiandae velit veniam voluptatum eos quasi eius. Dolore distinctio inventore id eius sunt. Laborum dolores corrupti sint quasi inventore et.", "image"=>"http://lorempixel.com/200/200", "name"=>"Number the Stars", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isaiah_littel@balistreribailey.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "isaiah_littel@balistreribailey.co"], ["encrypted_password", "$2a$04$mRlS7g5STncGAZmC39HsR.w3awF59Z7wGwj7ExG7xlEcPMyydPLGe"], ["created_at", "2017-09-17 19:36:23.218287"], ["updated_at", "2017-09-17 19:36:23.218287"], ["name", "Amalia Orn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra.koch@cronin.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kasandra.koch@cronin.info"], ["encrypted_password", "$2a$04$4tf8fUN5FmK3tYEpvvSj9uO9dSIkWtQ5PPP61U8Ln.F4Lx0kZeEKO"], ["created_at", "2017-09-17 19:36:23.224180"], ["updated_at", "2017-09-17 19:36:23.224180"], ["name", "Valentin Rogahn PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Brooklyn Blanda", "description"=>"Est quod praesentium modi est pariatur quis deleniti. Sunt et voluptas rerum ipsam nulla ipsum. Accusamus similique doloremque minus aperiam. Maiores rerum veritatis voluptas.", "image"=>"http://lorempixel.com/200/200", "name"=>"Specimen Days", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "julian@yundt.info"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "julian@yundt.info"], ["encrypted_password", "$2a$04$/bauuF3n9gfiG5/NmHXLLOjc8BpHlGjvcp7akk0t/L3ws1Y8wE6IO"], ["created_at", "2017-09-17 19:36:23.242083"], ["updated_at", "2017-09-17 19:36:23.242083"], ["name", "Howell Jones DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "melvina@hamillkaulke.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "melvina@hamillkaulke.info"], ["encrypted_password", "$2a$04$H3C9MquGYAfdXqLMgBugheJSljFv9JgAF.t.FTdcJpO7Hs9WcXl7C"], ["created_at", "2017-09-17 19:36:23.248886"], ["updated_at", "2017-09-17 19:36:23.248886"], ["name", "Domenic Nicolas"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Stefan Muller Jr.", "description"=>"Distinctio inventore consectetur tempora molestias porro id eius. Fugit maxime ex vel impedit voluptatem dolorem.", "image"=>"http://lorempixel.com/200/200", "name"=>"Endless Night", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lucious.goyette@quitzon.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lucious.goyette@quitzon.name"], ["encrypted_password", "$2a$04$ZW.X1vRPVZRYA.TVUSVw6uV5ic4BWp40nPhuvSmv1HhorO6xyiy9u"], ["created_at", "2017-09-17 19:36:23.266361"], ["updated_at", "2017-09-17 19:36:23.266361"], ["name", "Sabryna Koepp III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eloisa@lehner.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eloisa@lehner.org"], ["encrypted_password", "$2a$04$4C5P/45tjzOC02klCuGHW.hV69jw7SvQmSOKc4ii5UtHoI8g.EmEG"], ["created_at", "2017-09-17 19:36:23.271155"], ["updated_at", "2017-09-17 19:36:23.271155"], ["name", "Helen Gerlach"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Pale Kings and Princes"], ["description", "Necessitatibus sapiente non dolorem rem consequatur amet maiores. Occaecati facilis ullam ut mollitia aut et molestias. Nobis in occaecati voluptas dignissimos rerum placeat. Et et eveniet est earum eos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gerardo Daniel"], ["created_at", "2017-09-17 19:36:23.275343"], ["updated_at", "2017-09-17 19:36:23.275343"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Miss Chase Rau", "description"=>"Sit aut et cum ducimus quidem sapiente nihil. Magnam nulla facere sint mollitia ut aut sint.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Sit aut et cum ducimus quidem sapiente nihil. Magnam nulla facere sint mollitia ut aut sint."], ["author", "Miss Chase Rau"], ["updated_at", "2017-09-17 19:36:23.283210"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "donavon@monahanheller.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "donavon@monahanheller.net"], ["encrypted_password", "$2a$04$u1AyZLQEyimNTS8MhS4d0O.pGXXR2TgT52IdfNS7kLBUksw1ot5qq"], ["created_at", "2017-09-17 19:36:23.295370"], ["updated_at", "2017-09-17 19:36:23.295370"], ["name", "Jazmin Johnson III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elbert.friesen@blickbradtke.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elbert.friesen@blickbradtke.io"], ["encrypted_password", "$2a$04$E6qUurTK0JyfOcW.cwZ0TuGfc0DDe6VI9NwIL9AgOTKCi/gs4K1jC"], ["created_at", "2017-09-17 19:36:23.300673"], ["updated_at", "2017-09-17 19:36:23.300673"], ["name", "Reilly Lindgren"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Time to Kill"], ["description", "Quisquam quia culpa ipsa voluptatem. Consequuntur et voluptatibus nesciunt sunt accusantium quibusdam beatae. Est soluta eius. Velit dignissimos inventore et aut alias accusantium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Creola Blick"], ["created_at", "2017-09-17 19:36:23.304250"], ["updated_at", "2017-09-17 19:36:23.304250"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Mr. Creola Blick", "description"=>"Quisquam quia culpa ipsa voluptatem. Consequuntur et voluptatibus nesciunt sunt accusantium quibusdam beatae. Est soluta eius. Velit dignissimos inventore et aut alias accusantium.", "image"=>"http://lorempixel.com/200/200", "name"=>"A Time to Kill", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jettie@strosin.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jettie@strosin.net"], ["encrypted_password", "$2a$04$YxosaDi55wp4CT3GDa8fguR0J.j9nQ2U9AqNxE8Lywwml/PsKiLH6"], ["created_at", "2017-09-17 19:36:23.319614"], ["updated_at", "2017-09-17 19:36:23.319614"], ["name", "Jody Kuvalis"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tania@powlowski.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tania@powlowski.org"], ["encrypted_password", "$2a$04$ZOP6x8FGqzyEjNxoS/60S.k.5xTjBaMGAIvdz8jTNR3S3e9FIM4aW"], ["created_at", "2017-09-17 19:36:23.326433"], ["updated_at", "2017-09-17 19:36:23.326433"], ["name", "Laverna Ziemann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Sun Also Rises"], ["description", "Sit aut perspiciatis et. Asperiores voluptatem quibusdam. Voluptate ex odio quia nesciunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Dovie Jacobi"], ["created_at", "2017-09-17 19:36:23.329583"], ["updated_at", "2017-09-17 19:36:23.329583"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Mr. Henry Jaskolski", "description"=>"Reiciendis dolore autem.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Daffodil Sky", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "The Daffodil Sky"], ["description", "Reiciendis dolore autem."], ["author", "Mr. Henry Jaskolski"], ["updated_at", "2017-09-17 19:36:23.335371"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aylin@parisian.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aylin@parisian.co"], ["encrypted_password", "$2a$04$DO4prqqhXVZVv6ichame5u5S8mKvCN/TaRBgCPF8TCB5CSyR12Xn."], ["created_at", "2017-09-17 19:36:23.347864"], ["updated_at", "2017-09-17 19:36:23.347864"], ["name", "Oswaldo Dickens"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dexter.rodriguez@hackettnicolas.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dexter.rodriguez@hackettnicolas.com"], ["encrypted_password", "$2a$04$.sVNkoLTXvFhWz08Sg.vv.zRxooMy9ccsMzdYK69rvPe0oL.1vjc."], ["created_at", "2017-09-17 19:36:23.352768"], ["updated_at", "2017-09-17 19:36:23.352768"], ["name", "Robbie Greenholt Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Golden Apples of the Sun"], ["description", "Et sint neque modi eaque eos aut. Nihil omnis corporis animi consequatur. Harum voluptates illum similique."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gina Adams"], ["created_at", "2017-09-17 19:36:23.355766"], ["updated_at", "2017-09-17 19:36:23.355766"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oswald@ullrich.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "oswald@ullrich.co"], ["encrypted_password", "$2a$04$9t2l6a5OKMM8VR.gJtLPO.VX28PkDfyFSxnTidYGsDOxQ.564WH46"], ["created_at", "2017-09-17 19:36:23.372576"], ["updated_at", "2017-09-17 19:36:23.372576"], ["name", "Luciano Stark"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nelle_buckridge@greenfelderschaefer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nelle_buckridge@greenfelderschaefer.com"], ["encrypted_password", "$2a$04$qJD6.3dPv6bYo3by45YYtORSBL4g3bN/J2ldkhNEIxHsAvnnwGPuu"], ["created_at", "2017-09-17 19:36:23.377312"], ["updated_at", "2017-09-17 19:36:23.377312"], ["name", "Jailyn Rodriguez"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Will Fear No Evil"], ["description", "Omnis voluptates officia nisi sed hic. Quia praesentium atque qui qui tenetur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Cedrick Mitchell"], ["created_at", "2017-09-17 19:36:23.380709"], ["updated_at", "2017-09-17 19:36:23.380709"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (97.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeika@danielrolfson.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeika@danielrolfson.co"], ["encrypted_password", "$2a$04$tohXYB6TmZ4PkCuGzkWUo.dW6DxWxjLYdJJWcNPE.BUgreHTExMYm"], ["created_at", "2017-09-17 19:36:47.161833"], ["updated_at", "2017-09-17 19:36:47.161833"], ["name", "Mr. Casper Hilll"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zola@cummerata.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zola@cummerata.name"], ["encrypted_password", "$2a$04$vFeqnZMOuQiUUQ9WmQEW5ud1o9IntncfjW922OOekUKvWDhMiVx4."], ["created_at", "2017-09-17 19:36:47.166994"], ["updated_at", "2017-09-17 19:36:47.166994"], ["name", "Mr. Lysanne Blick"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Of Mice and Men"], ["description", "Beatae tempore qui atque in dicta. Placeat aut in porro."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jalon Schamberger"], ["created_at", "2017-09-17 19:36:47.189604"], ["updated_at", "2017-09-17 19:36:47.189604"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jarrett@fisher.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jarrett@fisher.net"], ["encrypted_password", "$2a$04$c1p9E7eiIkCgH9.IpodsBuzAT6F0aZZgFca.KMnSo0n9rgAOlD.UC"], ["created_at", "2017-09-17 19:36:47.209981"], ["updated_at", "2017-09-17 19:36:47.209981"], ["name", "Laisha Legros DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clyde.balistreri@grant.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clyde.balistreri@grant.co"], ["encrypted_password", "$2a$04$/yw1fl191R6TSQ3X.Jg4WeIYOUTlIvvtkzxf9mTDjTmiBK1i4o3WC"], ["created_at", "2017-09-17 19:36:47.214965"], ["updated_at", "2017-09-17 19:36:47.214965"], ["name", "Elizabeth Rippin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Jacob Have I Loved"], ["description", "Reiciendis distinctio veniam autem est. Sit consequatur laboriosam deserunt maxime nam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Glennie Keeling"], ["created_at", "2017-09-17 19:36:47.218886"], ["updated_at", "2017-09-17 19:36:47.218886"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rod@buckridge.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rod@buckridge.net"], ["encrypted_password", "$2a$04$5m2t5KVI3B8WxlwjwBuWveLTtE0/m7BC5HSmjFPoLZiLz4sZUPVTm"], ["created_at", "2017-09-17 19:36:47.234016"], ["updated_at", "2017-09-17 19:36:47.234016"], ["name", "Hollis Dibbert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dereck_jacobi@breitenbergschultz.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dereck_jacobi@breitenbergschultz.biz"], ["encrypted_password", "$2a$04$BLCfIxO8WTw.mRcLYgFDvuGeX/AefFoThQGASovGfHDY8O6AdLJHW"], ["created_at", "2017-09-17 19:36:47.238704"], ["updated_at", "2017-09-17 19:36:47.238704"], ["name", "Mrs. Chauncey Muller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jazmin.heel@luettgenrunolfsdottir.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jazmin.heel@luettgenrunolfsdottir.com"], ["encrypted_password", "$2a$04$xEm/nTk1Gda7fN.tyu5JHuGW.UtymhsAQNkGZMo79fYPUTWUWarWO"], ["created_at", "2017-09-17 19:36:47.253504"], ["updated_at", "2017-09-17 19:36:47.253504"], ["name", "Chaya Langosh"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vita.quitzon@gleichnerstamm.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vita.quitzon@gleichnerstamm.io"], ["encrypted_password", "$2a$04$dEpE0V6P3DoxZKs/If7LUeap3R7XKfSL7bgG4KfHP..0l5SE2EiGa"], ["created_at", "2017-09-17 19:36:47.258223"], ["updated_at", "2017-09-17 19:36:47.258223"], ["name", "Mr. Stephen Leuschke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Your Scattered Bodies Go"], ["description", "Omnis debitis esse dolorem ut quos corrupti. Quasi aut ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Armani Parisian"], ["created_at", "2017-09-17 19:36:47.261272"], ["updated_at", "2017-09-17 19:36:47.261272"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.2ms)

 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bridget_dubuque@veum.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bridget_dubuque@veum.name"], ["encrypted_password", "$2a$04$GqBzCnXRzHALf9DGgVJXb.nst0Oelklb92bZUx163jX7lLXePR8pK"], ["created_at", "2017-09-17 19:36:47.277425"], ["updated_at", "2017-09-17 19:36:47.277425"], ["name", "Olga Gleichner V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosalyn@boyer.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rosalyn@boyer.info"], ["encrypted_password", "$2a$04$.MEiV4YRmGLvtDV3akByjOICuNcbTEHDGApMJaO9Lq9YSbK8S/pLq"], ["created_at", "2017-09-17 19:36:47.282169"], ["updated_at", "2017-09-17 19:36:47.282169"], ["name", "Thora Willms"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Ms. Stephan Schultz", "description"=>"Corporis eos pariatur alias possimus accusantium. Velit earum ut reprehenderit. Aut et in tempore doloribus. Veniam eaque quia sit optio.", "image"=>"http://lorempixel.com/200/200", "name"=>"If I Forget Thee Jerusalem", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dawson@weber.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dawson@weber.net"], ["encrypted_password", "$2a$04$iFJ/lQoem2BbMj7i.A4S.uTTRSJlWMSfPLzKoF0G3roBeQuMJVNTu"], ["created_at", "2017-09-17 19:36:47.313768"], ["updated_at", "2017-09-17 19:36:47.313768"], ["name", "Evelyn Strosin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alverta_jenkins@bahringer.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alverta_jenkins@bahringer.co"], ["encrypted_password", "$2a$04$48kpRUCmlvUOWh3fdwyFLO8KHcyO4H5pxqLQeblNeG0c1OSD/JrFu"], ["created_at", "2017-09-17 19:36:47.318492"], ["updated_at", "2017-09-17 19:36:47.318492"], ["name", "Haven Mohr"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Willie Batz", "description"=>"Voluptas qui molestias accusantium. Omnis asperiores perferendis. Qui quia eaque expedita.", "image"=>"http://lorempixel.com/200/200", "name"=>"In a Glass Darkly", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lina@bartoletti.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lina@bartoletti.net"], ["encrypted_password", "$2a$04$UugYfOohKt73LrpTzhGxZ.00fa0.7djTKBeWml8p8LaOPGn.SOzAS"], ["created_at", "2017-09-17 19:36:47.335727"], ["updated_at", "2017-09-17 19:36:47.335727"], ["name", "Marielle Roob"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeanette_sawayn@eichmann.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeanette_sawayn@eichmann.io"], ["encrypted_password", "$2a$04$s6yyLvNQAHlRElkZ0XKVGuyG4XRe5xGr.mQhmzo7zJ86WfQBY5hzW"], ["created_at", "2017-09-17 19:36:47.340389"], ["updated_at", "2017-09-17 19:36:47.340389"], ["name", "Marcus Quitzon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Mr. Kelvin Vandervort", "description"=>"Dignissimos culpa qui magni enim aut. Minus nesciunt labore sit.", "image"=>"http://lorempixel.com/200/200", "name"=>"Oh! To be in England", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cletus.murazik@turcotte.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cletus.murazik@turcotte.io"], ["encrypted_password", "$2a$04$.N97NBEsC5H1ZKKUVmJZUelyX/HdJrFKcVw2QNTPFrRDbyinuR5Ie"], ["created_at", "2017-09-17 19:36:47.356447"], ["updated_at", "2017-09-17 19:36:47.356447"], ["name", "Alexandrine Hauck"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "colin.ritchie@dare.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "colin.ritchie@dare.biz"], ["encrypted_password", "$2a$04$aBaJKs7oskX4iH8matbbO.ha.1zQ2GLIKFf1vZaE1lQvgeQDtFKfK"], ["created_at", "2017-09-17 19:36:47.361139"], ["updated_at", "2017-09-17 19:36:47.361139"], ["name", "Gunner Schinner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vanity Fair"], ["description", "Consequatur consequuntur expedita ad ullam quam sint. Blanditiis ipsa et ipsam aperiam dolor aut sit. Ipsa suscipit quidem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amber Gorczany Sr."], ["created_at", "2017-09-17 19:36:47.364111"], ["updated_at", "2017-09-17 19:36:47.364111"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Ms. Jacynthe Moen", "description"=>"Totam tenetur animi vitae sunt voluptatem nesciunt architecto. Qui dolor voluptatem expedita et sed ratione.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Totam tenetur animi vitae sunt voluptatem nesciunt architecto. Qui dolor voluptatem expedita et sed ratione."], ["author", "Ms. Jacynthe Moen"], ["updated_at", "2017-09-17 19:36:47.372176"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joshua_torp@price.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "joshua_torp@price.com"], ["encrypted_password", "$2a$04$onMKd3f3qyWvip6ofvvwzOF5WHzVX9ITO0gYLT.M3HCVt.00Q7YZK"], ["created_at", "2017-09-17 19:36:47.383961"], ["updated_at", "2017-09-17 19:36:47.383961"], ["name", "Ms. Isabella Rice"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kraig@abshire.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kraig@abshire.co"], ["encrypted_password", "$2a$04$9LGfiQCUEENCNqpTZqZNE.zT0TDW0X8FqQvWbHS.HIElQlrTwvflS"], ["created_at", "2017-09-17 19:36:47.389825"], ["updated_at", "2017-09-17 19:36:47.389825"], ["name", "Ms. Kattie Parker"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wind's Twelve Quarters"], ["description", "Omnis maiores voluptas cumque. Fuga ut ea voluptates eveniet aut iste dolor. Qui quia doloremque magnam eum quaerat. Ratione officia doloremque voluptas incidunt impedit blanditiis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Violette Gorczany"], ["created_at", "2017-09-17 19:36:47.392805"], ["updated_at", "2017-09-17 19:36:47.392805"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Violette Gorczany", "description"=>"Omnis maiores voluptas cumque. Fuga ut ea voluptates eveniet aut iste dolor. Qui quia doloremque magnam eum quaerat. Ratione officia doloremque voluptas incidunt impedit blanditiis.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Wind's Twelve Quarters", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lila@mcglynn.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lila@mcglynn.org"], ["encrypted_password", "$2a$04$1A5WXW3bWJ17ypoU.10ok.hV1sYrAI4xuikGrwNu/FMspYHht2DYG"], ["created_at", "2017-09-17 19:36:47.408674"], ["updated_at", "2017-09-17 19:36:47.408674"], ["name", "Ms. Horacio Brekke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jada@tremblay.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jada@tremblay.org"], ["encrypted_password", "$2a$04$DcZYi357BYRwQw8zEcKsyuPsuOj0ZuR7IcHEUPVP75jmspxE6JdWu"], ["created_at", "2017-09-17 19:36:47.413977"], ["updated_at", "2017-09-17 19:36:47.413977"], ["name", "Kamryn Cole"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Many Waters"], ["description", "Exercitationem ea veniam possimus. Optio occaecati laborum iusto ea qui. Omnis excepturi reiciendis in."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gabrielle Jacobi"], ["created_at", "2017-09-17 19:36:47.416978"], ["updated_at", "2017-09-17 19:36:47.416978"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Arely Adams", "description"=>"Quia ipsa quia quas consequatur repellat itaque aspernatur.", "image"=>"http://lorempixel.com/200/200", "name"=>"East of Eden", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "East of Eden"], ["description", "Quia ipsa quia quas consequatur repellat itaque aspernatur."], ["author", "Arely Adams"], ["updated_at", "2017-09-17 19:36:47.422374"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jazlyn@maggiotremblay.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jazlyn@maggiotremblay.co"], ["encrypted_password", "$2a$04$9QDBvsuWdqqV9hOaQfBb3OTQE9O61sBcXn8AK25MJXryvLrvqMVYe"], ["created_at", "2017-09-17 19:36:47.434723"], ["updated_at", "2017-09-17 19:36:47.434723"], ["name", "Frank Wehner V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brown@schuppe.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brown@schuppe.info"], ["encrypted_password", "$2a$04$lx2Y3hGi1esQoA.PJl0hCO4bRag0OIlc8iD9b5Q7SULzCK5yI9tIO"], ["created_at", "2017-09-17 19:36:47.439427"], ["updated_at", "2017-09-17 19:36:47.439427"], ["name", "Ettie MacGyver DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Butter In a Lordly Dish"], ["description", "Possimus amet aperiam. Labore aspernatur temporibus. Nemo excepturi minus quo et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Noble Davis"], ["created_at", "2017-09-17 19:36:47.442339"], ["updated_at", "2017-09-17 19:36:47.442339"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tania@wisozkbechtelar.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tania@wisozkbechtelar.name"], ["encrypted_password", "$2a$04$q3e0lptt/EEwLINTmIK8tuFjKpMQWsYXfea9jhyy9fphkyCF1L3A6"], ["created_at", "2017-09-17 19:36:47.458359"], ["updated_at", "2017-09-17 19:36:47.458359"], ["name", "Harmon McKenzie"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gordon.quigley@auer.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gordon.quigley@auer.name"], ["encrypted_password", "$2a$04$PIufNIA2gcN3Hag/sF6Tkut2giw0YpXC8HiVqRoVbXBexg7OzRHpi"], ["created_at", "2017-09-17 19:36:47.463143"], ["updated_at", "2017-09-17 19:36:47.463143"], ["name", "Eugene Mosciski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Quo Vadis"], ["description", "Voluptates earum dolores quod est occaecati ea sequi. Rerum ea quia doloremque ipsam. Alias sequi dolore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Beaulah Glover"], ["created_at", "2017-09-17 19:36:47.467301"], ["updated_at", "2017-09-17 19:36:47.467301"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (87.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (121.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abner_watsica@schulistmosciski.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "abner_watsica@schulistmosciski.net"], ["encrypted_password", "$2a$04$Wn0B5GVOpGqZqEnCJ/wDnevkiBF2hVEVMNLBzBYhWgBN8OOZWDPqm"], ["created_at", "2017-09-17 19:37:56.127247"], ["updated_at", "2017-09-17 19:37:56.127247"], ["name", "Leda McGlynn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tiara_ullrich@cole.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tiara_ullrich@cole.com"], ["encrypted_password", "$2a$04$Vf4.85aAZu16eVtqxg2NbeMde9WsCVRnEqA6RRsOBguUbNr4Yv4Em"], ["created_at", "2017-09-17 19:37:56.132844"], ["updated_at", "2017-09-17 19:37:56.132844"], ["name", "Marisol Barton"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Many-Splendoured Thing"], ["description", "Earum quam fuga ad excepturi. Delectus ex aliquid accusamus. Ut modi et possimus adipisci aut consequatur magnam. Ut temporibus dolores quas qui ratione."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Stephany Lebsack"], ["created_at", "2017-09-17 19:37:56.162375"], ["updated_at", "2017-09-17 19:37:56.162375"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lenny@miller.biz"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lenny@miller.biz"], ["encrypted_password", "$2a$04$FzgfcVtyoTmUNvp5NWA4uOlHPS5jFPthCKXb/kvRzLurKgtkPp4RO"], ["created_at", "2017-09-17 19:37:56.185924"], ["updated_at", "2017-09-17 19:37:56.185924"], ["name", "Ally Nitzsche"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lorine@pourotamm.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lorine@pourotamm.co"], ["encrypted_password", "$2a$04$cULwqRsYfFaq5/IdFSsGi.GUlS2oommB83szu05/Onj6CZc164rq."], ["created_at", "2017-09-17 19:37:56.192712"], ["updated_at", "2017-09-17 19:37:56.192712"], ["name", "Cleo Macejkovic"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Françoise Sagan"], ["description", "Alias vel sed dolor soluta tempore occaecati ea. Aperiam dicta debitis. Eos molestiae ut consequatur nihil illo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dylan Rutherford III"], ["created_at", "2017-09-17 19:37:56.197189"], ["updated_at", "2017-09-17 19:37:56.197189"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.3ms)

 (1.8ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "heather_torp@bartonkeebler.biz"], ["LIMIT", 1]]
SQL (1.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "heather_torp@bartonkeebler.biz"], ["encrypted_password", "$2a$04$uSHSbjXyPDeS.grfVaqeJeB1cEq5ZM8jcGhDvGxEQ1eX7dz3kFZMG"], ["created_at", "2017-09-17 19:37:56.213568"], ["updated_at", "2017-09-17 19:37:56.213568"], ["name", "Armani Larkin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "norwood@muller.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "norwood@muller.biz"], ["encrypted_password", "$2a$04$EZ.2FO0AWy/1ASTGC1aJb.NK1p/hGoH5uTgtmZ1PXi9wRVMS3bF1q"], ["created_at", "2017-09-17 19:37:56.220295"], ["updated_at", "2017-09-17 19:37:56.220295"], ["name", "Cassidy Rolfson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (1.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elta.reilly@walsh.org"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elta.reilly@walsh.org"], ["encrypted_password", "$2a$04$vtALBJGEECSrmKG06kjK9O.7NZrgNjAAkiL.coGnzMcACor/Qyr9K"], ["created_at", "2017-09-17 19:37:56.236185"], ["updated_at", "2017-09-17 19:37:56.236185"], ["name", "Bonnie Little"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kenyon@dach.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kenyon@dach.name"], ["encrypted_password", "$2a$04$8SP9UK6LRWXvS.GEe2zZou/iZUx2qhh4x5a1ois.wJu/CEnPl3msG"], ["created_at", "2017-09-17 19:37:56.242495"], ["updated_at", "2017-09-17 19:37:56.242495"], ["name", "Mrs. Franz Erdman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Specimen Days"], ["description", "Cum sint libero voluptates placeat repellendus quos. In ipsam impedit. Quae est ut totam et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mollie Crist"], ["created_at", "2017-09-17 19:37:56.245553"], ["updated_at", "2017-09-17 19:37:56.245553"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.7ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.2ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauriane_harris@weinat.io"], ["LIMIT", 1]]
SQL (1.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lauriane_harris@weinat.io"], ["encrypted_password", "$2a$04$rmi48EEuhR4klIENmcZPR.ntybDEbCylZ25ZqRji4JUznql6B5Hwq"], ["created_at", "2017-09-17 19:37:56.263084"], ["updated_at", "2017-09-17 19:37:56.263084"], ["name", "Tommie Mayer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darrick.hahn@rowe.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "darrick.hahn@rowe.com"], ["encrypted_password", "$2a$04$I7pugTt72mXkAqv3A05Hm.YMyzo.W6yHYJSTgxiNxUndzBlf7cy/S"], ["created_at", "2017-09-17 19:37:56.269906"], ["updated_at", "2017-09-17 19:37:56.269906"], ["name", "Jayson Sauer Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Ms. Jeff Torp", "description"=>"Omnis inventore eum blanditiis aut. Amet aliquid porro rerum. Id eligendi recusandae esse voluptatibus dolore.", "image"=>"http://lorempixel.com/200/200", "name"=>"Blood's a Rover", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (2.8ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gennaro.reichel@wolfflegros.net"], ["LIMIT", 1]]
SQL (1.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gennaro.reichel@wolfflegros.net"], ["encrypted_password", "$2a$04$IVn7rixqVzrYr.1GDB.az.yrC6hPiOqQWH/mNZ4KKgf7vJ2unkeCO"], ["created_at", "2017-09-17 19:37:56.319973"], ["updated_at", "2017-09-17 19:37:56.319973"], ["name", "Jeremy Lindgren Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "margarete_dietrich@bernierlind.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "margarete_dietrich@bernierlind.net"], ["encrypted_password", "$2a$04$Wwaw/VF.TAuOexGL2WvjzeVqF4RhMyAEOYqtLE65xUx8WctBcGbHS"], ["created_at", "2017-09-17 19:37:56.327107"], ["updated_at", "2017-09-17 19:37:56.327107"], ["name", "Vilma Fahey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Shyanne Schneider IV", "description"=>"Ratione voluptas odio. Vel debitis necessitatibus est.", "image"=>"http://lorempixel.com/200/200", "name"=>"Antic Hay", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (1.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ed@strosinanderson.com"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ed@strosinanderson.com"], ["encrypted_password", "$2a$04$wepT3ov2OU4Zk5nf44qf4ulaJ.F2v/ARyxMpWd1e8f8z0HgGaAJPO"], ["created_at", "2017-09-17 19:37:56.350980"], ["updated_at", "2017-09-17 19:37:56.350980"], ["name", "Reed Wuckert DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rodrigo_schiller@gleichner.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rodrigo_schiller@gleichner.org"], ["encrypted_password", "$2a$04$q7CIaeA7VSYxW9pCReM5Ae0jlsva.klgfmsL9esLJHLGJS1x/wWkO"], ["created_at", "2017-09-17 19:37:56.357966"], ["updated_at", "2017-09-17 19:37:56.357966"], ["name", "Miss Geraldine Heathcote"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dr. Lola Ryan", "description"=>"Suscipit nisi minima repellendus. Qui rerum aut voluptatem accusantium ut tempore dignissimos.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Man Within", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ambrose@beer.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ambrose@beer.net"], ["encrypted_password", "$2a$04$w9C09joBw/CWIDAP//EnhOc.LRIH/dT.E1FLkQgQ.JBAEgz0mNYpC"], ["created_at", "2017-09-17 19:37:56.380717"], ["updated_at", "2017-09-17 19:37:56.380717"], ["name", "Kailyn Nolan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "imogene_shields@sipeporer.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "imogene_shields@sipeporer.io"], ["encrypted_password", "$2a$04$PtisMPnvWdaRHey.oA6sNecRR//2B5jW3GCkikf03sBuho6Bdgpie"], ["created_at", "2017-09-17 19:37:56.386774"], ["updated_at", "2017-09-17 19:37:56.386774"], ["name", "Celine Cremin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Tiger! Tiger!"], ["description", "Quam ut aut quis rerum provident ad. Vero maxime sunt voluptas est. Quam dolor laborum consequatur et at impedit hic. Sed corrupti et eaque minus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Maximillian Kub"], ["created_at", "2017-09-17 19:37:56.391420"], ["updated_at", "2017-09-17 19:37:56.391420"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Junior Donnelly", "description"=>"Ea ab velit eligendi nobis tenetur eum. Et commodi necessitatibus amet sequi ut ut. Recusandae temporibus quas voluptatem ratione assumenda et. Ullam suscipit labore.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Ea ab velit eligendi nobis tenetur eum. Et commodi necessitatibus amet sequi ut ut. Recusandae temporibus quas voluptatem ratione assumenda et. Ullam suscipit labore."], ["author", "Junior Donnelly"], ["updated_at", "2017-09-17 19:37:56.399647"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "salvador@keebler.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "salvador@keebler.biz"], ["encrypted_password", "$2a$04$k4MY33ZiObFrQqAuHhfXluLUY/HkudBN2O2LxubRpGbyYQHfPLwpy"], ["created_at", "2017-09-17 19:37:56.415980"], ["updated_at", "2017-09-17 19:37:56.415980"], ["name", "Casimer Heathcote"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeanette.blanda@koch.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeanette.blanda@koch.org"], ["encrypted_password", "$2a$04$YEX3gX3jSmGghCKz4UKAvOGIx6N.6wwE.s5s9bnV1ZzZqoVt6/shO"], ["created_at", "2017-09-17 19:37:56.422429"], ["updated_at", "2017-09-17 19:37:56.422429"], ["name", "Romaine Adams"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Molestiae sunt eum quae unde et voluptates. Est cumque corporis. Repellendus nemo optio. Voluptates quasi ea suscipit et modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Arjun Witting"], ["created_at", "2017-09-17 19:37:56.426691"], ["updated_at", "2017-09-17 19:37:56.426691"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Arjun Witting", "description"=>"Molestiae sunt eum quae unde et voluptates. Est cumque corporis. Repellendus nemo optio. Voluptates quasi ea suscipit et modi.", "image"=>"http://lorempixel.com/200/200", "name"=>"Shall not Perish", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "holly@rippinkoch.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "holly@rippinkoch.co"], ["encrypted_password", "$2a$04$uXrh105fqzPDYJ2M7not0ef11luUmjkjukvjRCHe35CzkTMdfeFeC"], ["created_at", "2017-09-17 19:37:56.447128"], ["updated_at", "2017-09-17 19:37:56.447128"], ["name", "Jude Schoen"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lafayette@gerlach.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lafayette@gerlach.biz"], ["encrypted_password", "$2a$04$A66w1J/ATo17lR8YDdwjs.ZS0J/sh7cCSz9S85ERmZ0B85E3X8YuK"], ["created_at", "2017-09-17 19:37:56.453329"], ["updated_at", "2017-09-17 19:37:56.453329"], ["name", "Bulah Wilkinson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Precious Bane"], ["description", "A et ut veritatis sint aut rem repellat. Nobis ut rem enim natus qui omnis qui. Quia aut enim odio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kayla Collins"], ["created_at", "2017-09-17 19:37:56.458907"], ["updated_at", "2017-09-17 19:37:56.458907"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Tito Beier", "description"=>"Omnis quae assumenda corporis labore tempore et iusto.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Moving Toyshop", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "The Moving Toyshop"], ["description", "Omnis quae assumenda corporis labore tempore et iusto."], ["author", "Tito Beier"], ["updated_at", "2017-09-17 19:37:56.467109"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 7ms (ActiveRecord: 0.8ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "irving@smithamhowell.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "irving@smithamhowell.com"], ["encrypted_password", "$2a$04$dsCP.m6.a6ZZrcpYi5OA8OcaJNxOT/aDXSZAVtMkEKilj1vg4zJmS"], ["created_at", "2017-09-17 19:37:56.481400"], ["updated_at", "2017-09-17 19:37:56.481400"], ["name", "Jacynthe Olson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "katherine@greenfelder.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "katherine@greenfelder.info"], ["encrypted_password", "$2a$04$Vw6SWP22qJPYMBghDEMbV.UjNOpDk.6uuryhwt14BXYuh3iWo0rOS"], ["created_at", "2017-09-17 19:37:56.487178"], ["updated_at", "2017-09-17 19:37:56.487178"], ["name", "Mrs. Alanna Keebler"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Unweaving the Rainbow"], ["description", "Aut qui eos. Consequatur voluptas eos laborum quis doloremque aperiam. Vitae cupiditate quo molestiae itaque at."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Greta Pfannerstill"], ["created_at", "2017-09-17 19:37:56.491416"], ["updated_at", "2017-09-17 19:37:56.491416"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "blair.ryan@predovicsauer.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "blair.ryan@predovicsauer.name"], ["encrypted_password", "$2a$04$jatOZ4nVfvzNcTNh.BEy7Ofxc/25yz4FUR//FRGhEf2249zg3Kh02"], ["created_at", "2017-09-17 19:37:56.509280"], ["updated_at", "2017-09-17 19:37:56.509280"], ["name", "Mary Murray"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mohammad.hahn@kihn.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mohammad.hahn@kihn.co"], ["encrypted_password", "$2a$04$95/xefCzbRZmVfH6ZYNEKOa/2jgZJUu0GiaykYk.ighRNHENsAX9a"], ["created_at", "2017-09-17 19:37:56.515200"], ["updated_at", "2017-09-17 19:37:56.515200"], ["name", "Delphine Waters V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Great Work of Time"], ["description", "Et minus repellendus quia. A qui esse dolores ad quibusdam. Vel quibusdam repudiandae dolore. Rerum eligendi repellat beatae fuga."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Guy Zemlak"], ["created_at", "2017-09-17 19:37:56.519728"], ["updated_at", "2017-09-17 19:37:56.519728"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (176.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (119.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "blaze.emmerich@macejkovic.name"], ["LIMIT", 1]]
SQL (1.0ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "blaze.emmerich@macejkovic.name"], ["encrypted_password", "$2a$04$6/.rx0gaJQIqyqlYTnWKs.EryxXQTY0/uZjnHESI87QTrM0FMSpgC"], ["created_at", "2017-09-17 19:40:07.088468"], ["updated_at", "2017-09-17 19:40:07.088468"], ["name", "Zaria Wolff"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dandre@green.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dandre@green.net"], ["encrypted_password", "$2a$04$ys6IS5npAmjodWQYtOgv4.c6y8yngjqfVHWF7mbR2HeRD5IY0.6wO"], ["created_at", "2017-09-17 19:40:07.094670"], ["updated_at", "2017-09-17 19:40:07.094670"], ["name", "Lela Nitzsche"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Faker::Book.title"], ["description", "Modi maiores tenetur nulla. Similique quisquam dolor molestias."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Seamus Bartoletti"], ["created_at", "2017-09-17 19:40:07.121509"], ["updated_at", "2017-09-17 19:40:07.121509"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.7ms | ActiveRecord: 0.3ms)

 (0.8ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jayce_dickens@gottlieb.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jayce_dickens@gottlieb.biz"], ["encrypted_password", "$2a$04$Whb7CrKudVA06NLEbcwUJOFKt5VON5O9Ev7qsar3RF/xgzw/SymIC"], ["created_at", "2017-09-17 19:40:07.144612"], ["updated_at", "2017-09-17 19:40:07.144612"], ["name", "Marianna Haag"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ellie@kuvalis.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ellie@kuvalis.com"], ["encrypted_password", "$2a$04$3nmR7ajMs03kYwQuHWKxg.xaKqYJ1hO3f3vYyNto.Lntaj1eY0uHe"], ["created_at", "2017-09-17 19:40:07.151126"], ["updated_at", "2017-09-17 19:40:07.151126"], ["name", "Judd Rogahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Faker::Book.title"], ["description", "Ut voluptatem est soluta vel veritatis aliquam ut. Quo est vel mollitia ipsam excepturi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Antonietta Gislason"], ["created_at", "2017-09-17 19:40:07.154426"], ["updated_at", "2017-09-17 19:40:07.154426"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adolph.schmidt@balistreri.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "adolph.schmidt@balistreri.co"], ["encrypted_password", "$2a$04$7DEho/R3fNT1ZfTFQoF0Ye3AZ0f1gbTs8vA9WvuCxj7CHT8u6e1Ri"], ["created_at", "2017-09-17 19:40:07.168754"], ["updated_at", "2017-09-17 19:40:07.168754"], ["name", "Andreane Bednar"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kathleen@cristgreenfelder.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kathleen@cristgreenfelder.biz"], ["encrypted_password", "$2a$04$SPvC/tPTzTDI6BbysrM/HexvwHLnFj8oDzPAzXFxHLiPgZjUBooaK"], ["created_at", "2017-09-17 19:40:07.174391"], ["updated_at", "2017-09-17 19:40:07.174391"], ["name", "Elenor Ebert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marietta.larson@collinsheathcote.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marietta.larson@collinsheathcote.org"], ["encrypted_password", "$2a$04$DIvnTuifok3QotRVVu2N/uWkOB4ccO.yd7Hh8pkNO5bDeyR1htlqi"], ["created_at", "2017-09-17 19:40:07.188571"], ["updated_at", "2017-09-17 19:40:07.188571"], ["name", "Maia Fisher I"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "coty@terry.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "coty@terry.name"], ["encrypted_password", "$2a$04$lGHfgz9g0k99ya83Ld7ddOTb6QIB7KBQvstJu9QYbK6wlbtLtrlBm"], ["created_at", "2017-09-17 19:40:07.194242"], ["updated_at", "2017-09-17 19:40:07.194242"], ["name", "Danielle Connelly DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Faker::Book.title"], ["description", "Voluptatem ad ullam. Soluta sed rerum maxime voluptate."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jaron Stehr"], ["created_at", "2017-09-17 19:40:07.197194"], ["updated_at", "2017-09-17 19:40:07.197194"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "austyn.predovic@boyer.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "austyn.predovic@boyer.com"], ["encrypted_password", "$2a$04$OhZeAMjB5sW/9u0nwzGXNOHw5edwS57/vfgh8d9nCwe8zEGjBux/u"], ["created_at", "2017-09-17 19:40:07.211739"], ["updated_at", "2017-09-17 19:40:07.211739"], ["name", "Damien Aufderhar"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bria_heel@bernhard.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bria_heel@bernhard.org"], ["encrypted_password", "$2a$04$gDqDPkebTn8ZiI4c/gGia.IX1VOFlV1WnVnj6gxtBIig9SSGj8mae"], ["created_at", "2017-09-17 19:40:07.216603"], ["updated_at", "2017-09-17 19:40:07.216603"], ["name", "Leila Hodkiewicz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Hulda Lowe", "description"=>"Temporibus rem assumenda ipsam aperiam. Sequi quas voluptate laborum. Aut facilis quibusdam minus reiciendis et molestiae saepe. Hic delectus dolores quia et magni reiciendis.", "image"=>"http://lorempixel.com/200/200", "name"=>"Faker::Book.title", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pattie_oreilly@bauch.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "pattie_oreilly@bauch.name"], ["encrypted_password", "$2a$04$Rw6kpbh73UIhhu6PpEhxH.uiQaGddZmZx18mIkhCyquOIyaiDIeZm"], ["created_at", "2017-09-17 19:40:07.247316"], ["updated_at", "2017-09-17 19:40:07.247316"], ["name", "Roselyn Green"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosendo.vonrueden@koelpinernser.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rosendo.vonrueden@koelpinernser.org"], ["encrypted_password", "$2a$04$/c8rBXGoFrQuSEEuKoxBZuTx1xV8DQoNkvFGIVGw3ks7pn31uZgwe"], ["created_at", "2017-09-17 19:40:07.253527"], ["updated_at", "2017-09-17 19:40:07.253527"], ["name", "Mr. Waino Schimmel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Gabriella Reinger V", "description"=>"Omnis ipsa debitis omnis veniam. Qui sint et magnam. Fugiat natus minus aut dolore illum. Et non repudiandae quisquam dicta.", "image"=>"http://lorempixel.com/200/200", "name"=>"Faker::Book.title", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jasen@considine.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jasen@considine.io"], ["encrypted_password", "$2a$04$ya4MaTDNCV4Z5DIQqfJ0XOsSpaENOI8rhsSPIYuJgjgUASJT7DoLW"], ["created_at", "2017-09-17 19:40:07.269773"], ["updated_at", "2017-09-17 19:40:07.269773"], ["name", "Helena Kling"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sage@runolfsdottirgoodwin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sage@runolfsdottirgoodwin.net"], ["encrypted_password", "$2a$04$y.wXl2Xqnx.WBfEXJEUCD.x/ZkuVmNLnqJbCP7GaiNgZ66G7B1jma"], ["created_at", "2017-09-17 19:40:07.275291"], ["updated_at", "2017-09-17 19:40:07.275291"], ["name", "Leatha Emard I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Abbigail Mosciski", "description"=>"Minus tempore deserunt harum eveniet eius. Sequi repellendus veritatis dolor.", "image"=>"http://lorempixel.com/200/200", "name"=>"No Highway", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eulalia@stamm.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eulalia@stamm.biz"], ["encrypted_password", "$2a$04$qfkHVSa/7ZVC9f1hWUkLx.DrZ1g0fAUnlbj8f25ZL9.YSHIZpkZ6m"], ["created_at", "2017-09-17 19:40:07.290617"], ["updated_at", "2017-09-17 19:40:07.290617"], ["name", "Ludie Kautzer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "heloise@daugherty.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "heloise@daugherty.name"], ["encrypted_password", "$2a$04$v1oowWuIfcXxl9Behxwj8eLwaiYoa.cABauuRM.y44iPyRgwXTXm6"], ["created_at", "2017-09-17 19:40:07.296052"], ["updated_at", "2017-09-17 19:40:07.296052"], ["name", "Miss Reginald Hintz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Faker::Book.title"], ["description", "Fuga ea autem mollitia qui. Saepe perferendis quae. Nihil excepturi facere ut dolore iure quis recusandae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Leanna Daniel"], ["created_at", "2017-09-17 19:40:07.298946"], ["updated_at", "2017-09-17 19:40:07.298946"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Giovanny Bosco", "description"=>"Et libero delectus suscipit nostrum. Et at nam ut aperiam.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Et libero delectus suscipit nostrum. Et at nam ut aperiam."], ["author", "Giovanny Bosco"], ["updated_at", "2017-09-17 19:40:07.306644"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anderson_abernathy@sipes.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "anderson_abernathy@sipes.co"], ["encrypted_password", "$2a$04$wEJLTSP7EZFTr6LMpytib.bbeYO5wXl0S261p2ALR9ivqCgXSnDyC"], ["created_at", "2017-09-17 19:40:07.318475"], ["updated_at", "2017-09-17 19:40:07.318475"], ["name", "Miss Hermann Sanford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "camila@upton.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "camila@upton.org"], ["encrypted_password", "$2a$04$BYIdlqZLFYg3VP.zorRTW.dm8C..aJw3AfzVFSEKn2grquLHyyCHm"], ["created_at", "2017-09-17 19:40:07.323257"], ["updated_at", "2017-09-17 19:40:07.323257"], ["name", "Myrl Lang"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Faker::Book.title"], ["description", "Quis totam et doloribus est illo. Minima soluta nam quidem quo recusandae saepe sunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Irma Stracke PhD"], ["created_at", "2017-09-17 19:40:07.326170"], ["updated_at", "2017-09-17 19:40:07.326170"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Irma Stracke PhD", "description"=>"Quis totam et doloribus est illo. Minima soluta nam quidem quo recusandae saepe sunt.", "image"=>"http://lorempixel.com/200/200", "name"=>"Faker::Book.title", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "evangeline@cronin.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "evangeline@cronin.biz"], ["encrypted_password", "$2a$04$vNJjUWaAqs11TPbVbDO0FuIGOZ8DEFf.pAlCxu/rzeJGvT21Fr3I2"], ["created_at", "2017-09-17 19:40:07.342975"], ["updated_at", "2017-09-17 19:40:07.342975"], ["name", "Mr. John Hauck"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "doyle_vandervort@johnsmcglynn.co"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "doyle_vandervort@johnsmcglynn.co"], ["encrypted_password", "$2a$04$56PU7oDjljfY0TyvU1EJmuE5.KsltKOlvVqa.i3bK.ZnU7qFh.YLy"], ["created_at", "2017-09-17 19:40:07.347865"], ["updated_at", "2017-09-17 19:40:07.347865"], ["name", "Curt Lueilwitz V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Faker::Book.title"], ["description", "Facilis accusantium at animi dolorem maxime. Illo reiciendis aut quae velit nam quasi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Armani Kihn"], ["created_at", "2017-09-17 19:40:07.353053"], ["updated_at", "2017-09-17 19:40:07.353053"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Amira Lowe", "description"=>"Dicta error accusamus. Delectus ut ut aut. Officia sed fugiat.", "image"=>"http://lorempixel.com/200/200", "name"=>"Look to Windward", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "Look to Windward"], ["description", "Dicta error accusamus. Delectus ut ut aut. Officia sed fugiat."], ["author", "Amira Lowe"], ["updated_at", "2017-09-17 19:40:07.358897"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dell@smitham.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dell@smitham.co"], ["encrypted_password", "$2a$04$QXgHRa96XWaCfFE0ZvC1DOqeRMr5tvcnNuuytwap.iwg.1qz3ZO.O"], ["created_at", "2017-09-17 19:40:07.371592"], ["updated_at", "2017-09-17 19:40:07.371592"], ["name", "Stan Bayer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jameson.denesik@towne.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jameson.denesik@towne.net"], ["encrypted_password", "$2a$04$sD/j9ShqA/OT/gFfz/cZ4e9m9dT5aOzLKqvtcgpw9H8Htu2afuHzy"], ["created_at", "2017-09-17 19:40:07.377077"], ["updated_at", "2017-09-17 19:40:07.377077"], ["name", "Joanny Koch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Faker::Book.title"], ["description", "Sed nisi illum quae quisquam vero. Est exercitationem natus id eos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Joseph Heaney"], ["created_at", "2017-09-17 19:40:07.379896"], ["updated_at", "2017-09-17 19:40:07.379896"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bruce@dubuque.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bruce@dubuque.biz"], ["encrypted_password", "$2a$04$johcDt9mcxCH9GcAAWigtuMB5F5YsKEmBgdB/ms41ks4kJGOiZ0vi"], ["created_at", "2017-09-17 19:40:07.396625"], ["updated_at", "2017-09-17 19:40:07.396625"], ["name", "Nelda Brakus"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "floie@romaguera.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "floie@romaguera.net"], ["encrypted_password", "$2a$04$K7R9szR9sf06iIc8tfhtyOaategBzvAVN42mRErc8vevC/KST2Xri"], ["created_at", "2017-09-17 19:40:07.401310"], ["updated_at", "2017-09-17 19:40:07.401310"], ["name", "Else Rempel DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Faker::Book.title"], ["description", "Neque aut voluptatem nesciunt minima vel. Aut rerum velit. Et dolore nihil doloribus quis iusto quibusdam ab. Dolorem animi odio at eum libero aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nash Reynolds"], ["created_at", "2017-09-17 19:40:07.404372"], ["updated_at", "2017-09-17 19:40:07.404372"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (98.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (86.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jada.jakubowski@bosco.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jada.jakubowski@bosco.com"], ["encrypted_password", "$2a$04$jvYj2AWMKOnJNqSEZ.DD1eAHDDSFcpYnPYJ73HwlubOwdHbWJvC7."], ["created_at", "2017-09-17 19:40:38.430699"], ["updated_at", "2017-09-17 19:40:38.430699"], ["name", "Riley MacGyver"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eunice.terry@stehrbotsford.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eunice.terry@stehrbotsford.co"], ["encrypted_password", "$2a$04$1kGqNjV4wIyBgdoncToiT.AhcsoX7eMXQ.SSQjhLmFZii.s3Ip7uy"], ["created_at", "2017-09-17 19:40:38.435891"], ["updated_at", "2017-09-17 19:40:38.435891"], ["name", "Dawson Kautzer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "That Hideous Strength"], ["description", "Beatae pariatur inventore. Dolorum laborum quaerat cumque porro nostrum numquam rem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Carter Lakin"], ["created_at", "2017-09-17 19:40:38.458643"], ["updated_at", "2017-09-17 19:40:38.458643"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aisha@wehner.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aisha@wehner.net"], ["encrypted_password", "$2a$04$oYLOTV35kR6shmLhWnVYVOn8bLApeb1/kpDzvuOhJPwimzzv6d.dy"], ["created_at", "2017-09-17 19:40:38.480813"], ["updated_at", "2017-09-17 19:40:38.480813"], ["name", "Ms. Jaquelin Hoeger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jade@schneiderfadel.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jade@schneiderfadel.io"], ["encrypted_password", "$2a$04$xzTZiPSAWKTT4THUN30Nd.gZ0zlO1MVGY3PwrV0vgnoaKmAsTaS.a"], ["created_at", "2017-09-17 19:40:38.486224"], ["updated_at", "2017-09-17 19:40:38.486224"], ["name", "Luz Rowe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "What's Become of Waring"], ["description", "Quia et ea quae laudantium architecto. Necessitatibus blanditiis ipsam. Fugit ex tempora."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Anastasia Emmerich PhD"], ["created_at", "2017-09-17 19:40:38.489172"], ["updated_at", "2017-09-17 19:40:38.489172"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darren.rosenbaum@davisraynor.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "darren.rosenbaum@davisraynor.com"], ["encrypted_password", "$2a$04$.biojxrloz5et.nCgFpa9u.MaKJ.g3GhQ85C1yBMvCZEq7SvuAAda"], ["created_at", "2017-09-17 19:40:38.504677"], ["updated_at", "2017-09-17 19:40:38.504677"], ["name", "Norbert Paucek"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dexter.roob@vonlemke.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dexter.roob@vonlemke.co"], ["encrypted_password", "$2a$04$Bb9nR2yQ/Rdkp1oRYqIL2OuUN.qyjCH62UUKhe8M1WaNqKgzKA/X."], ["created_at", "2017-09-17 19:40:38.509378"], ["updated_at", "2017-09-17 19:40:38.509378"], ["name", "Uriah Padberg"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jerome@lockmanquigley.name"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jerome@lockmanquigley.name"], ["encrypted_password", "$2a$04$KD5YnKZ.OAM3gxIbHpCAUuqVcgo3p7oflPQqqartz9ltoSOzHSdO2"], ["created_at", "2017-09-17 19:40:38.523382"], ["updated_at", "2017-09-17 19:40:38.523382"], ["name", "Pansy Tremblay"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "oda@gutmann.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "oda@gutmann.name"], ["encrypted_password", "$2a$04$whtmpJZlZAOHRrHK1VY2uev30eYzVH2Kbl2LlzkufWlZst/6zYXSS"], ["created_at", "2017-09-17 19:40:38.528882"], ["updated_at", "2017-09-17 19:40:38.528882"], ["name", "Heber Fadel"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Heart Is Deceitful Above All Things"], ["description", "Inventore ipsa eligendi. Maxime eos voluptate aut. Dolorem rerum ad molestiae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Abigail Sipes"], ["created_at", "2017-09-17 19:40:38.531815"], ["updated_at", "2017-09-17 19:40:38.531815"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sheldon@dietrich.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sheldon@dietrich.biz"], ["encrypted_password", "$2a$04$fXF4SFXps6O/WArDpi6obOjwpZv1eFxPDcfXqoHVn42u34qPQYBWS"], ["created_at", "2017-09-17 19:40:38.547595"], ["updated_at", "2017-09-17 19:40:38.547595"], ["name", "Leonor Doyle"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "enoch@feeney.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "enoch@feeney.com"], ["encrypted_password", "$2a$04$m9rRhTmzqpQADQARD4NTY.bA.TXV9dHSnXJJj2kacKsDPkhQK7/E."], ["created_at", "2017-09-17 19:40:38.552294"], ["updated_at", "2017-09-17 19:40:38.552294"], ["name", "Sheridan Skiles"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Reed Beatty", "description"=>"Sit id consequuntur ut. Qui et harum provident autem.", "image"=>"http://lorempixel.com/200/200", "name"=>"Alone on a Wide, Wide Sea", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ralph@kihn.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ralph@kihn.name"], ["encrypted_password", "$2a$04$FF3S7lVUrABa.Iv8v8PCreJbV7Lr0Fd/53Z6TNKHtkbkm301ee9HC"], ["created_at", "2017-09-17 19:40:38.583361"], ["updated_at", "2017-09-17 19:40:38.583361"], ["name", "Oliver Crona"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caandre@rutherfordsipes.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caandre@rutherfordsipes.io"], ["encrypted_password", "$2a$04$MVtV6zmd.RQ4SPegGb2B1OLk7z.aDyJlgBorT.C6g0ePKd5vEIsv6"], ["created_at", "2017-09-17 19:40:38.588907"], ["updated_at", "2017-09-17 19:40:38.588907"], ["name", "Ewald Runolfsdottir V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Kailee Reichert", "description"=>"Quidem id sapiente ut dolorum ut laboriosam aliquam. Quas exercitationem explicabo eligendi consequuntur unde. Mollitia nostrum cupiditate laborum accusantium voluptatem. Voluptatem numquam consequatur eum maxime quaerat quisquam.", "image"=>"http://lorempixel.com/200/200", "name"=>"To Say Nothing of the Dog", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nella_grimes@emmerichmacgyver.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nella_grimes@emmerichmacgyver.info"], ["encrypted_password", "$2a$04$zgf4NPFBbt8zXtMoI9BdOON2K5QYDMYhkChlEIgZQjCx6BfzmnQRm"], ["created_at", "2017-09-17 19:40:38.605937"], ["updated_at", "2017-09-17 19:40:38.605937"], ["name", "Juliana Lubowitz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mariah.mueller@turcotte.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mariah.mueller@turcotte.biz"], ["encrypted_password", "$2a$04$fZEanSB4Kl82JKECt25bTOIrSxMavqAdVzNjGSBJTLM4jnT9VJurW"], ["created_at", "2017-09-17 19:40:38.610611"], ["updated_at", "2017-09-17 19:40:38.610611"], ["name", "Jo Bergnaum"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Porter Jast", "description"=>"Dignissimos in distinctio amet molestiae omnis. Fuga consequuntur laudantium iste unde nulla. Necessitatibus accusamus omnis nemo sit asperiores est.", "image"=>"http://lorempixel.com/200/200", "name"=>"When the Green Woods Laugh", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "humberto@hegmann.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "humberto@hegmann.org"], ["encrypted_password", "$2a$04$jYh9vu4ni/DYgSQVdS5KmO6I6F8n.xwjKHZAbp5mOI6c/SRM341V2"], ["created_at", "2017-09-17 19:40:38.627666"], ["updated_at", "2017-09-17 19:40:38.627666"], ["name", "Randy Rutherford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stefan.hermann@koeppmorar.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stefan.hermann@koeppmorar.net"], ["encrypted_password", "$2a$04$wKsmN5Nkz0kE2SceJtkbUu66sO.CwWhR3KiDXWxeudwZb.1O8pUDe"], ["created_at", "2017-09-17 19:40:38.632373"], ["updated_at", "2017-09-17 19:40:38.632373"], ["name", "Reece Herman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Way of All Flesh"], ["description", "Autem debitis soluta. Consequatur quia voluptatem. Eos repudiandae voluptas eos sed similique."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jarvis Torphy"], ["created_at", "2017-09-17 19:40:38.635440"], ["updated_at", "2017-09-17 19:40:38.635440"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Joyce Kuphal PhD", "description"=>"Deleniti ut est. Quos numquam necessitatibus qui itaque. Id similique atque quis in. Expedita deleniti aut optio et enim.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Deleniti ut est. Quos numquam necessitatibus qui itaque. Id similique atque quis in. Expedita deleniti aut optio et enim."], ["author", "Joyce Kuphal PhD"], ["updated_at", "2017-09-17 19:40:38.641661"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "millie_marquardt@schaden.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "millie_marquardt@schaden.co"], ["encrypted_password", "$2a$04$psyRpSt6xrrr66cpWmmSV.pdpkzZypiAN5vJqhvSJW1z56IRjqIZq"], ["created_at", "2017-09-17 19:40:38.653380"], ["updated_at", "2017-09-17 19:40:38.653380"], ["name", "Duane Haag"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tatum_von@luettgen.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tatum_von@luettgen.name"], ["encrypted_password", "$2a$04$uQefQQDXBDiG9SSSz/cTnu8RovLODELnnrN8BOBX1PrUuZMmGy9sy"], ["created_at", "2017-09-17 19:40:38.658157"], ["updated_at", "2017-09-17 19:40:38.658157"], ["name", "Ms. Nestor Farrell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "This Lime Tree Bower"], ["description", "Dolores at hic iusto vel. Qui fuga enim."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Penelope Koelpin"], ["created_at", "2017-09-17 19:40:38.661012"], ["updated_at", "2017-09-17 19:40:38.661012"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Dr. Penelope Koelpin", "description"=>"Dolores at hic iusto vel. Qui fuga enim.", "image"=>"http://lorempixel.com/200/200", "name"=>"This Lime Tree Bower", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luciano@schneider.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "luciano@schneider.com"], ["encrypted_password", "$2a$04$k8B5TKbydgC8j.aN5KfFXObw9XGt/M4m/lufnG0ohujiTuIxJyNrq"], ["created_at", "2017-09-17 19:40:38.677568"], ["updated_at", "2017-09-17 19:40:38.677568"], ["name", "Laura Cummerata V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "javonte@prohaskaankunding.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "javonte@prohaskaankunding.name"], ["encrypted_password", "$2a$04$EiHz514j6ZMgaTXL62obU.knXuRneGKTJwu0pReRZvzsp/8xbeuli"], ["created_at", "2017-09-17 19:40:38.682419"], ["updated_at", "2017-09-17 19:40:38.682419"], ["name", "Johnathon Wunsch"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Your Scattered Bodies Go"], ["description", "Qui facere nobis accusantium voluptates et et repudiandae. Ea quas dolores omnis ab. Expedita non dolores adipisci. Architecto excepturi qui et sunt repudiandae sint."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jacinthe Kessler"], ["created_at", "2017-09-17 19:40:38.687672"], ["updated_at", "2017-09-17 19:40:38.687672"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Amaya Conroy", "description"=>"Laborum necessitatibus et velit nihil facilis. Quis cupiditate id reprehenderit. Nesciunt repudiandae optio.", "image"=>"http://lorempixel.com/200/200", "name"=>"Behold the Man", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Unpermitted parameter: :user_id

 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "Behold the Man"], ["description", "Laborum necessitatibus et velit nihil facilis. Quis cupiditate id reprehenderit. Nesciunt repudiandae optio."], ["author", "Amaya Conroy"], ["updated_at", "2017-09-17 19:40:38.693272"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bertram@jast.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bertram@jast.biz"], ["encrypted_password", "$2a$04$s8S/b2oYVlJI4ZWvtnR.1edKT3MBgPXRtgspzeGlHbgY2jVReQdma"], ["created_at", "2017-09-17 19:40:38.706670"], ["updated_at", "2017-09-17 19:40:38.706670"], ["name", "Dr. Kathryn Robel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elna@goldner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elna@goldner.info"], ["encrypted_password", "$2a$04$GM16uLjOkcwTvYtELZC7J.DXpMSJB/cqv7tUKu36e7y8micXXREHu"], ["created_at", "2017-09-17 19:40:38.711869"], ["updated_at", "2017-09-17 19:40:38.711869"], ["name", "Alvena Towne III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In Death Ground"], ["description", "Incidunt eos aut quaerat sit itaque labore ipsam. Sapiente corporis distinctio mollitia perspiciatis ut est. Est cumque totam distinctio. Expedita eveniet ut voluptatem laboriosam sequi sunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Janice Mertz"], ["created_at", "2017-09-17 19:40:38.714727"], ["updated_at", "2017-09-17 19:40:38.714727"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "susan@koelpinrobel.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "susan@koelpinrobel.com"], ["encrypted_password", "$2a$04$UxdpB0GJzf2YgxM0a.SWeucQmuCWP8efWcNsCuTDNr9nnASofn3dC"], ["created_at", "2017-09-17 19:40:38.730834"], ["updated_at", "2017-09-17 19:40:38.730834"], ["name", "Erling Bailey"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cornelius.mraz@conn.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cornelius.mraz@conn.com"], ["encrypted_password", "$2a$04$vPAZ7D5XSs4hay51tXC0Fen8B9zF2jlq9Lmzv1G3KP0QiexbSV7YK"], ["created_at", "2017-09-17 19:40:38.735591"], ["updated_at", "2017-09-17 19:40:38.735591"], ["name", "Willy West"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Have His Carcase"], ["description", "Qui eius non animi soluta itaque. Et aliquam ab placeat ut ullam voluptas. Eum est sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Amely Kunze"], ["created_at", "2017-09-17 19:40:38.738630"], ["updated_at", "2017-09-17 19:40:38.738630"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (150.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ole_deckow@schroeder.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ole_deckow@schroeder.net"], ["encrypted_password", "$2a$04$H4LMl11zBlBduIg8zxbk5eq5bSVuOqgrMYWRFlEyiQ35iQXxTjLri"], ["created_at", "2017-09-17 19:41:56.836216"], ["updated_at", "2017-09-17 19:41:56.836216"], ["name", "Annalise Jones"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanni.bosco@mayer.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "giovanni.bosco@mayer.net"], ["encrypted_password", "$2a$04$C32sduG9QcnHN/W4kuAro.fg1U.tl/mtkw6fqTYjchiFakSh6IcYW"], ["created_at", "2017-09-17 19:41:56.841194"], ["updated_at", "2017-09-17 19:41:56.841194"], ["name", "Lesley VonRueden"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Look Homeward, Angel"], ["description", "Et voluptatum incidunt ratione unde qui. Eius dolor quo quibusdam sed quia doloremque. Molestiae quam ut eos. Architecto iure voluptatem libero molestiae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Orpha McDermott"], ["created_at", "2017-09-17 19:41:56.863361"], ["updated_at", "2017-09-17 19:41:56.863361"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cathy@schinner.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cathy@schinner.name"], ["encrypted_password", "$2a$04$PU08rGaYbtHQQik0e8cdZ.IcS72bFmz2CfU1J2gVfjQHxldQKQaq2"], ["created_at", "2017-09-17 19:41:56.883916"], ["updated_at", "2017-09-17 19:41:56.883916"], ["name", "Ms. Reyna Strosin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kellie.hyatt@dietrich.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kellie.hyatt@dietrich.name"], ["encrypted_password", "$2a$04$W0skvHhGGvZNISq4WJLO2elYTc2rykc/ESJRL4IiVm3pGGzHCdG66"], ["created_at", "2017-09-17 19:41:56.888396"], ["updated_at", "2017-09-17 19:41:56.888396"], ["name", "Brenden Nicolas MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Endless Night"], ["description", "Id molestiae corporis excepturi consequatur fugiat sint. Quia rerum ut iure fugiat modi. Sit dolorum eaque fugit enim aut pariatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Brendon Johnson"], ["created_at", "2017-09-17 19:41:56.890972"], ["updated_at", "2017-09-17 19:41:56.890972"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jacques@vonruedenlowe.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jacques@vonruedenlowe.com"], ["encrypted_password", "$2a$04$jJljOVhBAimVWuxedZvfX.8kg7tfXGRJbJqJIrnfrdVUtusVHWkha"], ["created_at", "2017-09-17 19:41:56.904291"], ["updated_at", "2017-09-17 19:41:56.904291"], ["name", "Miss Lonzo Shanahan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tamara@funk.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tamara@funk.info"], ["encrypted_password", "$2a$04$UWEqtjxs49Ckrax.Z2JQgOq0UgbuIR/6GMGMm5dc.DEZ1tueX9d2O"], ["created_at", "2017-09-17 19:41:56.908514"], ["updated_at", "2017-09-17 19:41:56.908514"], ["name", "Mr. Jermey Dietrich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fred@haleythompson.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fred@haleythompson.io"], ["encrypted_password", "$2a$04$SwJq18VaS5r/ic/4rBSVbOw2W6P0qe801m4R7CkEL4Mzx1PO.2a6e"], ["created_at", "2017-09-17 19:41:56.921441"], ["updated_at", "2017-09-17 19:41:56.921441"], ["name", "Mrs. Alba Marvin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clair.lubowitz@ziemann.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clair.lubowitz@ziemann.com"], ["encrypted_password", "$2a$04$vxsFP50B4yU5xt7xtaNAQ.YZYtBJ8xSr6l0S5wCva6U7Ueuo/eshC"], ["created_at", "2017-09-17 19:41:56.925581"], ["updated_at", "2017-09-17 19:41:56.925581"], ["name", "Beaulah Simonis"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "O Jerusalem!"], ["description", "Et omnis omnis ducimus odit maxime est dolores. Quod cum aut non atque. Modi consectetur ea amet in ea. Saepe sed est veniam est dolores earum ratione."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Isadore Will"], ["created_at", "2017-09-17 19:41:56.928149"], ["updated_at", "2017-09-17 19:41:56.928149"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lora_gerlach@kunde.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lora_gerlach@kunde.info"], ["encrypted_password", "$2a$04$l/aaQObvt5R.s3aGYvMqueR3FClUcItgX6MhljpYvbQQT3xGI/DxW"], ["created_at", "2017-09-17 19:41:56.942010"], ["updated_at", "2017-09-17 19:41:56.942010"], ["name", "Helen Jaskolski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dina.hamill@bahringer.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dina.hamill@bahringer.name"], ["encrypted_password", "$2a$04$fvpJy65KCc3BtJxvI19nPeMUTd5nfSplloxsjTrL.aetcfIHYX022"], ["created_at", "2017-09-17 19:41:56.946276"], ["updated_at", "2017-09-17 19:41:56.946276"], ["name", "Merlin Stracke"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Alisha Heller", "description"=>"Et voluptatem quia sint iste. Blanditiis et ullam iusto. Delectus sunt similique nesciunt ipsam itaque laborum non.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Glory and the Dream", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Glory and the Dream"], ["description", "Et voluptatem quia sint iste. Blanditiis et ullam iusto. Delectus sunt similique nesciunt ipsam itaque laborum non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alisha Heller"], ["created_at", "2017-09-17 19:41:56.957708"], ["updated_at", "2017-09-17 19:41:56.957708"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eryn_stroman@wilderman.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eryn_stroman@wilderman.co"], ["encrypted_password", "$2a$04$MTFneOmDoTSqeFL9FG45mOyUPfcujbaEjDRO5G0E/Za6qqc8jkqWu"], ["created_at", "2017-09-17 19:41:56.967037"], ["updated_at", "2017-09-17 19:41:56.967037"], ["name", "Dr. Steve Franecki"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sonny@wittingmurray.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sonny@wittingmurray.com"], ["encrypted_password", "$2a$04$n5hbGK8NxITickNgViJMVuTMpbtcOEqU4z8jJTE.f8LmhZ1wsYh1."], ["created_at", "2017-09-17 19:41:56.971268"], ["updated_at", "2017-09-17 19:41:56.971268"], ["name", "Marshall Oberbrunner Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Nicklaus Botsford III", "description"=>"Voluptatem dolor minima. Id optio vel aut. Nihil amet velit. Voluptates ut natus nesciunt.", "image"=>"http://lorempixel.com/200/200", "name"=>"Fair Stood the Wind for France", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Fair Stood the Wind for France"], ["description", "Voluptatem dolor minima. Id optio vel aut. Nihil amet velit. Voluptates ut natus nesciunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nicklaus Botsford III"], ["created_at", "2017-09-17 19:41:56.975751"], ["updated_at", "2017-09-17 19:41:56.975751"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paxton_mann@hintz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "paxton_mann@hintz.org"], ["encrypted_password", "$2a$04$jFHlFOi896WsQiYYtDHaRuq4SLZp.8.KLvV6ZNpTvbWj8bXiTWtRe"], ["created_at", "2017-09-17 19:41:56.988478"], ["updated_at", "2017-09-17 19:41:56.988478"], ["name", "Rae Schuppe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jee.padberg@johns.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jee.padberg@johns.name"], ["encrypted_password", "$2a$04$JT7YMFyFzSx4kweazyo15OsCuVD0Joxz1RIuwnHa0GYZ4/DVVV3y2"], ["created_at", "2017-09-17 19:41:56.992575"], ["updated_at", "2017-09-17 19:41:56.992575"], ["name", "Caden Wyman"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Ms. Joel Parker", "description"=>"Qui sunt voluptatem repellat fugiat. Eum animi molestiae voluptate mollitia assumenda.", "image"=>"http://lorempixel.com/200/200", "name"=>"Shall not Perish", "status"=>"true", "user_id"=>"2"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Qui sunt voluptatem repellat fugiat. Eum animi molestiae voluptate mollitia assumenda."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Joel Parker"], ["created_at", "2017-09-17 19:41:56.998137"], ["updated_at", "2017-09-17 19:41:56.998137"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joey.lindgren@bartoletti.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "joey.lindgren@bartoletti.name"], ["encrypted_password", "$2a$04$PDXR.lFuvPJnGUr0jkjtY.GesPgJ3zG1v.hD4AIhehfygrBYbwwEO"], ["created_at", "2017-09-17 19:41:57.016116"], ["updated_at", "2017-09-17 19:41:57.016116"], ["name", "Michel Homenick DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sonny@larson.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sonny@larson.biz"], ["encrypted_password", "$2a$04$USSoVM6mYJgDj4xB1NwIOOwzzZ3lS5DpBn3YHV/hz/SL5iXalDZ4e"], ["created_at", "2017-09-17 19:41:57.021980"], ["updated_at", "2017-09-17 19:41:57.021980"], ["name", "Kristian Berge"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Know Why the Caged Bird Sings"], ["description", "Velit ut temporibus consequatur natus ea nesciunt. Voluptatem sed magnam odit totam voluptate culpa illo. Et et ducimus saepe est sint."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Herbert Larkin IV"], ["created_at", "2017-09-17 19:41:57.024757"], ["updated_at", "2017-09-17 19:41:57.024757"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Mr. Robbie Koss", "description"=>"Id molestiae tenetur quidem perferendis totam. Voluptates corporis provident iusto et veniam atque quia. Quis est atque velit vel non pariatur. Adipisci nostrum consectetur excepturi ut rerum.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Id molestiae tenetur quidem perferendis totam. Voluptates corporis provident iusto et veniam atque quia. Quis est atque velit vel non pariatur. Adipisci nostrum consectetur excepturi ut rerum."], ["author", "Mr. Robbie Koss"], ["updated_at", "2017-09-17 19:41:57.030110"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.2ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "genesis@zemlak.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "genesis@zemlak.name"], ["encrypted_password", "$2a$04$FswNj.mWcOsoq2b3ALPqNOx22MThqVOasRB8V/6KgvsFs32VwM02q"], ["created_at", "2017-09-17 19:41:57.041728"], ["updated_at", "2017-09-17 19:41:57.041728"], ["name", "Makayla Nicolas"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ben@spinka.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ben@spinka.co"], ["encrypted_password", "$2a$04$XZPusUJkKjUV/3op45EECudiVU6uBuW1vqB85hYN6bSk5cn3uhb2K"], ["created_at", "2017-09-17 19:41:57.045931"], ["updated_at", "2017-09-17 19:41:57.045931"], ["name", "Dorothy Collins IV"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Many Waters"], ["description", "Tempora veritatis enim quis dolorem id est delectus. Laboriosam inventore optio. Dolores maxime unde. Quia neque unde."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nikko Dickinson DVM"], ["created_at", "2017-09-17 19:41:57.048694"], ["updated_at", "2017-09-17 19:41:57.048694"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Nikko Dickinson DVM", "description"=>"Tempora veritatis enim quis dolorem id est delectus. Laboriosam inventore optio. Dolores maxime unde. Quia neque unde.", "image"=>"http://lorempixel.com/200/200", "name"=>"Many Waters", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kiera@blick.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kiera@blick.org"], ["encrypted_password", "$2a$04$Kcf1qSt2wjvagfZgoYJopOSjViVu3GqQ51.L/82T7so60AIu02Vpe"], ["created_at", "2017-09-17 19:41:57.063267"], ["updated_at", "2017-09-17 19:41:57.063267"], ["name", "Stanford Beer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "meta_smitham@hand.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "meta_smitham@hand.com"], ["encrypted_password", "$2a$04$Xd/.dMJVqFgdwthse3mByuuC7/FlsLD.kSjd1ee5PxgyTEYxd7e9m"], ["created_at", "2017-09-17 19:41:57.067568"], ["updated_at", "2017-09-17 19:41:57.067568"], ["name", "Zander Lakin IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Stars' Tennis Balls"], ["description", "Sint consequuntur enim. Quidem aspernatur sunt. Est sapiente est quibusdam. Delectus rem porro magnam dolores at similique."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Roberto Kulas II"], ["created_at", "2017-09-17 19:41:57.070198"], ["updated_at", "2017-09-17 19:41:57.070198"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Otto Tillman", "description"=>"Repellat nihil et. Et dolorum enim reiciendis omnis cumque eligendi et. A eos quis quaerat pariatur quisquam.", "image"=>"http://lorempixel.com/200/200", "name"=>"Gone with the Wind", "status"=>"true", "user_id"=>"2"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "Gone with the Wind"], ["description", "Repellat nihil et. Et dolorum enim reiciendis omnis cumque eligendi et. A eos quis quaerat pariatur quisquam."], ["author", "Otto Tillman"], ["updated_at", "2017-09-17 19:41:57.074844"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stewart.franecki@cartwright.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stewart.franecki@cartwright.name"], ["encrypted_password", "$2a$04$SnZdd/pqSRqRD9IxVaemH.bpJf0iMtJMXAFKZueeKPUF011voOYzW"], ["created_at", "2017-09-17 19:41:57.086347"], ["updated_at", "2017-09-17 19:41:57.086347"], ["name", "Noelia Windler PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "heath@moen.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "heath@moen.com"], ["encrypted_password", "$2a$04$gT2uDyccl8ud5OisjSfekeDcRUb9joq/MCk0.RCv0uVGjnKSipFL6"], ["created_at", "2017-09-17 19:41:57.090469"], ["updated_at", "2017-09-17 19:41:57.090469"], ["name", "Clifton Altenwerth"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "This Side of Paradise"], ["description", "Labore reprehenderit natus nesciunt commodi numquam. Fuga nulla est dolore aut illo deserunt voluptas. Sit cupiditate ratione a quia est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alexandra Murphy IV"], ["created_at", "2017-09-17 19:41:57.093072"], ["updated_at", "2017-09-17 19:41:57.093072"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vada.lubowitz@barton.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vada.lubowitz@barton.info"], ["encrypted_password", "$2a$04$U7NbYT.3UP8Hame1atJo7ueCvOalIGD27iTZzWocI2kAz/r/TUFy."], ["created_at", "2017-09-17 19:41:57.107659"], ["updated_at", "2017-09-17 19:41:57.107659"], ["name", "Carrie Hoppe DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "selmer_lubowitz@thiel.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "selmer_lubowitz@thiel.info"], ["encrypted_password", "$2a$04$4RxHIT1yTqXUeNOP70OFE.znuHThV7TcRW0e4J1KMwbgDQmXlGrNe"], ["created_at", "2017-09-17 19:41:57.111834"], ["updated_at", "2017-09-17 19:41:57.111834"], ["name", "Vergie Ondricka"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Recalled to Life"], ["description", "Voluptates doloribus nesciunt beatae assumenda. Iure eius magnam culpa et aut necessitatibus non. Cupiditate exercitationem aut quia ea. Molestiae sequi aut adipisci quibusdam ut aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Cassandre Stoltenberg"], ["created_at", "2017-09-17 19:41:57.114508"], ["updated_at", "2017-09-17 19:41:57.114508"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.5ms)

 (0.5ms)  rollback transaction
 (0.3ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (109.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bethany_schultz@mcglynn.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bethany_schultz@mcglynn.net"], ["encrypted_password", "$2a$04$pRDPwby1XEyuqX3mxK7CquYaeSxdhVUZchkxKX9i48EXnLR6tVEcG"], ["created_at", "2017-09-17 19:43:35.637942"], ["updated_at", "2017-09-17 19:43:35.637942"], ["name", "Rusty Jacobi"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roosevelt_weber@mcdermottstoltenberg.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "roosevelt_weber@mcdermottstoltenberg.info"], ["encrypted_password", "$2a$04$abmF.EnYQswUbfruCPd9CO4ksCINVnu8oLhggxGSztuXRyn8QDCta"], ["created_at", "2017-09-17 19:43:35.642834"], ["updated_at", "2017-09-17 19:43:35.642834"], ["name", "Oscar Corwin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lorenz.parker@dickinson.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lorenz.parker@dickinson.info"], ["encrypted_password", "$2a$04$88ESHd39bW70MCmS5JZEu.yX/yHnvchgVEY8642M/U0S7vUkuEYu."], ["created_at", "2017-09-17 19:43:35.668137"], ["updated_at", "2017-09-17 19:43:35.668137"], ["name", "Ms. Mertie Gulgowski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elsa_denesik@jerdereichel.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elsa_denesik@jerdereichel.info"], ["encrypted_password", "$2a$04$7t2gnabFixsc3UhxyIEltemtrshSg5CV.l28/RLZD5EI9sQyampl6"], ["created_at", "2017-09-17 19:43:35.672211"], ["updated_at", "2017-09-17 19:43:35.672211"], ["name", "Alvena Nitzsche"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adela.lockman@kuhic.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "adela.lockman@kuhic.io"], ["encrypted_password", "$2a$04$awDt45st274Qpnscs464WuAITt1pJk6kJEvN07IWhFqyirJa4WwZG"], ["created_at", "2017-09-17 19:43:35.682306"], ["updated_at", "2017-09-17 19:43:35.682306"], ["name", "Mr. Will Purdy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jackson@bruen.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jackson@bruen.org"], ["encrypted_password", "$2a$04$GxKwC.Pgm6JvbhuBZ5SEhOFFVRcgqDR5kybPtAcTaPR51ox0mEmfu"], ["created_at", "2017-09-17 19:43:35.686468"], ["updated_at", "2017-09-17 19:43:35.686468"], ["name", "Albert Rau MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 4.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeromy_metz@thompson.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeromy_metz@thompson.name"], ["encrypted_password", "$2a$04$anq8fafklWMMQU3EtfdZbud4KsduDqwtHIBRyXvcISzvy.cj7HKZq"], ["created_at", "2017-09-17 19:43:35.706124"], ["updated_at", "2017-09-17 19:43:35.706124"], ["name", "Krista Wintheiser"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fae@shanahanosinski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fae@shanahanosinski.co"], ["encrypted_password", "$2a$04$DB1jQRFnJBPwMYcRJCO3du1bMCPnu3RuQ5Lj4e7bYr7y.ZHiDg5XG"], ["created_at", "2017-09-17 19:43:35.710283"], ["updated_at", "2017-09-17 19:43:35.710283"], ["name", "Miss Delphine Pagac"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hertha.roberts@luettgen.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hertha.roberts@luettgen.co"], ["encrypted_password", "$2a$04$RBwdaZ.gjLLmasGXywz.qelJWOCz15tczVgukC0ZLxNFaKhUuGcGq"], ["created_at", "2017-09-17 19:43:35.721252"], ["updated_at", "2017-09-17 19:43:35.721252"], ["name", "Mrs. Alexander Tromp"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lisandro_brekke@bruen.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lisandro_brekke@bruen.co"], ["encrypted_password", "$2a$04$9eGER6GsJ4VeadwVQhzWaeVJ4amMNB8/ABYM9FliiwNphtgZqvADK"], ["created_at", "2017-09-17 19:43:35.725445"], ["updated_at", "2017-09-17 19:43:35.725445"], ["name", "Dr. Bette Koch"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Cayla Larson", "description"=>"Accusantium id provident impedit beatae. Impedit ratione nihil nesciunt consequatur iusto. Repudiandae voluptatem laborum ut et accusamus.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Sun Also Rises", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "domenic_monahan@strackedickens.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "domenic_monahan@strackedickens.info"], ["encrypted_password", "$2a$04$OM9bOaWlDlaywbZ/W1qv7uAQt88j3P32QSPuPDFxwfsnRglgMNCIK"], ["created_at", "2017-09-17 19:43:35.753196"], ["updated_at", "2017-09-17 19:43:35.753196"], ["name", "Karelle Dibbert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darion_schmeler@parisiansmitham.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "darion_schmeler@parisiansmitham.co"], ["encrypted_password", "$2a$04$Ff8YPxyb9xDvHJRvugENGOuN4iW5OiDp9VYireXxKB/oh7AC4KgAS"], ["created_at", "2017-09-17 19:43:35.758037"], ["updated_at", "2017-09-17 19:43:35.758037"], ["name", "Mr. Shanel Jones"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Alvah Collier", "description"=>"Vitae dignissimos recusandae mollitia fugiat sed. Aut dignissimos voluptatem a.", "image"=>"http://lorempixel.com/200/200", "name"=>"Look Homeward, Angel", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.3ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandre.heller@barton.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alexandre.heller@barton.name"], ["encrypted_password", "$2a$04$YejRHb2tOX/XlUxYSgJ9te4hPh19yxhzroffqEiYv1lYD36tdHRrG"], ["created_at", "2017-09-17 19:43:35.779757"], ["updated_at", "2017-09-17 19:43:35.779757"], ["name", "Lisa Hoeger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nicolette.blanda@rutherford.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nicolette.blanda@rutherford.info"], ["encrypted_password", "$2a$04$0.3ecejLhjGDaclHCL.QWOLCzWgySIZ1KUvYTSOuPVs9EWIGvAUku"], ["created_at", "2017-09-17 19:43:35.784038"], ["updated_at", "2017-09-17 19:43:35.784038"], ["name", "Reanna Gaylord"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Edmond Conn", "description"=>"Reprehenderit veniam quia quasi assumenda delectus.", "image"=>"http://lorempixel.com/200/200", "name"=>"1s", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kelton@bernhard.name"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kelton@bernhard.name"], ["encrypted_password", "$2a$04$ie9Kdvq3SWGz5ta50SNRX.DJK7SYmh9pRZyZz38PQM8M4I1Z3DHsS"], ["created_at", "2017-09-17 19:43:35.797089"], ["updated_at", "2017-09-17 19:43:35.797089"], ["name", "Irma Gorczany"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mortimer@hettinger.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mortimer@hettinger.net"], ["encrypted_password", "$2a$04$8VPURkyAF7MIM1iRk0dBN.4q7jIlyPVQ517VRqyYCQpDL.N8MkApe"], ["created_at", "2017-09-17 19:43:35.802280"], ["updated_at", "2017-09-17 19:43:35.802280"], ["name", "Quincy Christiansen III"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "houston@borer.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "houston@borer.name"], ["encrypted_password", "$2a$04$xtYcc1TdkFid9dLd92Z7mu4neA5ofwV1woD96KgAx2ubYrC5nFEr2"], ["created_at", "2017-09-17 19:43:35.812126"], ["updated_at", "2017-09-17 19:43:35.812126"], ["name", "Fatima Hackett"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "macie_funk@dachhand.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "macie_funk@dachhand.com"], ["encrypted_password", "$2a$04$FH2wUaOmVP2xOXMuOi4G5erhEj7.czlJ7Fz7/LZMbPl7pC8JMA5Ri"], ["created_at", "2017-09-17 19:43:35.817206"], ["updated_at", "2017-09-17 19:43:35.817206"], ["name", "Giovanni Boyer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "niko.dibbert@schaefer.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "niko.dibbert@schaefer.io"], ["encrypted_password", "$2a$04$1QgwEiT2XZdWnauIEB/uWepgAiWQvgE3RggttgxL0PETD/anSmPbi"], ["created_at", "2017-09-17 19:43:35.827634"], ["updated_at", "2017-09-17 19:43:35.827634"], ["name", "Mekhi Swift"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ashtyn_reinger@monahanrunte.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ashtyn_reinger@monahanrunte.name"], ["encrypted_password", "$2a$04$mOA.QZtCqHq6pKgM2sgNVOa/zYhI4gZduiH7DTPp10I906svLD9iK"], ["created_at", "2017-09-17 19:43:35.831805"], ["updated_at", "2017-09-17 19:43:35.831805"], ["name", "Mrs. Tierra Bogan"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brandi.miller@powlowski.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brandi.miller@powlowski.info"], ["encrypted_password", "$2a$04$ZrvOLib6NxpWwAi5zO.1cOQJX.NbJhHKPSEVr7DPVni3LT5Wz7pTW"], ["created_at", "2017-09-17 19:43:35.843162"], ["updated_at", "2017-09-17 19:43:35.843162"], ["name", "Maxie Fritsch"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "will@bayerlind.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "will@bayerlind.co"], ["encrypted_password", "$2a$04$xn65rNd7XivvlzfQQQyKf.49HX8YGqpP8LZHfW16zOvWCfgiTskvC"], ["created_at", "2017-09-17 19:43:35.847511"], ["updated_at", "2017-09-17 19:43:35.847511"], ["name", "Ms. Ettie Towne"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "julio@mcdermott.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "julio@mcdermott.io"], ["encrypted_password", "$2a$04$JvKgD0jK8Kp5J2JoheM7uOwEUOyuIpFZZh2boSmaS0O7I5I5Oujm6"], ["created_at", "2017-09-17 19:43:35.857533"], ["updated_at", "2017-09-17 19:43:35.857533"], ["name", "Esta Prohaska"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lonzo_vandervort@baumbach.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lonzo_vandervort@baumbach.co"], ["encrypted_password", "$2a$04$wk04jDQKqpm7/DjeLMZA0OxnwdvWj7sH4vJ/7e/A/bw5StbiRaMTW"], ["created_at", "2017-09-17 19:43:35.862615"], ["updated_at", "2017-09-17 19:43:35.862615"], ["name", "Rossie Bahringer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (93.6ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (198.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "books";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gardner.smitham@beckerhettinger.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gardner.smitham@beckerhettinger.co"], ["encrypted_password", "$2a$04$U77utEhh3.f38y2pIHuLEeHxOOlFthxMRzsYppcXtRDviWnj8afzi"], ["created_at", "2017-09-17 19:44:53.881151"], ["updated_at", "2017-09-17 19:44:53.881151"], ["name", "Mabel Treutel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kitty@beer.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kitty@beer.name"], ["encrypted_password", "$2a$04$JIhTlvWdadDU1maXFbC8YuvSvpHJ5WhJpvJSucv9fMazCg3wFCj8u"], ["created_at", "2017-09-17 19:44:53.886054"], ["updated_at", "2017-09-17 19:44:53.886054"], ["name", "Lela Mante IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurel@crookscasper.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "laurel@crookscasper.com"], ["encrypted_password", "$2a$04$LNFoi0yplLaAsjr4lG6t2.RrWgEazL0gE5pAiP73kN6QWCeXO3txe"], ["created_at", "2017-09-17 19:44:53.916320"], ["updated_at", "2017-09-17 19:44:53.916320"], ["name", "Amparo Hilpert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "berta.fisher@smitham.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "berta.fisher@smitham.co"], ["encrypted_password", "$2a$04$A5xpeuynMCW0DFSM0eO2fOnTAxD/1Nh7FzGxXimfGjvjzHDwAiHPq"], ["created_at", "2017-09-17 19:44:53.922431"], ["updated_at", "2017-09-17 19:44:53.922431"], ["name", "Cedrick Ortiz Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arnold@pfeffer.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "arnold@pfeffer.biz"], ["encrypted_password", "$2a$04$3tLEzW/YKGHWhBPqm.Cyc.LEziYq1Pubg.z4Tbs5y8t5NQvNWItee"], ["created_at", "2017-09-17 19:44:53.939522"], ["updated_at", "2017-09-17 19:44:53.939522"], ["name", "Miss Troy Gusikowski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (1.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "serenity@prosacco.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "serenity@prosacco.org"], ["encrypted_password", "$2a$04$yCsqWTCl2OeMv/w5M2laTOo3uDj45Mfb38hAZczi8i8bNd1HREH3a"], ["created_at", "2017-09-17 19:44:53.947438"], ["updated_at", "2017-09-17 19:44:53.947438"], ["name", "Dr. May Quigley"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.8ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 18ms (Views: 8.0ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shannon@wildermanjacobi.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "shannon@wildermanjacobi.biz"], ["encrypted_password", "$2a$04$1h3afUR.wHEd9u9sZhh0Ne/1iiRmy3fH6aAvJKWv2ZONRAfomyocq"], ["created_at", "2017-09-17 19:44:53.979515"], ["updated_at", "2017-09-17 19:44:53.979515"], ["name", "Maria Batz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keshaun@wiegand.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keshaun@wiegand.biz"], ["encrypted_password", "$2a$04$C5tchZsj7xZxtIU4mltivuBDt6PrdSVj536i9BULKripPFx/rya06"], ["created_at", "2017-09-17 19:44:53.986048"], ["updated_at", "2017-09-17 19:44:53.986048"], ["name", "Sadie Kreiger DVM"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathanial.stehr@howellorn.io"], ["LIMIT", 1]]
SQL (1.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nathanial.stehr@howellorn.io"], ["encrypted_password", "$2a$04$gbyDtQYZrobVkso.GMdQguTPPDl0H05gEVmDXTBCaNELDVpC676PG"], ["created_at", "2017-09-17 19:44:54.000417"], ["updated_at", "2017-09-17 19:44:54.000417"], ["name", "Marty Hammes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emmet_becker@roberts.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emmet_becker@roberts.io"], ["encrypted_password", "$2a$04$hjY9SslXrpJSGkYFSAdyTe0dU2StPFD9qoipAsYLwWtWi6uCHD8ku"], ["created_at", "2017-09-17 19:44:54.007150"], ["updated_at", "2017-09-17 19:44:54.007150"], ["name", "Mitchell Welch"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Percival Tromp", "description"=>"Esse veritatis cum fuga. Possimus quisquam nulla omnis ut. Harum facilis qui natus minus nulla.", "image"=>"http://lorempixel.com/200/200", "name"=>"Tiger! Tiger!", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Tiger! Tiger!"], ["description", "Esse veritatis cum fuga. Possimus quisquam nulla omnis ut. Harum facilis qui natus minus nulla."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Percival Tromp"], ["created_at", "2017-09-17 19:44:54.030060"], ["updated_at", "2017-09-17 19:44:54.030060"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 13ms (ActiveRecord: 0.7ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ignacio@jones.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ignacio@jones.info"], ["encrypted_password", "$2a$04$J0z9jeqcvgRgeV5hKN.EneYcww4fZLE7qhzpxvcSHrYhhTwmUdS9W"], ["created_at", "2017-09-17 19:44:54.050053"], ["updated_at", "2017-09-17 19:44:54.050053"], ["name", "Horace Harvey"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "albina@koelpin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "albina@koelpin.co"], ["encrypted_password", "$2a$04$TfNmy/sryddAxObP2jP1yuQkTkO0RrXzWfiVlYj3X6q6vw2aSqtPO"], ["created_at", "2017-09-17 19:44:54.054096"], ["updated_at", "2017-09-17 19:44:54.054096"], ["name", "Scottie Moen"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Moshe Beer", "description"=>"Nisi officia maxime blanditiis distinctio. Maiores sed error rerum fuga. Cum id ipsa nobis et amet a illum. Numquam perferendis animi accusantium.", "image"=>"http://lorempixel.com/200/200", "name"=>"Jacob Have I Loved", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Jacob Have I Loved"], ["description", "Nisi officia maxime blanditiis distinctio. Maiores sed error rerum fuga. Cum id ipsa nobis et amet a illum. Numquam perferendis animi accusantium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Moshe Beer"], ["created_at", "2017-09-17 19:44:54.058707"], ["updated_at", "2017-09-17 19:44:54.058707"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.3ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ila.little@wuckertko.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ila.little@wuckertko.io"], ["encrypted_password", "$2a$04$CTDBbY78J40DR59ItaJhEuHtZaIpr/h6S136P9PfHk29gl2ZPOhKO"], ["created_at", "2017-09-17 19:44:54.071171"], ["updated_at", "2017-09-17 19:44:54.071171"], ["name", "Magdalen Hegmann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "onie.bailey@mcdermottrau.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "onie.bailey@mcdermottrau.com"], ["encrypted_password", "$2a$04$ENen738JTqJOiuspNMlVfOpyFLC6xypDOlrfKUZy8/A3FlYK8quJ."], ["created_at", "2017-09-17 19:44:54.075415"], ["updated_at", "2017-09-17 19:44:54.075415"], ["name", "Ms. Mollie Heller"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Hortense Considine V", "description"=>"Dolore repellendus ipsum saepe et.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Stars' Tennis Balls", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Stars' Tennis Balls"], ["description", "Dolore repellendus ipsum saepe et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Hortense Considine V"], ["created_at", "2017-09-17 19:44:54.079934"], ["updated_at", "2017-09-17 19:44:54.079934"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gracie_green@heidenreichwilkinson.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gracie_green@heidenreichwilkinson.org"], ["encrypted_password", "$2a$04$qGlCWShlOl6NY6kgKunykudtxv8S4bVhV3tWRIdEM86lPRFPre.rO"], ["created_at", "2017-09-17 19:44:54.095899"], ["updated_at", "2017-09-17 19:44:54.095899"], ["name", "Mr. Tessie Walsh"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "norene@grahamhowe.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "norene@grahamhowe.org"], ["encrypted_password", "$2a$04$7hM5Dl6IgAArq1P5lPobKeGztoTq1.bcqfjvziq1VT0Bv6DXjacOy"], ["created_at", "2017-09-17 19:44:54.100222"], ["updated_at", "2017-09-17 19:44:54.100222"], ["name", "Emelia Auer"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilbert@hermann.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wilbert@hermann.org"], ["encrypted_password", "$2a$04$XZfgKD2hbFdRCg8Zxex9NutACAThu/kdo8PpgpIfk0qE6aIDYyJAW"], ["created_at", "2017-09-17 19:44:54.111259"], ["updated_at", "2017-09-17 19:44:54.111259"], ["name", "Coby Turner MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "berneice.kling@bailey.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "berneice.kling@bailey.com"], ["encrypted_password", "$2a$04$IdegxL7c7uZEm.yO69Q4suF7re.dMPEq0Lk1B0PevvD7iZVOjjm/O"], ["created_at", "2017-09-17 19:44:54.115253"], ["updated_at", "2017-09-17 19:44:54.115253"], ["name", "Mrs. Hudson Dach"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jayson_leuschke@cole.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jayson_leuschke@cole.io"], ["encrypted_password", "$2a$04$RIaPvlccYF011HLIXzJjPeL8gsC8I0BEHt015RMkrTHe/KE73.YLS"], ["created_at", "2017-09-17 19:44:54.125357"], ["updated_at", "2017-09-17 19:44:54.125357"], ["name", "Dr. Aliyah Beier"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "antonette@parker.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "antonette@parker.name"], ["encrypted_password", "$2a$04$KsghQMQ8v1ivxZYBC3Q6/ehisGqI/lmntPUXdlNPEXrVXIpKFjZiC"], ["created_at", "2017-09-17 19:44:54.130472"], ["updated_at", "2017-09-17 19:44:54.130472"], ["name", "Mrs. Mac Mohr"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "violet_goodwin@koch.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "violet_goodwin@koch.co"], ["encrypted_password", "$2a$04$naPiwiACzQrSmdh6WEM51.v8ViNAeMGkSNQprH.HdboZ3NoDmxUTi"], ["created_at", "2017-09-17 19:44:54.139750"], ["updated_at", "2017-09-17 19:44:54.139750"], ["name", "Brionna Stark"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "judge@klocko.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "judge@klocko.com"], ["encrypted_password", "$2a$04$nmI8Stqd2FqwLWM4135EKeZoNanI3COvz8bKkTS2r7./O51r8H62."], ["created_at", "2017-09-17 19:44:54.144079"], ["updated_at", "2017-09-17 19:44:54.144079"], ["name", "Danyka Batz PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keenan_aufderhar@runolfsdottir.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "keenan_aufderhar@runolfsdottir.info"], ["encrypted_password", "$2a$04$9sk5ak9Qx8uONbgGyrezbOhrwZ1DmhztLRjR.Ly3w2dzA/YvM6DaK"], ["created_at", "2017-09-17 19:44:54.154639"], ["updated_at", "2017-09-17 19:44:54.154639"], ["name", "Dr. Waldo Schroeder"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "theo_zieme@oconnell.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "theo_zieme@oconnell.biz"], ["encrypted_password", "$2a$04$NCctMhswCpUp8x9Ntebxyes/35YZ7soqzC/itXWx6bEr8gSBL3xkS"], ["created_at", "2017-09-17 19:44:54.158751"], ["updated_at", "2017-09-17 19:44:54.158751"], ["name", "Felipa Nikolaus"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (99.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.7ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "curtis@marks.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "curtis@marks.info"], ["encrypted_password", "$2a$04$yOSqE47saw0/ZEC21gbVs.wmHuXZbio1HQX9D3LhZ0YDRZKciAbky"], ["created_at", "2017-09-17 19:45:09.644266"], ["updated_at", "2017-09-17 19:45:09.644266"], ["name", "Gordon Bruen IV"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jarred.okon@bradtke.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jarred.okon@bradtke.biz"], ["encrypted_password", "$2a$04$uAkPu7tZ.MBtqnKz58jF1OMjUXF1fOomBf46VDvckPaWoe0AHKJVW"], ["created_at", "2017-09-17 19:45:09.648806"], ["updated_at", "2017-09-17 19:45:09.648806"], ["name", "Laney Lehner"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amber.fay@keeling.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "amber.fay@keeling.net"], ["encrypted_password", "$2a$04$jJxIpy/XiJwociibDnOVSuL8R3kUKPymxqrs/kBbCwBV3MmKbsmsC"], ["created_at", "2017-09-17 19:45:09.672910"], ["updated_at", "2017-09-17 19:45:09.672910"], ["name", "Ms. Mable Hammes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ashlynn@bashirian.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ashlynn@bashirian.name"], ["encrypted_password", "$2a$04$7T3Kf61yI3TQRVTHbWMjj.2HoErQ5YKAEvVvCngHeokAVNSr9F.Ve"], ["created_at", "2017-09-17 19:45:09.677105"], ["updated_at", "2017-09-17 19:45:09.677105"], ["name", "Minerva Lebsack"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marielle@cummerata.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marielle@cummerata.name"], ["encrypted_password", "$2a$04$udlZpi6hOLKX4QVj4czsbee5/mzOGn.DGOSt5NG5Zvuke3IS.yoZe"], ["created_at", "2017-09-17 19:45:09.687880"], ["updated_at", "2017-09-17 19:45:09.687880"], ["name", "Alexandro Cronin DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rebeka_stoltenberg@luettgen.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rebeka_stoltenberg@luettgen.org"], ["encrypted_password", "$2a$04$0ts3UUZ1i4D202I9sVs.s.xA2/oiSsyatk2xexsx3Q4CUGK3euVLW"], ["created_at", "2017-09-17 19:45:09.691914"], ["updated_at", "2017-09-17 19:45:09.691914"], ["name", "Kennedi Howe Jr."], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 4.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cordelia@harris.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cordelia@harris.org"], ["encrypted_password", "$2a$04$ILmMqVJmTkReZBbgaA3OM.SbeweZYKIZd5v6CPMNirt/XWy9T2qqW"], ["created_at", "2017-09-17 19:45:09.712008"], ["updated_at", "2017-09-17 19:45:09.712008"], ["name", "Denis Wehner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abagail_shanahan@heathcote.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "abagail_shanahan@heathcote.org"], ["encrypted_password", "$2a$04$P.kmReWYvcLcyKEX8532J.zcTVEioayKLXwRWUvhaUB.9t3BVzGMK"], ["created_at", "2017-09-17 19:45:09.716174"], ["updated_at", "2017-09-17 19:45:09.716174"], ["name", "Hayden Wiegand"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gavin.brakus@kuhlmanbradtke.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gavin.brakus@kuhlmanbradtke.net"], ["encrypted_password", "$2a$04$rPfw4AhGIh323DrALcxYOutiBisHCt18x7/soG1Ba56sc8LBJEbDu"], ["created_at", "2017-09-17 19:45:09.728914"], ["updated_at", "2017-09-17 19:45:09.728914"], ["name", "Janelle Bergstrom III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "crystal.carroll@lowe.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "crystal.carroll@lowe.biz"], ["encrypted_password", "$2a$04$w8SFYPcvtqP3vl09gRUdA.vY46Fk/dXG6rszMQz9YGUf7KcO7eINi"], ["created_at", "2017-09-17 19:45:09.733042"], ["updated_at", "2017-09-17 19:45:09.733042"], ["name", "Dr. Rocky Pagac"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Eloy Moen", "description"=>"Alias sapiente voluptatem aut sunt ut consequuntur animi. Repellendus rerum aut delectus sapiente. Nostrum odit esse.", "image"=>"http://lorempixel.com/200/200", "name"=>"Oh! To be in England", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Oh! To be in England"], ["description", "Alias sapiente voluptatem aut sunt ut consequuntur animi. Repellendus rerum aut delectus sapiente. Nostrum odit esse."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eloy Moen"], ["created_at", "2017-09-17 19:45:09.754717"], ["updated_at", "2017-09-17 19:45:09.754717"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 8ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wyatt_hoeger@jerde.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wyatt_hoeger@jerde.com"], ["encrypted_password", "$2a$04$l7LfiqyJEjEnXUapXHWUl.qxR5aFPva9v2XNpVU7sZZhOCLZ1fLxm"], ["created_at", "2017-09-17 19:45:09.766443"], ["updated_at", "2017-09-17 19:45:09.766443"], ["name", "Beryl Kshlerin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nella_lockman@ondricka.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nella_lockman@ondricka.org"], ["encrypted_password", "$2a$04$nJCCK1VSlSaqajQzig1eQe7L8Wjfy/vulY8NN/6hbIRwzMIAZucmy"], ["created_at", "2017-09-17 19:45:09.770578"], ["updated_at", "2017-09-17 19:45:09.770578"], ["name", "Janis Aufderhar"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dr. Sharon Rowe", "description"=>"Qui facere qui quam laudantium architecto sunt facilis. Ut doloribus sapiente. Eius dolor facilis necessitatibus non in a.", "image"=>"http://lorempixel.com/200/200", "name"=>"In Death Ground", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In Death Ground"], ["description", "Qui facere qui quam laudantium architecto sunt facilis. Ut doloribus sapiente. Eius dolor facilis necessitatibus non in a."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Sharon Rowe"], ["created_at", "2017-09-17 19:45:09.775224"], ["updated_at", "2017-09-17 19:45:09.775224"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (1.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gunner@volkman.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gunner@volkman.info"], ["encrypted_password", "$2a$04$0xx0Zst7D3RC0qcgdT4c.u8hoz9mFsrgm0S3xvGMvksJgxlM3UZSu"], ["created_at", "2017-09-17 19:45:09.788894"], ["updated_at", "2017-09-17 19:45:09.788894"], ["name", "Avery Abernathy IV"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "julien.boehm@kilback.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "julien.boehm@kilback.co"], ["encrypted_password", "$2a$04$BsrHQF/fRIHKSzf51.7UOu2/RfqLIWL8JEmcghVsG6QespMWKtV.6"], ["created_at", "2017-09-17 19:45:09.793183"], ["updated_at", "2017-09-17 19:45:09.793183"], ["name", "Quentin Morissette"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Maximus Schaefer", "description"=>"Voluptatem ipsum rerum eum eius quia inventore.", "image"=>"http://lorempixel.com/200/200", "name"=>"I Sing the Body Electric", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Sing the Body Electric"], ["description", "Voluptatem ipsum rerum eum eius quia inventore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maximus Schaefer"], ["created_at", "2017-09-17 19:45:09.797919"], ["updated_at", "2017-09-17 19:45:09.797919"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.7ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "karlie@haley.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "karlie@haley.info"], ["encrypted_password", "$2a$04$CwuQmUTe23lpq5Krzu8oHuRwlc7TPjAf3NgaPlZqWJjp67UK8NRP6"], ["created_at", "2017-09-17 19:45:09.816490"], ["updated_at", "2017-09-17 19:45:09.816490"], ["name", "Valerie Schiller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@bednar.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ahmad@bednar.info"], ["encrypted_password", "$2a$04$qhB3SdU7mdTrx96mfv0BJegW.4/6G8UHvAtx6ohC0lxIZNn8EHdpy"], ["created_at", "2017-09-17 19:45:09.821460"], ["updated_at", "2017-09-17 19:45:09.821460"], ["name", "Pete Morar"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adelle@riceharvey.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "adelle@riceharvey.name"], ["encrypted_password", "$2a$04$xrqp/cEoyOM2mIudrH1R.uiSk3FkL.vsEsPPrneNtANy7/j71okAO"], ["created_at", "2017-09-17 19:45:09.832517"], ["updated_at", "2017-09-17 19:45:09.832517"], ["name", "Dr. Murl Willms"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carli@altenwerthwolf.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carli@altenwerthwolf.org"], ["encrypted_password", "$2a$04$VvTic0qYc461r1RQd1iy8.BUE4WibG/iBTKtAvccKIEJcyW62iV.q"], ["created_at", "2017-09-17 19:45:09.836682"], ["updated_at", "2017-09-17 19:45:09.836682"], ["name", "Dr. Janis O'Connell"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garrick@dare.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "garrick@dare.biz"], ["encrypted_password", "$2a$04$Y.7LhwQXtTlpckEnDovLC.FnYtpXP.lDIeZMoE.YwwcF0KQ.RbAP6"], ["created_at", "2017-09-17 19:45:09.848097"], ["updated_at", "2017-09-17 19:45:09.848097"], ["name", "Mr. Ayden Block"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darrell@leuschkeschmitt.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "darrell@leuschkeschmitt.biz"], ["encrypted_password", "$2a$04$Qeg8IbGUKyzPwko.XtQ80eAIQBH4EZihfkx37wphaSaWCNt8yCydG"], ["created_at", "2017-09-17 19:45:09.852281"], ["updated_at", "2017-09-17 19:45:09.852281"], ["name", "Levi Reynolds"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilber@krajcik.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wilber@krajcik.biz"], ["encrypted_password", "$2a$04$1KndoDde2S3boZAP.z8vZeg6E8mSMDRSYAJvvCdCVjY6XeQLzFtYC"], ["created_at", "2017-09-17 19:45:09.863871"], ["updated_at", "2017-09-17 19:45:09.863871"], ["name", "Myrtice Ritchie"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "einar@kleinwindler.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "einar@kleinwindler.net"], ["encrypted_password", "$2a$04$6drCwRG5gXys6G1G4vDHuuqoX1AnM8N8Qu7Qp1jJRyDKmogpAkV0e"], ["created_at", "2017-09-17 19:45:09.868089"], ["updated_at", "2017-09-17 19:45:09.868089"], ["name", "Mr. Sandra Luettgen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myrtice@watsica.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "myrtice@watsica.io"], ["encrypted_password", "$2a$04$408JKB9d6N5P6BUsyKDH9.9dU4uuLPdqcKpREi3J1VlR15MzBp3QG"], ["created_at", "2017-09-17 19:45:09.878776"], ["updated_at", "2017-09-17 19:45:09.878776"], ["name", "Ms. Jayme Romaguera"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "conrad@strosin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "conrad@strosin.net"], ["encrypted_password", "$2a$04$N6RgUXQoGrlwGlsKc/vYI.Ue1uSyiR4zpGj9CgXoMLS7/NDxSkfaW"], ["created_at", "2017-09-17 19:45:09.883573"], ["updated_at", "2017-09-17 19:45:09.883573"], ["name", "Jedediah Ruecker"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (83.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (98.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "orion@ankunding.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "orion@ankunding.io"], ["encrypted_password", "$2a$04$avCHgtDgDZ9iPLFbl30avOCdts.Q.oRmu9T6p3NduAphfvthXcpqe"], ["created_at", "2017-09-17 19:48:23.147003"], ["updated_at", "2017-09-17 19:48:23.147003"], ["name", "Terrence Grimes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cordell@jacobsoberbrunner.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cordell@jacobsoberbrunner.com"], ["encrypted_password", "$2a$04$JrfVs/ZY.0Mk6xxL9OQRaOFpj3s0RwQwb42.aMFw8L.GaJRbOZoae"], ["created_at", "2017-09-17 19:48:23.152446"], ["updated_at", "2017-09-17 19:48:23.152446"], ["name", "Ms. Weldon Sanford"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wallace@hudson.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wallace@hudson.org"], ["encrypted_password", "$2a$04$1JQr/RXFQR.4rRtqKED65.XHi/VbnqIdZ.o.PzSJYo4J80gtL2MpO"], ["created_at", "2017-09-17 19:48:23.181657"], ["updated_at", "2017-09-17 19:48:23.181657"], ["name", "Thaddeus Bernhard"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jamaal@sengerharris.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jamaal@sengerharris.com"], ["encrypted_password", "$2a$04$jkgf6NNpRkLK55GIUu1XN.veaUfvFxavZC1k8N8geeXyXFIKDlyAW"], ["created_at", "2017-09-17 19:48:23.186692"], ["updated_at", "2017-09-17 19:48:23.186692"], ["name", "Darby Runte"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zoie.mosciski@baumbach.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zoie.mosciski@baumbach.name"], ["encrypted_password", "$2a$04$txUT6/6U3owInVvHqSJaJ.6FkhoKnoJdXjmTG9GwnDGb76b8lWM4."], ["created_at", "2017-09-17 19:48:23.203406"], ["updated_at", "2017-09-17 19:48:23.203406"], ["name", "Susan Effertz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eloise.hoeger@bins.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eloise.hoeger@bins.name"], ["encrypted_password", "$2a$04$KtTy5nhqAMVeiwnBNQmz7eTh/Uq4hKv6ZWasrBPEyWd22kegAwCYS"], ["created_at", "2017-09-17 19:48:23.208616"], ["updated_at", "2017-09-17 19:48:23.208616"], ["name", "Mr. Ephraim Harvey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 13ms (Views: 5.4ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "richie.jakubowski@witting.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "richie.jakubowski@witting.org"], ["encrypted_password", "$2a$04$TP2TEQ1BCbicRJ8IsUuLe.lhq5F2x4cVQPFTVvwdwzIHYhgTVao2i"], ["created_at", "2017-09-17 19:48:23.233961"], ["updated_at", "2017-09-17 19:48:23.233961"], ["name", "Wilton Mertz II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "beulah@medhurst.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "beulah@medhurst.io"], ["encrypted_password", "$2a$04$zTwiovnN3U2Nmj0FG0XBtuAvEuF/PgEHfiP6Oh6fm0mkOY30L8NpS"], ["created_at", "2017-09-17 19:48:23.240194"], ["updated_at", "2017-09-17 19:48:23.240194"], ["name", "Payton DuBuque"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "creola@jacobi.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "creola@jacobi.co"], ["encrypted_password", "$2a$04$PwBknCQJU0MPr2Ulyg1mBOttqPfhxaCZxHp7Vzvfuv3xV4VMsjt02"], ["created_at", "2017-09-17 19:48:23.253890"], ["updated_at", "2017-09-17 19:48:23.253890"], ["name", "Brandyn Herman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stan@simonis.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stan@simonis.co"], ["encrypted_password", "$2a$04$w39EIc4Tm8Ynx7AX2aiHbehlj6t.7f1jO2vq9Zv3MylKyyjauBUBy"], ["created_at", "2017-09-17 19:48:23.259911"], ["updated_at", "2017-09-17 19:48:23.259911"], ["name", "Greg Hickle"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Brionna Hamill", "description"=>"At totam qui sit. Modi quis incidunt. Repellendus aut voluptatum.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Little Foxes", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Little Foxes"], ["description", "At totam qui sit. Modi quis incidunt. Repellendus aut voluptatum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Brionna Hamill"], ["created_at", "2017-09-17 19:48:23.278348"], ["updated_at", "2017-09-17 19:48:23.278348"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 9ms (ActiveRecord: 0.7ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anthony_jacobson@nader.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "anthony_jacobson@nader.com"], ["encrypted_password", "$2a$04$0DqUbmV8kAny8LytIV1Vg.rzPf29VsnWNWQdpV7e704/w98iSoJgK"], ["created_at", "2017-09-17 19:48:23.289255"], ["updated_at", "2017-09-17 19:48:23.289255"], ["name", "Solon Streich"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ulices_collier@heel.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ulices_collier@heel.info"], ["encrypted_password", "$2a$04$GsXrSpjdfVhVEQJVlD1Ea.jQzJlzRiax1ApNTCkX8ExT4kNonCz3i"], ["created_at", "2017-09-17 19:48:23.294305"], ["updated_at", "2017-09-17 19:48:23.294305"], ["name", "Herta Spinka"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Mikayla Robel", "description"=>"Natus pariatur accusamus possimus et. Omnis facilis alias doloremque dolore ducimus.", "image"=>"http://lorempixel.com/200/200", "name"=>"Mother Night", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Mother Night"], ["description", "Natus pariatur accusamus possimus et. Omnis facilis alias doloremque dolore ducimus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mikayla Robel"], ["created_at", "2017-09-17 19:48:23.302352"], ["updated_at", "2017-09-17 19:48:23.302352"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (1.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ernestina_weber@heathcote.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ernestina_weber@heathcote.biz"], ["encrypted_password", "$2a$04$7036L.S16Wa3lwzf0uyqG.fVDnXEHTHcc1YU0NIjECZhG1BPY9n1."], ["created_at", "2017-09-17 19:48:23.317442"], ["updated_at", "2017-09-17 19:48:23.317442"], ["name", "Miss Marc Ferry"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arvilla_hahn@wisokyhahn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "arvilla_hahn@wisokyhahn.name"], ["encrypted_password", "$2a$04$r50UUxO2Py6F4ohqF82FxeRrEY6NCDXdmxq/iQ7DMfuvdSzrGy5.y"], ["created_at", "2017-09-17 19:48:23.322694"], ["updated_at", "2017-09-17 19:48:23.322694"], ["name", "Junius Blanda DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Lupe Mraz", "description"=>"Aut vel perspiciatis. Accusamus sunt quidem sit neque ut. Aut dolor in consequatur neque temporibus sapiente tenetur.", "image"=>"http://lorempixel.com/200/200", "name"=>"A Catskill Eagle", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Catskill Eagle"], ["description", "Aut vel perspiciatis. Accusamus sunt quidem sit neque ut. Aut dolor in consequatur neque temporibus sapiente tenetur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lupe Mraz"], ["created_at", "2017-09-17 19:48:23.328336"], ["updated_at", "2017-09-17 19:48:23.328336"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "taya_stanton@kirlin.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "taya_stanton@kirlin.info"], ["encrypted_password", "$2a$04$Sz9dS05n6oZgxKTmXOu4N.zLdNQWda8WKklhGbA0Zs7ljaGT/c6pa"], ["created_at", "2017-09-17 19:48:23.347971"], ["updated_at", "2017-09-17 19:48:23.347971"], ["name", "Winfield Leffler"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hilda_wunsch@hoeger.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hilda_wunsch@hoeger.io"], ["encrypted_password", "$2a$04$HbkTqZmKolxyMsNwUm.HUuEmVyIFYJjSG5n7FYf831HR74SFbSpg6"], ["created_at", "2017-09-17 19:48:23.352946"], ["updated_at", "2017-09-17 19:48:23.352946"], ["name", "Mrs. Wilburn Koelpin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Mother Night"], ["description", "Et qui illum laboriosam quia. Ab aliquid nobis aut doloremque dolore. Laudantium totam sint."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bart Jacobs"], ["created_at", "2017-09-17 19:48:23.357215"], ["updated_at", "2017-09-17 19:48:23.357215"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Mr. Enoch DuBuque", "description"=>"Sit est ut rerum sint voluptas nemo et. Cumque sint omnis aspernatur voluptas ea. Unde quidem deleniti molestiae soluta.", "image"=>"http://lorempixel.com/200/200", "name"=>"werter meira", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["description", "Sit est ut rerum sint voluptas nemo et. Cumque sint omnis aspernatur voluptas ea. Unde quidem deleniti molestiae soluta."], ["author", "Mr. Enoch DuBuque"], ["updated_at", "2017-09-17 19:48:23.364432"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eloisa@robertchuppe.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eloisa@robertchuppe.io"], ["encrypted_password", "$2a$04$Wd80i4PjtsKfjIf.4crs9.Uugn1Tvf6Hz22uhfGAhYUKisRjn7NSO"], ["created_at", "2017-09-17 19:48:23.378157"], ["updated_at", "2017-09-17 19:48:23.378157"], ["name", "Mavis Goodwin Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clair.ferry@bergnaum.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clair.ferry@bergnaum.name"], ["encrypted_password", "$2a$04$TEi/Swe3TfYMe2Jbtyp40uTdg9N8e2i5I8YUNJ7vp21tj6Jg2mmp6"], ["created_at", "2017-09-17 19:48:23.383325"], ["updated_at", "2017-09-17 19:48:23.383325"], ["name", "Jerad Schoen V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "daryl@mayer.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "daryl@mayer.name"], ["encrypted_password", "$2a$04$MlM1BXaY1/oAzHhGCP7e0eKfaW/5gARCPg67W7FkhxtYWWyvbv0DS"], ["created_at", "2017-09-17 19:48:23.395202"], ["updated_at", "2017-09-17 19:48:23.395202"], ["name", "Ilene Shanahan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "donnell@pagac.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "donnell@pagac.co"], ["encrypted_password", "$2a$04$8WbW9vbnvIfO0jQN24YmNeO7M6y0mNcc/y/xK49VU0iiyBEQAq/ZK"], ["created_at", "2017-09-17 19:48:23.400983"], ["updated_at", "2017-09-17 19:48:23.400983"], ["name", "Mrs. Ed Kshlerin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "danny.beier@hyatt.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "danny.beier@hyatt.net"], ["encrypted_password", "$2a$04$lUEd/JB5CFZPIV2LIDqTquHoDvQAY/VAt5p5AqmnZZqKl5.g7lASS"], ["created_at", "2017-09-17 19:48:23.412410"], ["updated_at", "2017-09-17 19:48:23.412410"], ["name", "Ms. Savanah VonRueden"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaron@spinka.com"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaron@spinka.com"], ["encrypted_password", "$2a$04$uLZ.JvHFcRasxIEySM2Zd.ShxFNzHXoCz93NyQRrmGqdVghowqGRK"], ["created_at", "2017-09-17 19:48:23.417627"], ["updated_at", "2017-09-17 19:48:23.417627"], ["name", "Jannie Weimann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "krystal@cainkling.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "krystal@cainkling.biz"], ["encrypted_password", "$2a$04$bhCGO6zBY1mg2GRwIPOJ/eXr8bT7WuHLC9X0uD0txdbKPXKAsJMLi"], ["created_at", "2017-09-17 19:48:23.429819"], ["updated_at", "2017-09-17 19:48:23.429819"], ["name", "Marian Dibbert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "katheryn.volkman@strosin.io"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "katheryn.volkman@strosin.io"], ["encrypted_password", "$2a$04$9z1mkCHi4ShVLYBmWIkbRO1k.AQLhc0WO.7HXqlTwdTzZM.B84VY2"], ["created_at", "2017-09-17 19:48:23.434805"], ["updated_at", "2017-09-17 19:48:23.434805"], ["name", "Lisa Kihn V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (68.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (86.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dedrick.hyatt@bins.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dedrick.hyatt@bins.biz"], ["encrypted_password", "$2a$04$9ADhmijupc1LYijbuNgBHOS8cvKnbXX.lVaUJ9ByDt6PLgLVEubey"], ["created_at", "2017-09-17 19:50:24.764000"], ["updated_at", "2017-09-17 19:50:24.764000"], ["name", "Billy Feil I"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chandler@mccullough.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chandler@mccullough.name"], ["encrypted_password", "$2a$04$tzpt1uTsYOXmQczFv2KS1u1I6cLX.1BjAMkBFSlUATVTg357oQHqq"], ["created_at", "2017-09-17 19:50:24.769501"], ["updated_at", "2017-09-17 19:50:24.769501"], ["name", "Frieda Bruen"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jakob@treutel.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jakob@treutel.name"], ["encrypted_password", "$2a$04$ojj/7/16dYp6Jtycg9WcKu6Jrtspg39YKQyIL2A3gjvx1K2AK6E2G"], ["created_at", "2017-09-17 19:50:24.795097"], ["updated_at", "2017-09-17 19:50:24.795097"], ["name", "Minerva Satterfield"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jordane@borer.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jordane@borer.info"], ["encrypted_password", "$2a$04$QcTUZ0cgst3JCf/8ToeNluBGxLvIehm98TnztoZvK313fzP4oXAnS"], ["created_at", "2017-09-17 19:50:24.799379"], ["updated_at", "2017-09-17 19:50:24.799379"], ["name", "Katelin Considine DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "margarette@weinatlittle.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "margarette@weinatlittle.org"], ["encrypted_password", "$2a$04$vNVV0Sj46/KwL4kFVcHhNeYLqyHzPHQoO1ZIuG/CXUTDRfCMHZtMm"], ["created_at", "2017-09-17 19:50:24.808781"], ["updated_at", "2017-09-17 19:50:24.808781"], ["name", "Brandy Steuber"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ivah@casper.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ivah@casper.info"], ["encrypted_password", "$2a$04$NrMA/LnRbXrrL0zpb7LQoOKpuaRIC9F4dgzTBtRmbHsv8Q3B22ZZ."], ["created_at", "2017-09-17 19:50:24.813965"], ["updated_at", "2017-09-17 19:50:24.813965"], ["name", "Alba Torp"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 3.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jennyfer@littel.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jennyfer@littel.net"], ["encrypted_password", "$2a$04$TGYSYHPXCFuN.ZKxhFz7OuYWunw.1aWrDNX5r4u8FBXg2tPhqafK6"], ["created_at", "2017-09-17 19:50:24.836004"], ["updated_at", "2017-09-17 19:50:24.836004"], ["name", "Haley Kautzer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delta_howell@heidenreichkaulke.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "delta_howell@heidenreichkaulke.io"], ["encrypted_password", "$2a$04$C7Su1lAs7aiOQBFOY1XXcuLNMJupFICwO77e22DN49CzYv3YmKA0S"], ["created_at", "2017-09-17 19:50:24.840244"], ["updated_at", "2017-09-17 19:50:24.840244"], ["name", "Kaden VonRueden IV"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "uriah.hyatt@harveyfunk.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "uriah.hyatt@harveyfunk.info"], ["encrypted_password", "$2a$04$k7kZAGBb6QvICftGY9wLruBycRm3b7XDbaUu/uOff3VotUFxYaL7C"], ["created_at", "2017-09-17 19:50:24.850150"], ["updated_at", "2017-09-17 19:50:24.850150"], ["name", "Akeem McLaughlin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ole.stracke@lowereynolds.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ole.stracke@lowereynolds.io"], ["encrypted_password", "$2a$04$ddPdQXzKBhAN68QeYNtDlOkndbir6q2nm43RCoSL9LdY4xMeMG/fK"], ["created_at", "2017-09-17 19:50:24.855608"], ["updated_at", "2017-09-17 19:50:24.855608"], ["name", "Philip Dicki"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Alison Hermiston", "description"=>"Temporibus eos id inventore qui et nulla voluptatem. Impedit nostrum dolorum sed doloremque id numquam qui. Dicta veritatis est possimus blanditiis veniam. Aliquam reiciendis unde aut.", "image"=>"http://lorempixel.com/200/200", "name"=>"Nectar in a Sieve", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nectar in a Sieve"], ["description", "Temporibus eos id inventore qui et nulla voluptatem. Impedit nostrum dolorum sed doloremque id numquam qui. Dicta veritatis est possimus blanditiis veniam. Aliquam reiciendis unde aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alison Hermiston"], ["created_at", "2017-09-17 19:50:24.870641"], ["updated_at", "2017-09-17 19:50:24.870641"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 8ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rodrick_prohaska@miller.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rodrick_prohaska@miller.info"], ["encrypted_password", "$2a$04$lLAQVlBKaP6FTC3uMznKeugGvIzARHeHqotKct4Yz68IawPQIsSmW"], ["created_at", "2017-09-17 19:50:24.879828"], ["updated_at", "2017-09-17 19:50:24.879828"], ["name", "Darius Rosenbaum"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amari@ruel.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "amari@ruel.org"], ["encrypted_password", "$2a$04$7X3QOvqc4yIs9VwbyqG5uezbPPldse8FszSY.c5YemPJLCZEaoSWG"], ["created_at", "2017-09-17 19:50:24.883719"], ["updated_at", "2017-09-17 19:50:24.883719"], ["name", "Remington Yundt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Jazmyn Hessel", "description"=>"Exercitationem temporibus quidem repellat. Dolor enim eos aliquam sed consequatur aut.", "image"=>"http://lorempixel.com/200/200", "name"=>"Frequent Hearses", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Frequent Hearses"], ["description", "Exercitationem temporibus quidem repellat. Dolor enim eos aliquam sed consequatur aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jazmyn Hessel"], ["created_at", "2017-09-17 19:50:24.888039"], ["updated_at", "2017-09-17 19:50:24.888039"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "camille@ratke.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "camille@ratke.net"], ["encrypted_password", "$2a$04$/sriHc3DNgNwmhjDJ5eoTuIO3HE2noJWH1EdhKitdFUcCTdtK0IRS"], ["created_at", "2017-09-17 19:50:24.899934"], ["updated_at", "2017-09-17 19:50:24.899934"], ["name", "Rickie Rau DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "magnus@durgan.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "magnus@durgan.biz"], ["encrypted_password", "$2a$04$CaUtRZQy2qp4Y.SyJA8ebOOHrWllcavru4aT7UG/3igKvcLvTnIk6"], ["created_at", "2017-09-17 19:50:24.904078"], ["updated_at", "2017-09-17 19:50:24.904078"], ["name", "Aimee Steuber V"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Rogelio Kris", "description"=>"Assumenda ad consequatur ea quo corrupti esse quod.", "image"=>"http://lorempixel.com/200/200", "name"=>"To a God Unknown", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To a God Unknown"], ["description", "Assumenda ad consequatur ea quo corrupti esse quod."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rogelio Kris"], ["created_at", "2017-09-17 19:50:24.908657"], ["updated_at", "2017-09-17 19:50:24.908657"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chance@kulas.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chance@kulas.net"], ["encrypted_password", "$2a$04$OkBWgNMwcz9HSIwIAVsmROWT2/4.XmlxvYyESYQhtQk3bqLB8z4yq"], ["created_at", "2017-09-17 19:50:24.926310"], ["updated_at", "2017-09-17 19:50:24.926310"], ["name", "Miss Lera Murazik"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cara@fisher.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cara@fisher.info"], ["encrypted_password", "$2a$04$vUnbCbTFVkZdPED1xnShpO7.cpdr.hLJ.Eo8MtXm7Vw68D780rtha"], ["created_at", "2017-09-17 19:50:24.931035"], ["updated_at", "2017-09-17 19:50:24.931035"], ["name", "Mrs. Elinor Tillman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caesar@rausipes.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "caesar@rausipes.biz"], ["encrypted_password", "$2a$04$N.AojJ70nImBo.i0II7H3e15GqKHJCoJR.uwmPMk5AssT9lUvQ/Fq"], ["created_at", "2017-09-17 19:50:24.941860"], ["updated_at", "2017-09-17 19:50:24.941860"], ["name", "Monty Okuneva MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emerald@schmitt.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emerald@schmitt.co"], ["encrypted_password", "$2a$04$fHpjpLVwUqisVEz9C0FJZ.0rlHylt6PMeq1Hs3A/DUiUxNiwiLXQ6"], ["created_at", "2017-09-17 19:50:24.945949"], ["updated_at", "2017-09-17 19:50:24.945949"], ["name", "Carter Ruecker"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ian@crooks.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ian@crooks.com"], ["encrypted_password", "$2a$04$XuUcbMbvo7OQrZGnOGtv.eNL8fnPvfOQCLw4OBNn2uNR7tZgR4Die"], ["created_at", "2017-09-17 19:50:24.958673"], ["updated_at", "2017-09-17 19:50:24.958673"], ["name", "Abbigail Quitzon"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "daphne_little@jones.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "daphne_little@jones.info"], ["encrypted_password", "$2a$04$D7fpJzty/NNSJa1BD5DzsOg7cFRBiwvJ.LucLdn2vDbANs.DBYVim"], ["created_at", "2017-09-17 19:50:24.963146"], ["updated_at", "2017-09-17 19:50:24.963146"], ["name", "Stephania Kutch"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carli.marquardt@rosenbaumturner.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carli.marquardt@rosenbaumturner.io"], ["encrypted_password", "$2a$04$F9.SF5AUQE/lM8nThyiqvuwefes5nYAVzmGOzVPv0eo5O4JQMiUt2"], ["created_at", "2017-09-17 19:50:24.972314"], ["updated_at", "2017-09-17 19:50:24.972314"], ["name", "Judah Yundt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mara@howemante.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mara@howemante.io"], ["encrypted_password", "$2a$04$508WnczII3ZEcFTDqSN4ceCCc4KE13vNVrjvI2viTmrMPor0m/NXu"], ["created_at", "2017-09-17 19:50:24.977016"], ["updated_at", "2017-09-17 19:50:24.977016"], ["name", "Joshuah Stehr"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pietro@dubuque.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "pietro@dubuque.io"], ["encrypted_password", "$2a$04$NhCMu6JZ1GPDdSOcm0oVV.0dw4RsROthKb1rsS7seYLxCF1SAu8MS"], ["created_at", "2017-09-17 19:50:24.987611"], ["updated_at", "2017-09-17 19:50:24.987611"], ["name", "Jaycee Skiles"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jayson@beer.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jayson@beer.io"], ["encrypted_password", "$2a$04$276amWASxHkgLhd0omBw7.XjEaWCvWX1dJUI8oPKmxGKBeubSS./e"], ["created_at", "2017-09-17 19:50:24.991691"], ["updated_at", "2017-09-17 19:50:24.991691"], ["name", "Miss Angie Waters"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (168.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (75.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nelson.buckridge@cremin.io"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nelson.buckridge@cremin.io"], ["encrypted_password", "$2a$04$QPq91hpTAZmh3xpqQJ3rqufEP9l/5VVz5S0VREm79EqT0d2s6uYTm"], ["created_at", "2017-09-17 19:52:56.227783"], ["updated_at", "2017-09-17 19:52:56.227783"], ["name", "John Ritchie"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "te@walter.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "te@walter.com"], ["encrypted_password", "$2a$04$lTNOP8gNNpqz6ED67H5E..b7b/Cx/oDlbeM65xHhpHj6E0gZlFDTa"], ["created_at", "2017-09-17 19:52:56.233506"], ["updated_at", "2017-09-17 19:52:56.233506"], ["name", "Dell McClure"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lavonne@blick.org"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lavonne@blick.org"], ["encrypted_password", "$2a$04$NHq1OjVQAFVcgTRK1bBqfeMrhONZ6VYO0WROZBtTDUcR64R0O8rX."], ["created_at", "2017-09-17 19:52:56.261863"], ["updated_at", "2017-09-17 19:52:56.261863"], ["name", "Guido Kuhic III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fernando@stracke.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fernando@stracke.io"], ["encrypted_password", "$2a$04$B4vcyHtCyeBT15k2cdrrVeDvHeIoJyTzs35ZuzBF.lw2KnfKfcxwK"], ["created_at", "2017-09-17 19:52:56.267077"], ["updated_at", "2017-09-17 19:52:56.267077"], ["name", "Reinhold Swift IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "teresa_raynor@leannonblick.name"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "teresa_raynor@leannonblick.name"], ["encrypted_password", "$2a$04$6Nm7S8Rxsc3BT/NQr6TCmerIz18oBrN1adLIhzKETgHqj.7pZwVS."], ["created_at", "2017-09-17 19:52:56.279529"], ["updated_at", "2017-09-17 19:52:56.279529"], ["name", "Aniyah Zboncak"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garry_torphy@predovicconn.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "garry_torphy@predovicconn.net"], ["encrypted_password", "$2a$04$C7PlmnW7tHYzoIQr9KD0FuN4kwTRMQqDgf4ghwxD2dWJM8PSQpJ9S"], ["created_at", "2017-09-17 19:52:56.284548"], ["updated_at", "2017-09-17 19:52:56.284548"], ["name", "Delpha Schmidt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 4.3ms | ActiveRecord: 0.2ms)

 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jonathan.jaskolski@maggiomacejkovic.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jonathan.jaskolski@maggiomacejkovic.io"], ["encrypted_password", "$2a$04$1Pao0V.RblbFky1rHY//de1EoScVRGepQf5ggLV6Vwwa/t00REOcK"], ["created_at", "2017-09-17 19:52:56.306482"], ["updated_at", "2017-09-17 19:52:56.306482"], ["name", "Alberto Altenwerth"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myrtle@bode.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "myrtle@bode.net"], ["encrypted_password", "$2a$04$LEJfgqD6Qffy5t/n70wxu.gMRzJZSg1j8mJseEb1uSIsKNHIUpyvu"], ["created_at", "2017-09-17 19:52:56.312343"], ["updated_at", "2017-09-17 19:52:56.312343"], ["name", "Mr. Maryjane Stroman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keira@wintheiser.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "keira@wintheiser.org"], ["encrypted_password", "$2a$04$gQFXsksa.etaXS2K2bwlxuGHJrb8W5tekPipowUZMvmlFlYCodU6."], ["created_at", "2017-09-17 19:52:56.323374"], ["updated_at", "2017-09-17 19:52:56.323374"], ["name", "Troy Nader"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myah.gulgowski@nicolas.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "myah.gulgowski@nicolas.biz"], ["encrypted_password", "$2a$04$4EjvxiOnqDROAAIQsuQ7MerVsiVo6rRsmnbZECs/4gt4Gl8yUbfjS"], ["created_at", "2017-09-17 19:52:56.328789"], ["updated_at", "2017-09-17 19:52:56.328789"], ["name", "Nat Murray"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Miss Kolby Lebsack", "description"=>"Sit quis quisquam et. Fuga saepe laboriosam.", "image"=>"http://lorempixel.com/200/200", "name"=>"Endless Night", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Endless Night"], ["description", "Sit quis quisquam et. Fuga saepe laboriosam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Kolby Lebsack"], ["created_at", "2017-09-17 19:52:56.346053"], ["updated_at", "2017-09-17 19:52:56.346053"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 8ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amparo@gusikowskicrist.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "amparo@gusikowskicrist.com"], ["encrypted_password", "$2a$04$HaxQKy0LoC3Rruo2IQQFNOm/OwgZTTDcncQWjhivxAUbMmW0Bvb42"], ["created_at", "2017-09-17 19:52:56.356500"], ["updated_at", "2017-09-17 19:52:56.356500"], ["name", "Caitlyn D'Amore"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "friedrich@waters.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "friedrich@waters.com"], ["encrypted_password", "$2a$04$7Ad9bCsUN9vNa.N/ahqSbeDOhOA80Fxi.g4LJ4hcC/rRiMkjeQzFa"], ["created_at", "2017-09-17 19:52:56.361094"], ["updated_at", "2017-09-17 19:52:56.361094"], ["name", "Trent Nikolaus"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Jaime Jenkins", "description"=>"Ut sunt ut in non at quibusdam. Est aperiam in nihil fuga. Debitis eos quaerat. Officiis consequatur quod totam quaerat necessitatibus dicta.", "image"=>"http://lorempixel.com/200/200", "name"=>"Ego Dominus Tuus", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Ego Dominus Tuus"], ["description", "Ut sunt ut in non at quibusdam. Est aperiam in nihil fuga. Debitis eos quaerat. Officiis consequatur quod totam quaerat necessitatibus dicta."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jaime Jenkins"], ["created_at", "2017-09-17 19:52:56.366350"], ["updated_at", "2017-09-17 19:52:56.366350"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "horace_ondricka@effertz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "horace_ondricka@effertz.org"], ["encrypted_password", "$2a$04$oJSG9Ml4ADuzGrJlzzSdGepLtS9vyYpvYQwMF76M.JquEp5PZaUUm"], ["created_at", "2017-09-17 19:52:56.381115"], ["updated_at", "2017-09-17 19:52:56.381115"], ["name", "Cruz Dach"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "evert@west.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "evert@west.com"], ["encrypted_password", "$2a$04$uXwKS90FvVTf9ZHkClJnVeqwlOa/U3I4DVsKVmF9MYAYGlY9SdVjm"], ["created_at", "2017-09-17 19:52:56.385818"], ["updated_at", "2017-09-17 19:52:56.385818"], ["name", "Adele Schoen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Frances Kuhic", "description"=>"Eum maxime quidem est id eum doloribus aut.", "image"=>"http://lorempixel.com/200/200", "name"=>"Carrion Comfort", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Carrion Comfort"], ["description", "Eum maxime quidem est id eum doloribus aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Frances Kuhic"], ["created_at", "2017-09-17 19:52:56.392753"], ["updated_at", "2017-09-17 19:52:56.392753"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jon.zieme@dicki.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jon.zieme@dicki.org"], ["encrypted_password", "$2a$04$9G3iO4J0Y/GvJukGDhhode5QkFr1Th1rs3HBY72w1gbpXbVBMnPjC"], ["created_at", "2017-09-17 19:52:56.412632"], ["updated_at", "2017-09-17 19:52:56.412632"], ["name", "Mr. Johnpaul Harber"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bo@ortizheidenreich.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bo@ortizheidenreich.org"], ["encrypted_password", "$2a$04$aLNtaPoMM.axVCTUGstOBeF7PQwtUNm/FruFtJ.Nw3lCgkUueFIH6"], ["created_at", "2017-09-17 19:52:56.417401"], ["updated_at", "2017-09-17 19:52:56.417401"], ["name", "Margarita Gaylord"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "miles_ryan@schaefer.io"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "miles_ryan@schaefer.io"], ["encrypted_password", "$2a$04$6WVNX2bsilWLF46T.bbGTuYX.v09bNQP9MA0eDHMCtJAr2bNqKRK2"], ["created_at", "2017-09-17 19:52:56.429641"], ["updated_at", "2017-09-17 19:52:56.429641"], ["name", "Alexander Hayes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "glenna@pacocha.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "glenna@pacocha.com"], ["encrypted_password", "$2a$04$ecqZB6ZTYFrCMRwuUz1S4.o5iTEvPOwIKw9wRDzmYz0xvYaO8njfy"], ["created_at", "2017-09-17 19:52:56.435008"], ["updated_at", "2017-09-17 19:52:56.435008"], ["name", "Geovany Rempel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bret.kuhlman@stiedemann.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bret.kuhlman@stiedemann.org"], ["encrypted_password", "$2a$04$Ev6BlZyzJaKmzZruJED5WOngyE95rd0cTmBic6v5P/07sV72BdQ5i"], ["created_at", "2017-09-17 19:52:56.445878"], ["updated_at", "2017-09-17 19:52:56.445878"], ["name", "Sheridan Dooley"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "liliana@pfeffer.org"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "liliana@pfeffer.org"], ["encrypted_password", "$2a$04$wgNY5leBk4Wq8MbhEhI1pef8x7/WGHb/3pWIGq7K3ukBpcA/15eqG"], ["created_at", "2017-09-17 19:52:56.451356"], ["updated_at", "2017-09-17 19:52:56.451356"], ["name", "Mr. Michaela Tillman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marco@cormiernicolas.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marco@cormiernicolas.io"], ["encrypted_password", "$2a$04$1jX2JZM6pmFBE3MTZStP5OTFdCgr9CPO8r0Gp7.XcG55HACwYRQBy"], ["created_at", "2017-09-17 19:52:56.462964"], ["updated_at", "2017-09-17 19:52:56.462964"], ["name", "Dylan Hahn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "einar_abernathy@reichelrodriguez.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "einar_abernathy@reichelrodriguez.biz"], ["encrypted_password", "$2a$04$EiSoKWS8lfAgkR8jO3xEY.Pa3aOi6y4K5JGbJ/Z89j2lq5Gkb39EC"], ["created_at", "2017-09-17 19:52:56.467977"], ["updated_at", "2017-09-17 19:52:56.467977"], ["name", "Annamarie Baumbach"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "axel@hanewatsica.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "axel@hanewatsica.name"], ["encrypted_password", "$2a$04$dyoyUMzOAnq2QaYId7V19OGYpzpmSSwkgV5WpIHEFzeaPBnbJ0pxq"], ["created_at", "2017-09-17 19:52:56.480249"], ["updated_at", "2017-09-17 19:52:56.480249"], ["name", "Dr. Hans Borer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elmo@strosin.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elmo@strosin.com"], ["encrypted_password", "$2a$04$eB9gzYfT.SG9/pxdvY2t6.0mVENAbUJnLHrMkcISBp5eAGGbKrt4a"], ["created_at", "2017-09-17 19:52:56.484914"], ["updated_at", "2017-09-17 19:52:56.484914"], ["name", "Ms. Elsie Ortiz"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (112.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (77.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (132.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zoila@zboncak.org"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zoila@zboncak.org"], ["encrypted_password", "$2a$04$A9jjvduYNE9mB8xblx4HouQwoxTokEGWEpRyDYQvjgoRC7e149/ua"], ["created_at", "2017-09-17 19:57:36.950173"], ["updated_at", "2017-09-17 19:57:36.950173"], ["name", "Savion Langworth"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "thora.bailey@okon.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "thora.bailey@okon.info"], ["encrypted_password", "$2a$04$TxGQ3x.UglWk0LfZSj5T5Oq367ixwkJpEasXrhuk0RMI08CdIzAbO"], ["created_at", "2017-09-17 19:57:36.957197"], ["updated_at", "2017-09-17 19:57:36.957197"], ["name", "Michale Wehner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (1.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frankie_treutel@treutel.net"], ["LIMIT", 1]]
SQL (1.0ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "frankie_treutel@treutel.net"], ["encrypted_password", "$2a$04$PxIybehxERU2sNV8ZJCBaubwjmNt82TTc70D3E1bModhWWoJgaW4a"], ["created_at", "2017-09-17 19:57:36.997200"], ["updated_at", "2017-09-17 19:57:36.997200"], ["name", "Selina Huel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nolan.weinat@walter.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nolan.weinat@walter.name"], ["encrypted_password", "$2a$04$ugrhKCQZGQ985KulAPDuGOZ3fVCJkoqgggKxhisGtgpK5OSJpFM0a"], ["created_at", "2017-09-17 19:57:37.004377"], ["updated_at", "2017-09-17 19:57:37.004377"], ["name", "Ignacio Prosacco"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothy@rohanward.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dorothy@rohanward.info"], ["encrypted_password", "$2a$04$czfFA3ntm5vkrXbQfTiu7.755.rsPovGefaAGOO5OK.AXm/8qDsMC"], ["created_at", "2017-09-17 19:57:37.015751"], ["updated_at", "2017-09-17 19:57:37.015751"], ["name", "Merritt Goldner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "crawford@tromp.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "crawford@tromp.info"], ["encrypted_password", "$2a$04$HGFdiQSq7HxhsqatUGiUw.RXVqDFmzd3IUfDK15su5yhf4tHA6oBi"], ["created_at", "2017-09-17 19:57:37.021877"], ["updated_at", "2017-09-17 19:57:37.021877"], ["name", "Mrs. Valentina Stanton"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 4.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "athena@howell.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "athena@howell.info"], ["encrypted_password", "$2a$04$omWSiuksc9UhMwodFWmeoO0G8t2r9GtvZ4Q6u5gIE8tLwkjHYOsUK"], ["created_at", "2017-09-17 19:57:37.046169"], ["updated_at", "2017-09-17 19:57:37.046169"], ["name", "Geovany Olson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "edgardo@ferry.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "edgardo@ferry.com"], ["encrypted_password", "$2a$04$8.zA0WPKH2mQA1Yc/e.WGOOCWR67XTvVqCn/0Zs7spBYUxpiig8.S"], ["created_at", "2017-09-17 19:57:37.051048"], ["updated_at", "2017-09-17 19:57:37.051048"], ["name", "Birdie Ondricka MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Passage to India"], ["description", "Enim sunt aut repellendus minima. Sed et amet dolorem maxime officiis ratione ab."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Chloe Moore"], ["created_at", "2017-09-17 19:57:37.059474"], ["updated_at", "2017-09-17 19:57:37.059474"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brody@ondricka.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brody@ondricka.net"], ["encrypted_password", "$2a$04$nQoJ4b5p5KPi1DUAMEFR.eqHv4YRA.bZMhZE9o7JeRGPdU2lKAyUe"], ["created_at", "2017-09-17 19:57:37.076010"], ["updated_at", "2017-09-17 19:57:37.076010"], ["name", "Vicenta Smitham MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leann@zieme.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leann@zieme.co"], ["encrypted_password", "$2a$04$7ZBSvCj77GLvp1mgS90w9uxOFfLHgQvRYo02gSpQ.4CPD.yj37s/G"], ["created_at", "2017-09-17 19:57:37.081576"], ["updated_at", "2017-09-17 19:57:37.081576"], ["name", "Kaelyn Rosenbaum"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Elna McDermott III", "description"=>"Dolor inventore quod. Voluptatem non numquam expedita quos. Et dolore consequatur. Nulla odio est ad fugit non molestias amet.", "image"=>"http://lorempixel.com/200/200", "name"=>"Blue Remembered Earth", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blue Remembered Earth"], ["description", "Dolor inventore quod. Voluptatem non numquam expedita quos. Et dolore consequatur. Nulla odio est ad fugit non molestias amet."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elna McDermott III"], ["created_at", "2017-09-17 19:57:37.094530"], ["updated_at", "2017-09-17 19:57:37.094530"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "verdie@reichert.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "verdie@reichert.com"], ["encrypted_password", "$2a$04$CifXSlS8UmaXICX2JBBCD.NhdGFxwjLVVq.ogaRYknCy8jsrszuS."], ["created_at", "2017-09-17 19:57:37.105384"], ["updated_at", "2017-09-17 19:57:37.105384"], ["name", "Dallas Vandervort"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marc.lynch@ohara.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marc.lynch@ohara.org"], ["encrypted_password", "$2a$04$8UCW61cWNlbaQm.MojMOAeT5l6fLb5YbzwrKo23JW44OpKiG9EVou"], ["created_at", "2017-09-17 19:57:37.110220"], ["updated_at", "2017-09-17 19:57:37.110220"], ["name", "Cecelia Shields"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Emanuel Lubowitz IV", "description"=>"Provident est corrupti totam soluta ratione voluptatem. Autem esse fugit. Autem nemo dolor repellat enim. Enim est rem voluptatum nulla reprehenderit velit sit.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Curious Incident of the Dog in the Night-Time", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Curious Incident of the Dog in the Night-Time"], ["description", "Provident est corrupti totam soluta ratione voluptatem. Autem esse fugit. Autem nemo dolor repellat enim. Enim est rem voluptatum nulla reprehenderit velit sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Emanuel Lubowitz IV"], ["created_at", "2017-09-17 19:57:37.115516"], ["updated_at", "2017-09-17 19:57:37.115516"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jayce.herman@schmidthagenes.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jayce.herman@schmidthagenes.io"], ["encrypted_password", "$2a$04$53/9sqE1Hnb1gsrglcm3XOnTsNFjgqV7JXsAoNGvBhIIackAXRFE."], ["created_at", "2017-09-17 19:57:37.130545"], ["updated_at", "2017-09-17 19:57:37.130545"], ["name", "Earline Deckow"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lula_wolff@faheyjenkins.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lula_wolff@faheyjenkins.io"], ["encrypted_password", "$2a$04$bWqvIK6nOhrchYtBOzD7ruwLGQh2r3zOsmM5Xg4yqcWRiQifObGDS"], ["created_at", "2017-09-17 19:57:37.135349"], ["updated_at", "2017-09-17 19:57:37.135349"], ["name", "Mrs. Winnifred Gulgowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Harmon Huels", "description"=>"Sit amet similique.", "image"=>"http://lorempixel.com/200/200", "name"=>"Nine Coaches Waiting", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nine Coaches Waiting"], ["description", "Sit amet similique."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Harmon Huels"], ["created_at", "2017-09-17 19:57:37.140552"], ["updated_at", "2017-09-17 19:57:37.140552"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rhianna_gutmann@nicolas.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rhianna_gutmann@nicolas.net"], ["encrypted_password", "$2a$04$gYTOm3lVqXLpKbLSExGXFuxDf7Zm8umXclaCdLvgp.KBc4YBIL7BG"], ["created_at", "2017-09-17 19:57:37.159396"], ["updated_at", "2017-09-17 19:57:37.159396"], ["name", "Mekhi Koss"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ophelia@okon.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ophelia@okon.biz"], ["encrypted_password", "$2a$04$U0hmpJ67MiNN7k/F5TPXFuP7Wpj1akugdLlZw.i5DZys5aKnIp51y"], ["created_at", "2017-09-17 19:57:37.164523"], ["updated_at", "2017-09-17 19:57:37.164523"], ["name", "Natasha Stokes I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abbigail@ko.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "abbigail@ko.org"], ["encrypted_password", "$2a$04$MAO9Tu7m7Vbx0E.zPBcPl.QOKHPQZlH6JS9tcjQ2tEKQ.4jcLHIPa"], ["created_at", "2017-09-17 19:57:37.177946"], ["updated_at", "2017-09-17 19:57:37.177946"], ["name", "Zena Waelchi DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "miles@bergstrom.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "miles@bergstrom.com"], ["encrypted_password", "$2a$04$L4FioisOKHC2Ds4dqG/8FOd.ovvt9fAOKTwcbMXKjYIah4Yszcsou"], ["created_at", "2017-09-17 19:57:37.182781"], ["updated_at", "2017-09-17 19:57:37.182781"], ["name", "Nola Hagenes IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hope.medhurst@willprice.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hope.medhurst@willprice.net"], ["encrypted_password", "$2a$04$w8513YPPf1LYn4oKDNSIA.fMqdVv/9asx5RTqqKtCiUvFvSq0Fm5S"], ["created_at", "2017-09-17 19:57:37.196102"], ["updated_at", "2017-09-17 19:57:37.196102"], ["name", "Barry Erdman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "spencer_hahn@streichlakin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "spencer_hahn@streichlakin.net"], ["encrypted_password", "$2a$04$k9t1P5GldTUMhbX2KrCH9eqHxnQvEcym.SEM2Y8J8fMk1/siXCaQW"], ["created_at", "2017-09-17 19:57:37.200669"], ["updated_at", "2017-09-17 19:57:37.200669"], ["name", "Merle Reichert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nora.satterfield@prosaccokutch.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nora.satterfield@prosaccokutch.org"], ["encrypted_password", "$2a$04$e4WRR5vgPGBqFt8H4YFR4O4DVlqtsvM6AMzBYAWH81XZydbY8LV3u"], ["created_at", "2017-09-17 19:57:37.214017"], ["updated_at", "2017-09-17 19:57:37.214017"], ["name", "Dr. Werner Mante"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lucious@abshire.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lucious@abshire.biz"], ["encrypted_password", "$2a$04$tHdvLz2CBrH.FfxuWBK5Du2yzzOlofiBThLQz7lHQ3gLVZfQED2.2"], ["created_at", "2017-09-17 19:57:37.218711"], ["updated_at", "2017-09-17 19:57:37.218711"], ["name", "Vaughn Wisoky"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keith.stark@gerholdtorp.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "keith.stark@gerholdtorp.org"], ["encrypted_password", "$2a$04$Zqm5CeoY1EgsZEui0GU0.eoJPmd.S99bx6K.Pvvw7Kt5vUx21epFq"], ["created_at", "2017-09-17 19:57:37.231419"], ["updated_at", "2017-09-17 19:57:37.231419"], ["name", "Cullen McKenzie"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexys@feestharber.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alexys@feestharber.biz"], ["encrypted_password", "$2a$04$tk11cEw8/kUAudkB/yB9yu51eGh5mKJyJIZvUDgKZK5JRhIIHvVRe"], ["created_at", "2017-09-17 19:57:37.236278"], ["updated_at", "2017-09-17 19:57:37.236278"], ["name", "Miss Esther Beier"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (102.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (121.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (122.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alva@denesik.com"], ["LIMIT", 1]]
SQL (1.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alva@denesik.com"], ["encrypted_password", "$2a$04$pjMIIkZ/YJqNFVU2LV6PkeQJXd9.u8nOYFF3Nz7RUZJfdT3isos1G"], ["created_at", "2017-09-17 19:58:09.497401"], ["updated_at", "2017-09-17 19:58:09.497401"], ["name", "Hillard Wyman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anibal@rolfson.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "anibal@rolfson.info"], ["encrypted_password", "$2a$04$V0/3XoX7Rk7xwK1Eqt9.BOfm7GWjcMcdtJ1U59H0qZniakzz5LrHm"], ["created_at", "2017-09-17 19:58:09.504974"], ["updated_at", "2017-09-17 19:58:09.504974"], ["name", "Miss Alden Abshire"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (1.7ms)  rollback transaction
 (0.3ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "velma@murphyparker.co"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "velma@murphyparker.co"], ["encrypted_password", "$2a$04$qknCS8Uo9aDjGzjcM4yTiu9S6anjYGlRXMAYVfyTNO20bGgE7GalC"], ["created_at", "2017-09-17 19:58:09.548575"], ["updated_at", "2017-09-17 19:58:09.548575"], ["name", "Kristofer Walker"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brannon@brekke.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brannon@brekke.biz"], ["encrypted_password", "$2a$04$DeaA7qN4aqGSALZHcxNcleNGaOq77jZF8T.3YkLlt/hOfWXuyd41a"], ["created_at", "2017-09-17 19:58:09.554890"], ["updated_at", "2017-09-17 19:58:09.554890"], ["name", "Warren Schultz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alex@reynoldsruecker.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alex@reynoldsruecker.co"], ["encrypted_password", "$2a$04$OOoc0.OgrJzR49OO7d9VLeRGKlEoETecU2Lxt.iz6erCVbUAatkUS"], ["created_at", "2017-09-17 19:58:09.578747"], ["updated_at", "2017-09-17 19:58:09.578747"], ["name", "Darian Marks"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elmira@kreiger.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elmira@kreiger.co"], ["encrypted_password", "$2a$04$RYQ5C7miG3rvnk5J9MupPunVPyah0u5VgIug0q6hs7eZqC.OIT1Za"], ["created_at", "2017-09-17 19:58:09.584652"], ["updated_at", "2017-09-17 19:58:09.584652"], ["name", "Melba Bahringer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 6.6ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexanne@zboncak.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alexanne@zboncak.com"], ["encrypted_password", "$2a$04$vOCDpfjdv6u1J7QpxKcLcOQIGU30yBj5/YzlMYqAkw4qqz/J8NCKG"], ["created_at", "2017-09-17 19:58:09.615185"], ["updated_at", "2017-09-17 19:58:09.615185"], ["name", "Rosina Lynch"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gabriella@orn.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gabriella@orn.biz"], ["encrypted_password", "$2a$04$dO4GOynXVugPuPMRXvzQVOk9UREYHtkwUZiP2qxd6Pu.Mu46mNDDC"], ["created_at", "2017-09-17 19:58:09.621700"], ["updated_at", "2017-09-17 19:58:09.621700"], ["name", "Mariela Douglas"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Green Bay Tree"], ["description", "Placeat consequatur voluptatem error et provident optio. Sit aut porro a numquam. Id nihil modi atque qui debitis officiis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Katherine Breitenberg"], ["created_at", "2017-09-17 19:58:09.632199"], ["updated_at", "2017-09-17 19:58:09.632199"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clark@hills.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "clark@hills.net"], ["encrypted_password", "$2a$04$LGQjiWO/tWQTlr3kxNosM.ISTFPsLhcoCoDVmQSXxxgafrf1MIDjq"], ["created_at", "2017-09-17 19:58:09.652932"], ["updated_at", "2017-09-17 19:58:09.652932"], ["name", "Reva Beahan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kallie@schroeder.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kallie@schroeder.org"], ["encrypted_password", "$2a$04$iWYu/jRAQ1VTgnuSo7XqhOqftXUXn7uVAKbLk72kMZFhOm2bAMC.q"], ["created_at", "2017-09-17 19:58:09.659082"], ["updated_at", "2017-09-17 19:58:09.659082"], ["name", "Cleo Strosin PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Orie Auer", "description"=>"Repudiandae ut laborum quia voluptas ex aperiam. Illum rerum porro molestias nam vel.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Man Within", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Man Within"], ["description", "Repudiandae ut laborum quia voluptas ex aperiam. Illum rerum porro molestias nam vel."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Orie Auer"], ["created_at", "2017-09-17 19:58:09.680225"], ["updated_at", "2017-09-17 19:58:09.680225"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 7ms (ActiveRecord: 0.8ms)

 (0.2ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carmela.cremin@metzdaniel.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carmela.cremin@metzdaniel.com"], ["encrypted_password", "$2a$04$Bw8p8jWvtW.8p4VrA/UK3.ep.DD0tE5CZWyOwCRk7r.OQO4pHtbw2"], ["created_at", "2017-09-17 19:58:09.694942"], ["updated_at", "2017-09-17 19:58:09.694942"], ["name", "Anais Funk"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "domenica@schultz.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "domenica@schultz.biz"], ["encrypted_password", "$2a$04$FqYVrxmtNNrmWtGYNINnyeSqCc9zhEaMivoukjPrgYz6PJdgjWS/G"], ["created_at", "2017-09-17 19:58:09.701639"], ["updated_at", "2017-09-17 19:58:09.701639"], ["name", "Millie Pacocha"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dolly Tillman", "description"=>"Velit dolores ratione magni. Rem aut quia autem in ut blanditiis quasi. Maiores ducimus qui eligendi magni. Ipsa temporibus voluptas.", "image"=>"http://lorempixel.com/200/200", "name"=>"Gone with the Wind", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Gone with the Wind"], ["description", "Velit dolores ratione magni. Rem aut quia autem in ut blanditiis quasi. Maiores ducimus qui eligendi magni. Ipsa temporibus voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dolly Tillman"], ["created_at", "2017-09-17 19:58:09.710440"], ["updated_at", "2017-09-17 19:58:09.710440"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keagan@west.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "keagan@west.biz"], ["encrypted_password", "$2a$04$0aCHTuCr1Ho7ISQQBA/TKekISViFQZBlFXIrJqhUn64ajSTZUwwkS"], ["created_at", "2017-09-17 19:58:09.727527"], ["updated_at", "2017-09-17 19:58:09.727527"], ["name", "Citlalli Farrell"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "teagan@corkery.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "teagan@corkery.io"], ["encrypted_password", "$2a$04$.m.op8VXBrJLEphIKeGpyOxPEGWdKN3YhECVn0gxgCF1xYbdWXxd."], ["created_at", "2017-09-17 19:58:09.733515"], ["updated_at", "2017-09-17 19:58:09.733515"], ["name", "Alvah Goldner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Mrs. Mikel Miller", "description"=>"Et quisquam consectetur. Quia modi recusandae id ratione aliquid ut. Culpa vel aperiam dicta aspernatur fugiat et.", "image"=>"http://lorempixel.com/200/200", "name"=>"Shall not Perish", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Et quisquam consectetur. Quia modi recusandae id ratione aliquid ut. Culpa vel aperiam dicta aspernatur fugiat et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Mikel Miller"], ["created_at", "2017-09-17 19:58:09.741566"], ["updated_at", "2017-09-17 19:58:09.741566"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aiden_oberbrunner@kovacek.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aiden_oberbrunner@kovacek.biz"], ["encrypted_password", "$2a$04$uENZsIuQ/zWY7uA8//2yk.LSyqaJBaJDBXw6dTDBsMLaVrZqkyCPK"], ["created_at", "2017-09-17 19:58:09.769665"], ["updated_at", "2017-09-17 19:58:09.769665"], ["name", "Bobbie Yundt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "theo_kaulke@fadel.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "theo_kaulke@fadel.io"], ["encrypted_password", "$2a$04$uhFdBS.A78FYyr1lnBEoCejT8sJsV.XZH6IQpcT3yF7cXFWdQFqS6"], ["created_at", "2017-09-17 19:58:09.776799"], ["updated_at", "2017-09-17 19:58:09.776799"], ["name", "Alexandra Cole"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "payton@carroll.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "payton@carroll.net"], ["encrypted_password", "$2a$04$h8dLJayqxq9Nat2uHArk.ONoNLfXbjA4H/ZZK.1QIi9QHkG2jcIQm"], ["created_at", "2017-09-17 19:58:09.792515"], ["updated_at", "2017-09-17 19:58:09.792515"], ["name", "Allene Gislason"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brooke@cole.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brooke@cole.com"], ["encrypted_password", "$2a$04$L9.HjFeRIk.PeehR7MC9cuwfBwHuTcA.5vMEBY8IvtV3GGxM6/A4."], ["created_at", "2017-09-17 19:58:09.798664"], ["updated_at", "2017-09-17 19:58:09.798664"], ["name", "Pedro Watsica"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kiera@daugherty.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kiera@daugherty.com"], ["encrypted_password", "$2a$04$rAOwCKlrACRf7lfublL6j.UNK.k7W2WINb.MhHU6xZ2JZcxWvHWHS"], ["created_at", "2017-09-17 19:58:09.814711"], ["updated_at", "2017-09-17 19:58:09.814711"], ["name", "Desiree Feest"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "althea@cronin.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "althea@cronin.com"], ["encrypted_password", "$2a$04$zoegnUtslCL8UGGPkTXKDupxbKSeqi8kh1046R2XteMsvVK7jKZEW"], ["created_at", "2017-09-17 19:58:09.820838"], ["updated_at", "2017-09-17 19:58:09.820838"], ["name", "Erik Heidenreich I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tillman@yundt.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tillman@yundt.io"], ["encrypted_password", "$2a$04$4HZZLYUJfqTsNH7wZcrjPeNNWI5bcjlHo5bNrPkirnYuNze9IMt/y"], ["created_at", "2017-09-17 19:58:09.838350"], ["updated_at", "2017-09-17 19:58:09.838350"], ["name", "Darlene Lynch"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leta@mayer.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leta@mayer.info"], ["encrypted_password", "$2a$04$5cVMZc7PrNoZDqTXNt4qoef/e3l/ccU2fS/ezjj/WGhdFBGAw19xm"], ["created_at", "2017-09-17 19:58:09.845065"], ["updated_at", "2017-09-17 19:58:09.845065"], ["name", "Mr. Sunny Friesen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jack@rau.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jack@rau.biz"], ["encrypted_password", "$2a$04$INUQHLFVc.UXYxlvDzTYs.l1L6E8h6zNZlo9vIqm/nDiv7Bh7uAIy"], ["created_at", "2017-09-17 19:58:09.860015"], ["updated_at", "2017-09-17 19:58:09.860015"], ["name", "Catalina Frami"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "america.beahan@stiedemannjast.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "america.beahan@stiedemannjast.info"], ["encrypted_password", "$2a$04$CEQ7jS3e9ue/KrTe8wve..OZ9CSDRE.cnjRyQEKRAnwhZt/uwphSi"], ["created_at", "2017-09-17 19:58:09.867054"], ["updated_at", "2017-09-17 19:58:09.867054"], ["name", "Mr. Van Turner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (145.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (121.0ms)  DELETE FROM "users";
 (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.7ms)  DELETE FROM "books";
 (1.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorothy_graham@davis.io"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dorothy_graham@davis.io"], ["encrypted_password", "$2a$04$wSh/Z6OF3br.A7qLvU3bQOw2oEd86Po1hPVmm65o9nwKtVgEU.QA6"], ["created_at", "2017-09-17 19:58:54.868454"], ["updated_at", "2017-09-17 19:58:54.868454"], ["name", "Felipa Torphy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darby@johnskerluke.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "darby@johnskerluke.name"], ["encrypted_password", "$2a$04$st6WnvtliEnLJQx08ShojegUFNT5a6JVLjnHZcY3OOv.AD3hDY//y"], ["created_at", "2017-09-17 19:58:54.875418"], ["updated_at", "2017-09-17 19:58:54.875418"], ["name", "Dayton McGlynn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elta@kreiger.com"], ["LIMIT", 1]]
SQL (1.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elta@kreiger.com"], ["encrypted_password", "$2a$04$STIMqNmweHgP.C5Sm/xKR.CWbBnqQSVD5ogrGgJr7gQdgYeFd2KM2"], ["created_at", "2017-09-17 19:58:54.916399"], ["updated_at", "2017-09-17 19:58:54.916399"], ["name", "Mrs. Graciela Stark"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "meggie.schmeler@kovacek.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "meggie.schmeler@kovacek.io"], ["encrypted_password", "$2a$04$5luyuT7DFfUenJO/qs3B0.JM9b2a7GUPdlr9lT7SK3S1T3zRBuPkG"], ["created_at", "2017-09-17 19:58:54.924395"], ["updated_at", "2017-09-17 19:58:54.924395"], ["name", "Trevor O'Conner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gregorio@cronin.net"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gregorio@cronin.net"], ["encrypted_password", "$2a$04$vS9TudcY5xEHl67EeB2p.eYZ5gIxd6gWT1kIkek1AdIHPpWtDZ366"], ["created_at", "2017-09-17 19:58:54.936395"], ["updated_at", "2017-09-17 19:58:54.936395"], ["name", "Marcel Mante"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dortha.orn@champlinherman.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dortha.orn@champlinherman.biz"], ["encrypted_password", "$2a$04$vC7Oie11v/YPu9vwOaFhWOnaei7AnfXYOa/EEEdOrVBtb4R0Kdxuy"], ["created_at", "2017-09-17 19:58:54.943663"], ["updated_at", "2017-09-17 19:58:54.943663"], ["name", "Henriette Hahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amiya@hahn.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "amiya@hahn.io"], ["encrypted_password", "$2a$04$vzYS7.tH.jd96PAzvkMW8OD1cjwGiTUbrZbaxYM07DcEUSlTMde3q"], ["created_at", "2017-09-17 19:58:54.966635"], ["updated_at", "2017-09-17 19:58:54.966635"], ["name", "Presley Ferry Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pat.bailey@watersyundt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "pat.bailey@watersyundt.org"], ["encrypted_password", "$2a$04$fM9b6i2uAuO/n.m2oOj2sOVTcLXro3sTHWWpEGmaiImwgxgvSrw7O"], ["created_at", "2017-09-17 19:58:54.971820"], ["updated_at", "2017-09-17 19:58:54.971820"], ["name", "Jamar Mraz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "What's Become of Waring"], ["description", "Neque ea qui sint dolorem. Non hic ipsa veniam quod. Autem ut quia et aut aut. Et deserunt dolorem omnis ea aliquam modi veritatis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Aimee Torp"], ["created_at", "2017-09-17 19:58:54.980135"], ["updated_at", "2017-09-17 19:58:54.980135"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "okey@fadel.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "okey@fadel.biz"], ["encrypted_password", "$2a$04$5LA3sb/3LJhsRGbuzSRyC.Uki61mI18smQZtCXbqxaDZ9fsizGQde"], ["created_at", "2017-09-17 19:58:55.000061"], ["updated_at", "2017-09-17 19:58:55.000061"], ["name", "Hanna Kub"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lacy@volkmananderson.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lacy@volkmananderson.org"], ["encrypted_password", "$2a$04$g46p1WaQFe3HhqG1H6xnu.hIyAsWVHektZm1Fs3l2TIDO24ISnAMS"], ["created_at", "2017-09-17 19:58:55.005903"], ["updated_at", "2017-09-17 19:58:55.005903"], ["name", "Dr. Prudence Bashirian"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Ransom Emard III", "description"=>"Dolor nesciunt iste nihil omnis. Quod excepturi recusandae voluptatum. Veniam est dolores reprehenderit vero debitis. Maiores dolorem itaque expedita vel est.", "image"=>"http://lorempixel.com/200/200", "name"=>"Time of our Darkness", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Time of our Darkness"], ["description", "Dolor nesciunt iste nihil omnis. Quod excepturi recusandae voluptatum. Veniam est dolores reprehenderit vero debitis. Maiores dolorem itaque expedita vel est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ransom Emard III"], ["created_at", "2017-09-17 19:58:55.024181"], ["updated_at", "2017-09-17 19:58:55.024181"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "manley_will@pollich.info"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "manley_will@pollich.info"], ["encrypted_password", "$2a$04$ps9LeeuBQKWGkNXCm3rVUOPy1HOLsIJlp2p215ZTQHntQ2rxoMPG6"], ["created_at", "2017-09-17 19:58:55.038323"], ["updated_at", "2017-09-17 19:58:55.038323"], ["name", "Lupe Gleichner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destinee_jacobi@gleasonkuhn.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destinee_jacobi@gleasonkuhn.io"], ["encrypted_password", "$2a$04$GepMxghxtM4FLjOq6d4K3.BgoKODYA6NRpqFBPiXrQ3ZNkzdbMiGi"], ["created_at", "2017-09-17 19:58:55.044917"], ["updated_at", "2017-09-17 19:58:55.044917"], ["name", "Dejah Hermiston"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Mertie Wolff", "description"=>"Aut voluptatum sit. Et asperiores officiis necessitatibus eaque explicabo illo similique.", "image"=>"http://lorempixel.com/200/200", "name"=>"To a God Unknown", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To a God Unknown"], ["description", "Aut voluptatum sit. Et asperiores officiis necessitatibus eaque explicabo illo similique."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mertie Wolff"], ["created_at", "2017-09-17 19:58:55.052150"], ["updated_at", "2017-09-17 19:58:55.052150"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jammie_renner@pouros.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jammie_renner@pouros.org"], ["encrypted_password", "$2a$04$S.GSISm1Z5C5mTHoMOAQcOyQjKsMncpsHHWDI/RgmBRSrlWwqZamm"], ["created_at", "2017-09-17 19:58:55.068229"], ["updated_at", "2017-09-17 19:58:55.068229"], ["name", "Marlen Hamill"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rowena.shanahan@mann.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rowena.shanahan@mann.biz"], ["encrypted_password", "$2a$04$0Hio.2Du02xtuqr8mIaL3uIW8MdOALRqpxpxH6EM2TjU0CtpOnbOu"], ["created_at", "2017-09-17 19:58:55.074737"], ["updated_at", "2017-09-17 19:58:55.074737"], ["name", "Damaris Swift"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Myrna Torphy", "description"=>"Voluptas labore omnis aut nulla in. Consequatur quos voluptate.", "image"=>"http://lorempixel.com/200/200", "name"=>"Brandy of the Damned", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Brandy of the Damned"], ["description", "Voluptas labore omnis aut nulla in. Consequatur quos voluptate."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Myrna Torphy"], ["created_at", "2017-09-17 19:58:55.083460"], ["updated_at", "2017-09-17 19:58:55.083460"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alden_dooley@nikolauspagac.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alden_dooley@nikolauspagac.org"], ["encrypted_password", "$2a$04$2oz5jTvUkMqQxDFNEJLre.5XlHlEfwPdMuFojFthQ6BM.LJtOlVym"], ["created_at", "2017-09-17 19:58:55.109794"], ["updated_at", "2017-09-17 19:58:55.109794"], ["name", "Breana Jacobs"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "benjamin@hammesmann.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "benjamin@hammesmann.biz"], ["encrypted_password", "$2a$04$QmKbXgHLLBh.DeigZmyOj.Gbdd/MS7hAtO7qHhgvDI9ANAzm.DtN."], ["created_at", "2017-09-17 19:58:55.115565"], ["updated_at", "2017-09-17 19:58:55.115565"], ["name", "Rubye Davis"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lorenza@robelcrooks.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lorenza@robelcrooks.io"], ["encrypted_password", "$2a$04$knQtVW1Ei3c26xe2IvcWQuwPjHgfa2zVzIN.yJnU..ogkqjww8JTC"], ["created_at", "2017-09-17 19:58:55.131309"], ["updated_at", "2017-09-17 19:58:55.131309"], ["name", "Calista Ruecker"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sheridan_stoltenberg@wintheiser.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sheridan_stoltenberg@wintheiser.name"], ["encrypted_password", "$2a$04$AungNlJY5fWIzxpcSxX5MewouVv7nQKfbd/znSkx3lQSjCUiAi8kG"], ["created_at", "2017-09-17 19:58:55.137060"], ["updated_at", "2017-09-17 19:58:55.137060"], ["name", "Pablo Stokes"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eldred@leannon.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eldred@leannon.net"], ["encrypted_password", "$2a$04$uy8DkGfJpnxHMIKHhTCoXeNS6jMoZPWqfnMv/9whzLeHE2/AwBS/u"], ["created_at", "2017-09-17 19:58:55.152901"], ["updated_at", "2017-09-17 19:58:55.152901"], ["name", "Arch Fay"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garnett_ryan@schoen.org"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "garnett_ryan@schoen.org"], ["encrypted_password", "$2a$04$C6LzDj03fccHuhy2bcNbV.xBxVK8T8MLBLx6622E/dZel8lSXiwYe"], ["created_at", "2017-09-17 19:58:55.158950"], ["updated_at", "2017-09-17 19:58:55.158950"], ["name", "Vernice Quitzon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emmet.stokes@lockman.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "emmet.stokes@lockman.info"], ["encrypted_password", "$2a$04$4Ec25/0eWvqN8yyZbGikqOXmlM/bQCvL3GlBKqyJokeLwNQ6zo2tK"], ["created_at", "2017-09-17 19:58:55.173669"], ["updated_at", "2017-09-17 19:58:55.173669"], ["name", "Nikko Stracke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stanley@ritchie.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stanley@ritchie.org"], ["encrypted_password", "$2a$04$IlXnKYSpTKLj/O3GHgKvu.iXGYPJa1eOsev0C/3Ad99ZQu9VGlK12"], ["created_at", "2017-09-17 19:58:55.179908"], ["updated_at", "2017-09-17 19:58:55.179908"], ["name", "Lorenz Collins"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vern.wehner@luettgenmurazik.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vern.wehner@luettgenmurazik.net"], ["encrypted_password", "$2a$04$iJIafBN6ejDBpUE3mmybAubeK3/xrompwNacGeGl8Y3EDsoO0pZIm"], ["created_at", "2017-09-17 19:58:55.194821"], ["updated_at", "2017-09-17 19:58:55.194821"], ["name", "Miss Nolan Cruickshank"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rhoda.weimann@klein.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rhoda.weimann@klein.net"], ["encrypted_password", "$2a$04$l5JXMe48Q5plXCKwlO3kueHTB1De5H45XsMLlL6ere34ZyZEse1je"], ["created_at", "2017-09-17 19:58:55.200848"], ["updated_at", "2017-09-17 19:58:55.200848"], ["name", "Mr. Keon Ryan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (135.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (132.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (131.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gilda.ledner@marvinbotsford.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gilda.ledner@marvinbotsford.com"], ["encrypted_password", "$2a$04$wkrUtn7PoDA0uMNgxraCTeS6fcbydyTjxBB68VblLbxPB0N.sle5."], ["created_at", "2017-09-17 19:59:41.108169"], ["updated_at", "2017-09-17 19:59:41.108169"], ["name", "Bernie Hand"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lenna@hills.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lenna@hills.name"], ["encrypted_password", "$2a$04$OtVJhkYwXHDKiSRiVWkoke7lnd0xPf818wTf/VMH8KlSvmI3ctiSm"], ["created_at", "2017-09-17 19:59:41.114384"], ["updated_at", "2017-09-17 19:59:41.114384"], ["name", "Claude Parker DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeromy@sporer.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeromy@sporer.info"], ["encrypted_password", "$2a$04$OUkxXMdvqDilvBPz9.e.9OBH13.K4/tYktXnp9l2lmVbomjUK36/y"], ["created_at", "2017-09-17 19:59:41.153107"], ["updated_at", "2017-09-17 19:59:41.153107"], ["name", "Bill Hodkiewicz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "janea@crona.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "janea@crona.io"], ["encrypted_password", "$2a$04$rUvy.vYbvjkhY92FmbykUO3WaMPt0H7bms/EuKPjzT/iTKQ4NDqtC"], ["created_at", "2017-09-17 19:59:41.159069"], ["updated_at", "2017-09-17 19:59:41.159069"], ["name", "Arely Pfannerstill"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mustafa_ruel@hammes.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mustafa_ruel@hammes.io"], ["encrypted_password", "$2a$04$phwQLH3tKKzEK6Ehg5k/M.PZmptSZBxCXMcKm0PcpLu/CHEI1mVju"], ["created_at", "2017-09-17 19:59:41.173294"], ["updated_at", "2017-09-17 19:59:41.173294"], ["name", "Owen Gerhold"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zora@hayes.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zora@hayes.net"], ["encrypted_password", "$2a$04$JkCNfvECyuJJOufOoJZHIuN3zbf9DUm9QBHwxlHYmiUDWkZGVcWxS"], ["created_at", "2017-09-17 19:59:41.179218"], ["updated_at", "2017-09-17 19:59:41.179218"], ["name", "Kelton Aufderhar III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 13ms (Views: 6.1ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abigayle@hartmann.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "abigayle@hartmann.info"], ["encrypted_password", "$2a$04$29SofB/WSqbwRr0FwUMZIu36rLJa/EXF8PumVW.EoXHVg6lRCachu"], ["created_at", "2017-09-17 19:59:41.206781"], ["updated_at", "2017-09-17 19:59:41.206781"], ["name", "Lorna Schneider"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "demarcus_macejkovic@kirlin.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "demarcus_macejkovic@kirlin.net"], ["encrypted_password", "$2a$04$Pfdkz7YirAGX8YckQcC2We1madMbxjtqwwdX/HXGSBXY8Swy.msU6"], ["created_at", "2017-09-17 19:59:41.212385"], ["updated_at", "2017-09-17 19:59:41.212385"], ["name", "Eduardo Spinka"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Antic Hay"], ["description", "Debitis minima recusandae laboriosam quia quia labore. Aliquam quis nulla laborum nisi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kylie Bednar"], ["created_at", "2017-09-17 19:59:41.221801"], ["updated_at", "2017-09-17 19:59:41.221801"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "edmond_oconnell@beatty.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "edmond_oconnell@beatty.info"], ["encrypted_password", "$2a$04$zeI9Nwgo1IJNRAg/nEz6AeHC4.RLAYonEFMkhqaIzrwfR0bL2uBSO"], ["created_at", "2017-09-17 19:59:41.241026"], ["updated_at", "2017-09-17 19:59:41.241026"], ["name", "Mrs. Cathy Paucek"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathaniel@dare.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nathaniel@dare.co"], ["encrypted_password", "$2a$04$Wn06axdIn9HzamUF0I6KmeFnEKCNZs2HmpsxTgzR41tSWbGzGurYq"], ["created_at", "2017-09-17 19:59:41.245984"], ["updated_at", "2017-09-17 19:59:41.245984"], ["name", "Sunny Schmitt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Elouise Herman", "description"=>"Ad aperiam qui expedita voluptatibus. Quaerat rerum ut sunt perferendis reiciendis porro. Fuga laborum et debitis.", "image"=>"http://lorempixel.com/200/200", "name"=>"Blithe Spirit", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blithe Spirit"], ["description", "Ad aperiam qui expedita voluptatibus. Quaerat rerum ut sunt perferendis reiciendis porro. Fuga laborum et debitis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elouise Herman"], ["created_at", "2017-09-17 19:59:41.258537"], ["updated_at", "2017-09-17 19:59:41.258537"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lloyd@thompsonfeil.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lloyd@thompsonfeil.info"], ["encrypted_password", "$2a$04$P5JShUEU0HWd/fqCERHxEelAap7QQ1GWyEcmbyYPdghvXUTLO3v2O"], ["created_at", "2017-09-17 19:59:41.268948"], ["updated_at", "2017-09-17 19:59:41.268948"], ["name", "Amara Metz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ezra@cremin.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ezra@cremin.info"], ["encrypted_password", "$2a$04$48avqksp1oQvNtE1CBFm2eFJvMdkhpqnzBzx420lO96cvHYYV.LUu"], ["created_at", "2017-09-17 19:59:41.273735"], ["updated_at", "2017-09-17 19:59:41.273735"], ["name", "Anita Kozey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Cassie Abbott", "description"=>"Consectetur ut assumenda qui est vel. Laudantium numquam accusamus et nihil rerum voluptate.", "image"=>"http://lorempixel.com/200/200", "name"=>"All Passion Spent", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "All Passion Spent"], ["description", "Consectetur ut assumenda qui est vel. Laudantium numquam accusamus et nihil rerum voluptate."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Cassie Abbott"], ["created_at", "2017-09-17 19:59:41.281369"], ["updated_at", "2017-09-17 19:59:41.281369"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mckenzie_heller@heller.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mckenzie_heller@heller.io"], ["encrypted_password", "$2a$04$fTncVy8KjZX.PP1hsuARLOlstZyma/uhvBlBgsbUNjnYgw4VeUGeu"], ["created_at", "2017-09-17 19:59:41.296860"], ["updated_at", "2017-09-17 19:59:41.296860"], ["name", "Mr. Aurelie Murray"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurianne.grimes@kunzebechtelar.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laurianne.grimes@kunzebechtelar.com"], ["encrypted_password", "$2a$04$ZNHEMKVjv3mo9kJRwIfcROvNEwRN/hNVe7K.3JQLHLIeMbTUJ1R7y"], ["created_at", "2017-09-17 19:59:41.302561"], ["updated_at", "2017-09-17 19:59:41.302561"], ["name", "Miss Darrin Cummings"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Imelda Mitchell", "description"=>"Pariatur animi rerum.", "image"=>"http://lorempixel.com/200/200", "name"=>"Many Waters", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Many Waters"], ["description", "Pariatur animi rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Imelda Mitchell"], ["created_at", "2017-09-17 19:59:41.307857"], ["updated_at", "2017-09-17 19:59:41.307857"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kirstin_gusikowski@hauck.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kirstin_gusikowski@hauck.net"], ["encrypted_password", "$2a$04$emHG54i5BBCkUn.P4HKiQOBOMKwfcpGK97/Hg2kq7q33B4uASZEKm"], ["created_at", "2017-09-17 19:59:41.326030"], ["updated_at", "2017-09-17 19:59:41.326030"], ["name", "Fidel Farrell V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kellen@hane.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kellen@hane.biz"], ["encrypted_password", "$2a$04$zKXDfnuKE9Lhj6.IjSCbh.RN3HhOaFr0VxcSnBsF/kWjBuFCwIBcS"], ["created_at", "2017-09-17 19:59:41.330748"], ["updated_at", "2017-09-17 19:59:41.330748"], ["name", "Ophelia McCullough"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Ring of Bright Water"], ["description", "Fuga ducimus voluptas deleniti at. Soluta saepe rerum aut nisi tempora et voluptatem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Filomena Bednar DDS"], ["created_at", "2017-09-17 19:59:41.334086"], ["updated_at", "2017-09-17 19:59:41.334086"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 19:59:41.341372"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "domenick.dietrich@satterfield.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "domenick.dietrich@satterfield.co"], ["encrypted_password", "$2a$04$0SejcseEUevKtoJaD0fwb.zAIchq9TXDW0nJBrq0FwMqYeMIoTVXK"], ["created_at", "2017-09-17 19:59:41.353257"], ["updated_at", "2017-09-17 19:59:41.353257"], ["name", "Fredy Kshlerin III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lori@hudson.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lori@hudson.info"], ["encrypted_password", "$2a$04$Ko8n7c6d3e1OU8Uwe5X1zudBuXToghJWbrSN0Vps3rWbxi0N.7kQG"], ["created_at", "2017-09-17 19:59:41.358764"], ["updated_at", "2017-09-17 19:59:41.358764"], ["name", "Rogelio Schiller"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Surprised by Joy"], ["description", "Explicabo et ut eveniet a eos at. Vel nihil eveniet. Ex quis est quam. Dolorem in explicabo quia nemo perferendis labore odit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Destinee Hermiston"], ["created_at", "2017-09-17 19:59:41.363067"], ["updated_at", "2017-09-17 19:59:41.363067"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Destinee Hermiston", "description"=>"Explicabo et ut eveniet a eos at. Vel nihil eveniet. Ex quis est quam. Dolorem in explicabo quia nemo perferendis labore odit.", "image"=>"http://lorempixel.com/200/200", "name"=>"Surprised by Joy", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.4ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eldred@darerau.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eldred@darerau.name"], ["encrypted_password", "$2a$04$njY7lYEEbpDR73D7A5gvD.5lpa3MdFZusnolCOXUFoDGcxx/cXxku"], ["created_at", "2017-09-17 19:59:41.379939"], ["updated_at", "2017-09-17 19:59:41.379939"], ["name", "Winfield Bergnaum"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kacey@oharabauch.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kacey@oharabauch.info"], ["encrypted_password", "$2a$04$dcpoux1uTHZVM/L6ivaAOODfyV7Dn9UVSMRK460bwwgbbKlq4Vh82"], ["created_at", "2017-09-17 19:59:41.384734"], ["updated_at", "2017-09-17 19:59:41.384734"], ["name", "Dr. Kaley Toy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "freda@bauch.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "freda@bauch.io"], ["encrypted_password", "$2a$04$HSxJxRjLEPWaXmoZrYrgLONDhKe6XWF0fTvR0OJxpzVfpgpXKk9kK"], ["created_at", "2017-09-17 19:59:41.396834"], ["updated_at", "2017-09-17 19:59:41.396834"], ["name", "Miss Jaclyn Rolfson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rubye@weber.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rubye@weber.org"], ["encrypted_password", "$2a$04$nSn/lmWCnDnG/J74baFdfugWcKt36CpFL7SXq58oF53EO5zPT93Mi"], ["created_at", "2017-09-17 19:59:41.402670"], ["updated_at", "2017-09-17 19:59:41.402670"], ["name", "Nestor Effertz Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gertrude_weimann@franecki.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gertrude_weimann@franecki.com"], ["encrypted_password", "$2a$04$en0fpn9u02ECNUlNAq4KnO/elxkLjH9vqehAQLFssB9gtOYvgocaS"], ["created_at", "2017-09-17 19:59:41.413749"], ["updated_at", "2017-09-17 19:59:41.413749"], ["name", "Brown Quitzon"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "corine@skiles.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "corine@skiles.name"], ["encrypted_password", "$2a$04$dgNz2Koz7yGf2oWjDK85NeWt7hG9IAcwP.CkMVEz0GcVlob/KV74q"], ["created_at", "2017-09-17 19:59:41.419375"], ["updated_at", "2017-09-17 19:59:41.419375"], ["name", "Darrick Smitham"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (143.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (109.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "virginie.gerlach@cummings.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "virginie.gerlach@cummings.biz"], ["encrypted_password", "$2a$04$APJEwrUijpb0PZ6ATnMMMO2m0M4h8Nt4Z/0UQDLfMF7fkOnJkdPmm"], ["created_at", "2017-09-17 20:00:06.585857"], ["updated_at", "2017-09-17 20:00:06.585857"], ["name", "Dino Dooley"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "georgianna_daugherty@rosenbaum.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "georgianna_daugherty@rosenbaum.biz"], ["encrypted_password", "$2a$04$tTi08/AXEzgZI4Jul6udMOLK2jf7JaEDCYgNr0iWyFUHeeMn5cMIa"], ["created_at", "2017-09-17 20:00:06.591499"], ["updated_at", "2017-09-17 20:00:06.591499"], ["name", "Tressie Abernathy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delaney_abshire@murphyschroeder.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "delaney_abshire@murphyschroeder.info"], ["encrypted_password", "$2a$04$.As0Y6IpuNnMtb5W7EHrGOZ9k5x8D1ht8yUAFOPu7TbBOB5C03snm"], ["created_at", "2017-09-17 20:00:06.620567"], ["updated_at", "2017-09-17 20:00:06.620567"], ["name", "Eliseo Lynch"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "demarco_macejkovic@streich.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "demarco_macejkovic@streich.biz"], ["encrypted_password", "$2a$04$3nJTSPpxXnBVVsXKc3wA6.963ph2.7CRvHXeuBgvXLoalpTnyE99i"], ["created_at", "2017-09-17 20:00:06.626474"], ["updated_at", "2017-09-17 20:00:06.626474"], ["name", "Florian Kiehn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "haley_wiza@wuckert.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "haley_wiza@wuckert.name"], ["encrypted_password", "$2a$04$lLuIM5Q2N4vBT99DkoF3TOrMdsR2bkMqaiIM8VuM.ulM2qpWK5XRa"], ["created_at", "2017-09-17 20:00:06.639489"], ["updated_at", "2017-09-17 20:00:06.639489"], ["name", "Wyman Blanda"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eulalia@senger.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eulalia@senger.net"], ["encrypted_password", "$2a$04$jyQCJDPNB2fCoDmxsTS47.SHj0jKBU9GugEDs2O3sik9.Uf7Y6.1u"], ["created_at", "2017-09-17 20:00:06.646094"], ["updated_at", "2017-09-17 20:00:06.646094"], ["name", "Cleora Rodriguez"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 12ms (Views: 5.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leslie.mohr@berge.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "leslie.mohr@berge.name"], ["encrypted_password", "$2a$04$AlC8BUyLJnZxq/yxOAFjzOp9nVUvwUiZh8csUnJAI8etbVLQPZh.."], ["created_at", "2017-09-17 20:00:06.671390"], ["updated_at", "2017-09-17 20:00:06.671390"], ["name", "Santa Emard"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "geovanni@framihauck.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "geovanni@framihauck.info"], ["encrypted_password", "$2a$04$yTUEW8QzC9e5Bc.EfMcnUeVVibCQ3yjbjfq6qF0SF3dBNyJc1U77W"], ["created_at", "2017-09-17 20:00:06.676418"], ["updated_at", "2017-09-17 20:00:06.676418"], ["name", "Maxie Kub"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Death Be Not Proud"], ["description", "Eos ut impedit maxime sit. Consequatur ullam quia unde."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Carson Cummings"], ["created_at", "2017-09-17 20:00:06.686540"], ["updated_at", "2017-09-17 20:00:06.686540"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frederik@willms.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "frederik@willms.name"], ["encrypted_password", "$2a$04$KSE8lSSfYd1836s216CC/..DGcj.vNDqb.T/D.9HSkTMjgVdideZq"], ["created_at", "2017-09-17 20:00:06.704394"], ["updated_at", "2017-09-17 20:00:06.704394"], ["name", "Mrs. Gust Beatty"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dejon@heidenreich.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dejon@heidenreich.com"], ["encrypted_password", "$2a$04$yiHKsZmIbnzyy5g8CZhMq.s13ieotVRwNIxWCnlU9Y6rIpRqWOyMi"], ["created_at", "2017-09-17 20:00:06.709925"], ["updated_at", "2017-09-17 20:00:06.709925"], ["name", "Trevion McCullough"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Georgiana Pacocha", "description"=>"Laudantium aut quisquam ut ut esse omnis odio. Sed ab dolor. Qui rem est repellendus quam ducimus fuga. Sint aspernatur ea ipsa doloribus corrupti.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Wives of Bath", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wives of Bath"], ["description", "Laudantium aut quisquam ut ut esse omnis odio. Sed ab dolor. Qui rem est repellendus quam ducimus fuga. Sint aspernatur ea ipsa doloribus corrupti."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Georgiana Pacocha"], ["created_at", "2017-09-17 20:00:06.726143"], ["updated_at", "2017-09-17 20:00:06.726143"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.2ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "morton@howe.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "morton@howe.name"], ["encrypted_password", "$2a$04$jfFdBrOYp3QFZBdUE3AcceoLbAh1JcnQczGK3jnQJYZteiENmiNhK"], ["created_at", "2017-09-17 20:00:06.739170"], ["updated_at", "2017-09-17 20:00:06.739170"], ["name", "Abe Welch"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "freeda.lebsack@sanford.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "freeda.lebsack@sanford.info"], ["encrypted_password", "$2a$04$j37bA.g9LDJig1fylO85W.XZja/sCjhHlXzOg7YpGChmqfNFnDgpO"], ["created_at", "2017-09-17 20:00:06.744772"], ["updated_at", "2017-09-17 20:00:06.744772"], ["name", "Gayle Renner II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Jacques Pfannerstill", "description"=>"Et odio est. Provident ut veritatis molestiae enim.", "image"=>"http://lorempixel.com/200/200", "name"=>"The World, the Flesh and the Devil", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The World, the Flesh and the Devil"], ["description", "Et odio est. Provident ut veritatis molestiae enim."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jacques Pfannerstill"], ["created_at", "2017-09-17 20:00:06.750838"], ["updated_at", "2017-09-17 20:00:06.750838"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (1.9ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joana@schroeder.name"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "joana@schroeder.name"], ["encrypted_password", "$2a$04$Qll1kEU.vULpSPTi7aTdGOJNBoJ0LyneGNKukA2pXIb4nRslg7/EG"], ["created_at", "2017-09-17 20:00:06.766798"], ["updated_at", "2017-09-17 20:00:06.766798"], ["name", "Kacey Wuckert Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adriel@hauckmacejkovic.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adriel@hauckmacejkovic.name"], ["encrypted_password", "$2a$04$36sTaFPG3SlgTEqFLrD2kO9BTBgfaeXdLkj3aQrygWwAH2lWRhUtS"], ["created_at", "2017-09-17 20:00:06.773362"], ["updated_at", "2017-09-17 20:00:06.773362"], ["name", "Jeffry Reinger"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Lonie Kuhic", "description"=>"Quia velit nobis est pariatur asperiores ratione est. Sint quo et quae. Libero odit labore distinctio.", "image"=>"http://lorempixel.com/200/200", "name"=>"To Your Scattered Bodies Go", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Your Scattered Bodies Go"], ["description", "Quia velit nobis est pariatur asperiores ratione est. Sint quo et quae. Libero odit labore distinctio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lonie Kuhic"], ["created_at", "2017-09-17 20:00:06.778723"], ["updated_at", "2017-09-17 20:00:06.778723"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (1.8ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alfredo@klockobogan.com"], ["LIMIT", 1]]
SQL (1.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alfredo@klockobogan.com"], ["encrypted_password", "$2a$04$j5cYAJo9yn6a0ZS67hWJdep5GgmgOgQIOqSkhsDN2yYL8wLPlVBxS"], ["created_at", "2017-09-17 20:00:06.799386"], ["updated_at", "2017-09-17 20:00:06.799386"], ["name", "Isaias Frami"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hillary.west@hilpert.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hillary.west@hilpert.org"], ["encrypted_password", "$2a$04$hnRIZqmNX9oiBcdVq/0VT.zcy.u9UehAULNPKlRFGS6g7kYZTldEO"], ["created_at", "2017-09-17 20:00:06.806808"], ["updated_at", "2017-09-17 20:00:06.806808"], ["name", "Nigel Dicki"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Proper Study"], ["description", "Quia voluptas qui consequatur. Architecto totam laudantium non optio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Euna Lehner"], ["created_at", "2017-09-17 20:00:06.809734"], ["updated_at", "2017-09-17 20:00:06.809734"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 20:00:06.815360"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (2.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "conor@wisozk.biz"], ["LIMIT", 1]]
SQL (1.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "conor@wisozk.biz"], ["encrypted_password", "$2a$04$IiIW25h4ap3hv9B09ScUdetJklXEi3fV9xcUjE81Ix/Lf6Oxpa26."], ["created_at", "2017-09-17 20:00:06.829397"], ["updated_at", "2017-09-17 20:00:06.829397"], ["name", "Kayli Balistreri"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "benny@mann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "benny@mann.info"], ["encrypted_password", "$2a$04$YF2GCGI06eiWS3Oezy4JAekEtu9oiSc9Ta6xs.rAIf0jYKB3l12kS"], ["created_at", "2017-09-17 20:00:06.834786"], ["updated_at", "2017-09-17 20:00:06.834786"], ["name", "Bridgette Lindgren"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "That Good Night"], ["description", "Sapiente voluptas sequi illo possimus voluptatem facere officiis. Unde magni quia aut occaecati sed."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Ettie Herzog"], ["created_at", "2017-09-17 20:00:06.837817"], ["updated_at", "2017-09-17 20:00:06.837817"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Mrs. Ettie Herzog", "description"=>"Sapiente voluptas sequi illo possimus voluptatem facere officiis. Unde magni quia aut occaecati sed.", "image"=>"http://lorempixel.com/200/200", "name"=>"That Good Night", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (1.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "glenna@boscoswaniawski.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "glenna@boscoswaniawski.net"], ["encrypted_password", "$2a$04$3Hp2gJKeQiTz1FdxHHcpeeeU/qz//6Mxq2IENNj03Df5FKjrda.J."], ["created_at", "2017-09-17 20:00:06.855296"], ["updated_at", "2017-09-17 20:00:06.855296"], ["name", "Miss Nigel Corkery"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maeve_nader@gibson.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maeve_nader@gibson.io"], ["encrypted_password", "$2a$04$IxGI/4RbBccyiK/HcbFl9ecK77pJNGHFrT0Dsl.fXrZm0ez2o76Nq"], ["created_at", "2017-09-17 20:00:06.860407"], ["updated_at", "2017-09-17 20:00:06.860407"], ["name", "Mr. Avery Blick"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hailie@connelly.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hailie@connelly.co"], ["encrypted_password", "$2a$04$IHLhMlNlwYMERdVJR1n2Cu.hny9bcsQMBM4s4M5vlDb8fqk1pMNG."], ["created_at", "2017-09-17 20:00:06.873104"], ["updated_at", "2017-09-17 20:00:06.873104"], ["name", "Neha Hermann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "theresa_hane@kemmermetz.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "theresa_hane@kemmermetz.biz"], ["encrypted_password", "$2a$04$U4tGn84esm5bUaTOR7cGIu4Yeh0zMOppCjBODmDQrPeenHGYOLcWe"], ["created_at", "2017-09-17 20:00:06.877775"], ["updated_at", "2017-09-17 20:00:06.877775"], ["name", "Stephany Torphy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paolo.hammes@lednermraz.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "paolo.hammes@lednermraz.co"], ["encrypted_password", "$2a$04$jtYEmz0IKN9MJUX4kr89FOYvneo/lVHg/sbLYbbYqpUbmOu.t1VUK"], ["created_at", "2017-09-17 20:00:06.890904"], ["updated_at", "2017-09-17 20:00:06.890904"], ["name", "Norene Blick"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chasity.beahan@kirlin.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chasity.beahan@kirlin.io"], ["encrypted_password", "$2a$04$zBv0GVijF3wzk3kF1d58gu/ss4FIdQ8I8hmvyCSui8SXve7p2goZe"], ["created_at", "2017-09-17 20:00:06.895643"], ["updated_at", "2017-09-17 20:00:06.895643"], ["name", "Maybell Jaskolski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (118.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (109.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gerald_kuhn@schinner.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gerald_kuhn@schinner.com"], ["encrypted_password", "$2a$04$U2MgcVvLrukh1lqGh7eDJ.1Yk8VBDWC.z.l0iwm8dJkP./2QQjzYO"], ["created_at", "2017-09-17 20:01:40.648065"], ["updated_at", "2017-09-17 20:01:40.648065"], ["name", "Janie Howell"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caleb_larkin@little.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caleb_larkin@little.co"], ["encrypted_password", "$2a$04$KmKZO8TktNZZtbz9KQ3hzObfeh1yimeahinGul5rVLrhekj91CMPa"], ["created_at", "2017-09-17 20:01:40.663907"], ["updated_at", "2017-09-17 20:01:40.663907"], ["name", "Reta Treutel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marilou.corkery@cummerata.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marilou.corkery@cummerata.biz"], ["encrypted_password", "$2a$04$1dMfoAIs0CGbxp9O45Aimelp7142qxoUnOM1ZyPEeBxORaNA7X0Uy"], ["created_at", "2017-09-17 20:01:40.694104"], ["updated_at", "2017-09-17 20:01:40.694104"], ["name", "Alden Bayer Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "harmony@homenick.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "harmony@homenick.info"], ["encrypted_password", "$2a$04$Ph8AfwXr.8UC2Sb.iWKDKOdV9692XPm2keIQ8MSS.USzmYnkB.tvK"], ["created_at", "2017-09-17 20:01:40.699624"], ["updated_at", "2017-09-17 20:01:40.699624"], ["name", "Mr. Roslyn Morissette"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kaylie_king@ledner.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kaylie_king@ledner.io"], ["encrypted_password", "$2a$04$W3nTCjVDdKyA9TsWRDaki.dhYYtLzyLXizomgyk6h9hNIBlJhr1HG"], ["created_at", "2017-09-17 20:01:40.711522"], ["updated_at", "2017-09-17 20:01:40.711522"], ["name", "Margaretta McKenzie"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ed_tillman@becker.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ed_tillman@becker.io"], ["encrypted_password", "$2a$04$VOpbBb8jJqxCvnKE0fp96upg4b9lsBiQgiZyz.ITuaTVPPuwFZmxO"], ["created_at", "2017-09-17 20:01:40.717045"], ["updated_at", "2017-09-17 20:01:40.717045"], ["name", "Elinore Abshire"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 12ms (Views: 4.4ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jensen@rolfson.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jensen@rolfson.com"], ["encrypted_password", "$2a$04$vBA1kBmQES9WODAyXQ5GdeFeo/G2bDBnFHmcVyyMWFMcFchpnxA9."], ["created_at", "2017-09-17 20:01:40.743668"], ["updated_at", "2017-09-17 20:01:40.743668"], ["name", "Denis Upton II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hayley.reichel@ruel.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hayley.reichel@ruel.co"], ["encrypted_password", "$2a$04$171HxiHDxl/1Tl4GPjmAyOcHseV3nDkJZfUNOWpDF3Q0wWBiSb/Ea"], ["created_at", "2017-09-17 20:01:40.750299"], ["updated_at", "2017-09-17 20:01:40.750299"], ["name", "Zella Rutherford IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vanity Fair"], ["description", "Qui minima sapiente. Et autem corrupti quo. Laboriosam reiciendis id consectetur culpa quia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Grayce Witting"], ["created_at", "2017-09-17 20:01:40.758078"], ["updated_at", "2017-09-17 20:01:40.758078"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bradley_renner@lynch.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bradley_renner@lynch.co"], ["encrypted_password", "$2a$04$SSAJzGdIK.tLMPZA2wV8juYgOkig6TdqZOMbRkYFjPhK0CtnvxRie"], ["created_at", "2017-09-17 20:01:40.775767"], ["updated_at", "2017-09-17 20:01:40.775767"], ["name", "Alejandrin Legros"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "candida@townebailey.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "candida@townebailey.co"], ["encrypted_password", "$2a$04$27zyGK0nD9SSdXryiicLbeBR4KDNsy9BH0LAwNn4K3z2qOUXCX0a6"], ["created_at", "2017-09-17 20:01:40.782019"], ["updated_at", "2017-09-17 20:01:40.782019"], ["name", "Edmond Rice"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Lucie Bauch", "description"=>"Quod reprehenderit quos nam repellendus atque illum maiores. Doloribus laboriosam ut deserunt sed est. Recusandae eaque aspernatur quia id sequi. Aut atque eum et aspernatur nulla dolorem.", "image"=>"http://lorempixel.com/200/200", "name"=>"Now Sleeps the Crimson Petal", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandria_lehner@cronin.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alexandria_lehner@cronin.name"], ["encrypted_password", "$2a$04$KuLtWB2ubuKk1PSCGwMW0OERHcTDB/lZxPLXqQXV2Mv1U0Huo6rBm"], ["created_at", "2017-09-17 20:01:40.808270"], ["updated_at", "2017-09-17 20:01:40.808270"], ["name", "Trycia Considine"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "trey@weimann.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "trey@weimann.net"], ["encrypted_password", "$2a$04$hi6cYzP9ecPyutBTLdGyS.TsjJQ92BOnEghU7j/LbYjxdf/qet7sS"], ["created_at", "2017-09-17 20:01:40.813379"], ["updated_at", "2017-09-17 20:01:40.813379"], ["name", "Brown Hirthe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Emory Lebsack", "description"=>"Et magni quae molestiae explicabo dolor totam. Minima et eos. Aut voluptates tempora qui est voluptatem illo quia. Tempora praesentium id ratione doloremque quo quae.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Curious Incident of the Dog in the Night-Time", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms)

 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hilda_jaskolski@medhurst.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hilda_jaskolski@medhurst.name"], ["encrypted_password", "$2a$04$ksnNpweBV21zGnW4nQN98eRww55b/COxJef9V1HJL8zY8D/jKQ13q"], ["created_at", "2017-09-17 20:01:40.832622"], ["updated_at", "2017-09-17 20:01:40.832622"], ["name", "Miss Cierra Beahan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ru.sporer@kuhicblock.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ru.sporer@kuhicblock.co"], ["encrypted_password", "$2a$04$evwAdeqwDpgiZ9QxuA7JcusAr.u4bhtCQGBlwzT.E1puGOmxNnPuS"], ["created_at", "2017-09-17 20:01:40.838908"], ["updated_at", "2017-09-17 20:01:40.838908"], ["name", "Melisa Blanda DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Sydnie McLaughlin", "description"=>"Magni blanditiis odio vel cumque.", "image"=>"http://lorempixel.com/200/200", "name"=>"If Not Now, When?", "status"=>"true"}}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]

Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paris.lakin@purdy.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "paris.lakin@purdy.name"], ["encrypted_password", "$2a$04$iVC2Eqrb2NhBOjY3CVGw1eQ040U5O0eaHxuhUOog.4813OuwnKt5G"], ["created_at", "2017-09-17 20:01:40.858062"], ["updated_at", "2017-09-17 20:01:40.858062"], ["name", "Dr. Twila Swaniawski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lera@cronin.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lera@cronin.io"], ["encrypted_password", "$2a$04$mkBvS/.EH6ikmM1D1/vYc.2f9.QGtjzShb6z2Kp5rNcSTCt8L.RCK"], ["created_at", "2017-09-17 20:01:40.864572"], ["updated_at", "2017-09-17 20:01:40.864572"], ["name", "Ms. Florencio Gusikowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Moab Is My Washpot"], ["description", "Voluptatum sit omnis excepturi ullam. Et necessitatibus autem sit distinctio et enim ratione. Dignissimos earum aliquid cum. In illum nostrum quia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Trent Green"], ["created_at", "2017-09-17 20:01:40.868143"], ["updated_at", "2017-09-17 20:01:40.868143"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 20:01:40.873814"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.2ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ashton.quitzon@howell.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ashton.quitzon@howell.io"], ["encrypted_password", "$2a$04$zqwD6.8oaw/LcN2Fxln9geWe4q4D3frVYVF9MC5L/ZHdelbZpY4Pi"], ["created_at", "2017-09-17 20:01:40.888471"], ["updated_at", "2017-09-17 20:01:40.888471"], ["name", "Georgette Satterfield PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bert.kerluke@zboncakdubuque.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bert.kerluke@zboncakdubuque.io"], ["encrypted_password", "$2a$04$QgHS5qXJzEkAYG2WrpvQjOA63NqOKVkUTvP6xgVSux0Dc2itDUT3a"], ["created_at", "2017-09-17 20:01:40.893733"], ["updated_at", "2017-09-17 20:01:40.893733"], ["name", "Edwina Gibson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "After Many a Summer Dies the Swan"], ["description", "Commodi soluta ex. Dolor qui vero suscipit. Repudiandae quia tempora."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Emmett Cremin"], ["created_at", "2017-09-17 20:01:40.896590"], ["updated_at", "2017-09-17 20:01:40.896590"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Emmett Cremin", "description"=>"Commodi soluta ex. Dolor qui vero suscipit. Repudiandae quia tempora.", "image"=>"http://lorempixel.com/200/200", "name"=>"After Many a Summer Dies the Swan", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rogers.mraz@collins.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rogers.mraz@collins.io"], ["encrypted_password", "$2a$04$2Rs49DNzYo7xHdvnnvrgZeZdwq7FcJh4WISMM1D.SETZNx9f51cg6"], ["created_at", "2017-09-17 20:01:40.912975"], ["updated_at", "2017-09-17 20:01:40.912975"], ["name", "Jaycee Hartmann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ole@grantstreich.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ole@grantstreich.io"], ["encrypted_password", "$2a$04$WjrfwGluNbHAD1y.ng0AJur/UZCU4hJy7zEmvnYNXCAJzK/zx3fSe"], ["created_at", "2017-09-17 20:01:40.918321"], ["updated_at", "2017-09-17 20:01:40.918321"], ["name", "Jared Collier"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "blanca@willcummings.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "blanca@willcummings.co"], ["encrypted_password", "$2a$04$dkQu1Uen82X9V8O1s0ZWju/eAInsErhYG4UPJhn4gZE9GVQ/bQqni"], ["created_at", "2017-09-17 20:01:40.931322"], ["updated_at", "2017-09-17 20:01:40.931322"], ["name", "Garland Rolfson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stacy@prohaska.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stacy@prohaska.io"], ["encrypted_password", "$2a$04$xNs/acx7dUBWmG8Yg6YDmOa1Kvq.hG0kQq7niAP4z/ovURWIHaO02"], ["created_at", "2017-09-17 20:01:40.936464"], ["updated_at", "2017-09-17 20:01:40.936464"], ["name", "Genevieve Hills"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kelley_huel@barrows.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kelley_huel@barrows.io"], ["encrypted_password", "$2a$04$U19S5AVnCjx5y8GjeV2gPeeBl9OwweUakVPwgf3Oq5GHBFyVlCytq"], ["created_at", "2017-09-17 20:01:40.949095"], ["updated_at", "2017-09-17 20:01:40.949095"], ["name", "Miss Gregorio Orn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gilberto_jakubowski@conroyconn.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gilberto_jakubowski@conroyconn.net"], ["encrypted_password", "$2a$04$Me1ag.b3w.G/08GCy0GTKeVJA6UaWjba7ZmsIkbXaeFSgSSJZcayy"], ["created_at", "2017-09-17 20:01:40.953983"], ["updated_at", "2017-09-17 20:01:40.953983"], ["name", "Ceasar Wisozk"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (183.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aaron@gibson.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aaron@gibson.net"], ["encrypted_password", "$2a$04$.bQxPVKgyE.ILWHe4XvezO2V6jSBLHel6KrKmKALQTtITBip9IB5m"], ["created_at", "2017-09-17 20:03:33.277874"], ["updated_at", "2017-09-17 20:03:33.277874"], ["name", "Mr. Roy Johnson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jacky.runolfon@blick.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jacky.runolfon@blick.info"], ["encrypted_password", "$2a$04$KPoEXIekG.YDGDErFcU5NeZ5VqaA/jfOXlPyZXunui./DDKDnlKwu"], ["created_at", "2017-09-17 20:03:33.308056"], ["updated_at", "2017-09-17 20:03:33.308056"], ["name", "Nella Kuphal II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cayla.purdy@kemmer.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cayla.purdy@kemmer.info"], ["encrypted_password", "$2a$04$OOS0rQSaovU3UBAAN.5tA.ch9RvGDbkxkYMiCmXhtw4O6bbjG4izm"], ["created_at", "2017-09-17 20:03:33.320530"], ["updated_at", "2017-09-17 20:03:33.320530"], ["name", "Wilburn Schumm"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mona@mills.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mona@mills.name"], ["encrypted_password", "$2a$04$jfrpxcUFnoTFgBz7EOMkFuPXjOrjOxQ/g8EnFhNS5WECKTUcsI7ae"], ["created_at", "2017-09-17 20:03:33.330088"], ["updated_at", "2017-09-17 20:03:33.330088"], ["name", "Beatrice Bosco"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tad.fahey@ratke.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tad.fahey@ratke.co"], ["encrypted_password", "$2a$04$fcntTNK.O9H5ZTKWdJFxxeWR2SHuskWgSeKSI/rC/0a0GKr0o/T2q"], ["created_at", "2017-09-17 20:03:33.341308"], ["updated_at", "2017-09-17 20:03:33.341308"], ["name", "Kim Daniel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "candido@luettgenmclaughlin.co"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "candido@luettgenmclaughlin.co"], ["encrypted_password", "$2a$04$KdXsbvJyT1iQgkqNCApIXOkIh0RO762Qr.qCrt/KZPiKdWE9nx/bW"], ["created_at", "2017-09-17 20:03:33.354530"], ["updated_at", "2017-09-17 20:03:33.354530"], ["name", "Ron DuBuque Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tamara_schuppe@harberreichel.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tamara_schuppe@harberreichel.info"], ["encrypted_password", "$2a$04$2r4Z3.n9bvM2GxYZYNBqzek7TJWjc4lq3NdewHJAwHD4fdXAwIVXS"], ["created_at", "2017-09-17 20:03:33.366097"], ["updated_at", "2017-09-17 20:03:33.366097"], ["name", "Tristian Huels Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lavina@cainmclaughlin.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lavina@cainmclaughlin.com"], ["encrypted_password", "$2a$04$x4lLWRRExoE7OPnMgNz/r.8FbSuV2noOHNBZoivzppd.BjZoENZku"], ["created_at", "2017-09-17 20:03:33.377000"], ["updated_at", "2017-09-17 20:03:33.377000"], ["name", "Eileen King"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alize.orn@moriette.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alize.orn@moriette.net"], ["encrypted_password", "$2a$04$3NFNu0oX4op9yPfJaZ54WeD.JMBdRzAngZCJgtJuCOtfI9aJOjyGW"], ["created_at", "2017-09-17 20:03:33.388301"], ["updated_at", "2017-09-17 20:03:33.388301"], ["name", "Stuart Mitchell"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "derek.schaden@cartwrightbrekke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "derek.schaden@cartwrightbrekke.name"], ["encrypted_password", "$2a$04$hUIbcQxoudGb7yOdyxC8N.TJt3yt.bsu5N3tQIL5Rh7gHSweORM5a"], ["created_at", "2017-09-17 20:03:33.400034"], ["updated_at", "2017-09-17 20:03:33.400034"], ["name", "Ms. Nils Crist"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alvah_gusikowski@collinsgottlieb.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alvah_gusikowski@collinsgottlieb.net"], ["encrypted_password", "$2a$04$YEpXbVQ.DzPUU08dQbB7E.rausak.TI83PNI1Dqfodd3cM6d7frwy"], ["created_at", "2017-09-17 20:03:33.411524"], ["updated_at", "2017-09-17 20:03:33.411524"], ["name", "Allan Roberts"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "talon@kingkrajcik.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "talon@kingkrajcik.io"], ["encrypted_password", "$2a$04$otdz/bDyWvRNwHhgDagy8OXfv0OTRS.NlNbBL1y1SsnKYsEJwz/G2"], ["created_at", "2017-09-17 20:03:33.424675"], ["updated_at", "2017-09-17 20:03:33.424675"], ["name", "Keagan Reichert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (150.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (1039.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (557.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lawrence@lueilwitz.com"], ["LIMIT", 1]]
SQL (0.9ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lawrence@lueilwitz.com"], ["encrypted_password", "$2a$04$p6mW1eQZIOZKv2e3kGbPsO9La7xTc9l2ee6LonV80iEX5vstAz0xm"], ["created_at", "2017-09-17 20:03:55.377850"], ["updated_at", "2017-09-17 20:03:55.377850"], ["name", "Jean Gusikowski Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rebekah_mann@schmidtpfannerstill.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rebekah_mann@schmidtpfannerstill.org"], ["encrypted_password", "$2a$04$7EMRpvSN2xA/3yc8vBOOr.aKOd.Nr79BEg8fgANaGA.t5rAtQUJ4C"], ["created_at", "2017-09-17 20:03:55.418087"], ["updated_at", "2017-09-17 20:03:55.418087"], ["name", "Ms. Pat Frami"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.6ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "erna_bergstrom@heller.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "erna_bergstrom@heller.org"], ["encrypted_password", "$2a$04$W1wEY38E89S5QeKXKJUmI.L.e4Dt3jhmgRY3p/0j2abWhQgKSiVQe"], ["created_at", "2017-09-17 20:03:55.431380"], ["updated_at", "2017-09-17 20:03:55.431380"], ["name", "Susie Bechtelar"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sheldon@dickinson.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sheldon@dickinson.name"], ["encrypted_password", "$2a$04$PNKk1QleNF82ByxomAlRVuc43H4yta5BgmuY.c24iKt.Ow8F2t3Ha"], ["created_at", "2017-09-17 20:03:55.443293"], ["updated_at", "2017-09-17 20:03:55.443293"], ["name", "Mr. Junior Feeney"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "monte@oreillypollich.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "monte@oreillypollich.co"], ["encrypted_password", "$2a$04$/Ew7Y31T9ZOuHeLbLWxbUeiYlt71Lv1rJK113SHd5b6oleTnHG6O2"], ["created_at", "2017-09-17 20:03:55.456308"], ["updated_at", "2017-09-17 20:03:55.456308"], ["name", "Mrs. Kira Crooks"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hazle@lang.net"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hazle@lang.net"], ["encrypted_password", "$2a$04$ZrKNYcWX4dyaru2TmgyHEux1AtRqoW/r5UoHmRO3DmpthMrvP2a1K"], ["created_at", "2017-09-17 20:03:55.470591"], ["updated_at", "2017-09-17 20:03:55.470591"], ["name", "Mitchell Bergnaum IV"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "houston@heel.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "houston@heel.com"], ["encrypted_password", "$2a$04$LFOXDZXHoZJBdXWRqQNwy.3CoBjXIGpDHJ6OJiXNTQKaS7lhsy7T."], ["created_at", "2017-09-17 20:03:55.482004"], ["updated_at", "2017-09-17 20:03:55.482004"], ["name", "Karli Hane"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lamar@rath.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lamar@rath.biz"], ["encrypted_password", "$2a$04$emAtR6vM1hrTM9f2a4iHr.YBv3QhVihRKC0PXt3Srr5URl6LPaz4a"], ["created_at", "2017-09-17 20:03:55.493956"], ["updated_at", "2017-09-17 20:03:55.493956"], ["name", "Yasmeen Lemke PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeffery_schneider@thielarmstrong.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeffery_schneider@thielarmstrong.info"], ["encrypted_password", "$2a$04$LGo1B5zR0rtaGpbrbSC19OJ57mOzf1oJuYapEvkrWUweJmmCb7lXS"], ["created_at", "2017-09-17 20:03:55.504797"], ["updated_at", "2017-09-17 20:03:55.504797"], ["name", "Mr. Burnice Blanda"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zane.walker@hand.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zane.walker@hand.biz"], ["encrypted_password", "$2a$04$iorHybGCQK0DRAy/V4bSH.zNGa//lPzjckL/7Zro4PW9FC.fGxwJe"], ["created_at", "2017-09-17 20:03:55.517391"], ["updated_at", "2017-09-17 20:03:55.517391"], ["name", "Marielle Schoen MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "raoul.kerluke@farrell.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "raoul.kerluke@farrell.io"], ["encrypted_password", "$2a$04$/vzdq9H8FE.4QW.ohgJbi.YHfcocyDqN7DJ4Ke/c4dvASJdPp745C"], ["created_at", "2017-09-17 20:03:55.532378"], ["updated_at", "2017-09-17 20:03:55.532378"], ["name", "Guy Barrows"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "waldo@sawayn.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "waldo@sawayn.biz"], ["encrypted_password", "$2a$04$EWcbckyFMx28P3jKQf1kGukuOcVHsAHqf/tC5j2fGr8XVOmBaFYQa"], ["created_at", "2017-09-17 20:03:55.545044"], ["updated_at", "2017-09-17 20:03:55.545044"], ["name", "Andy Dicki"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (129.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (98.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (132.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leola_hoppe@shanahan.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "leola_hoppe@shanahan.co"], ["encrypted_password", "$2a$04$PM2SC914pRHxkLjmWus0OeifOtvvp2V71Rf/vUs894sZH.b/JwC0."], ["created_at", "2017-09-17 20:05:38.988590"], ["updated_at", "2017-09-17 20:05:38.988590"], ["name", "Jovani Huel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaleel.brekke@luettgenmarquardt.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaleel.brekke@luettgenmarquardt.io"], ["encrypted_password", "$2a$04$EXJZqwyKEy7HS9XFml9QYeqaKGCAV2vb4yERAlOhgzwiTns3B1Tsi"], ["created_at", "2017-09-17 20:05:38.993672"], ["updated_at", "2017-09-17 20:05:38.993672"], ["name", "Frankie Jones"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Oh! To be in England"], ["description", "Optio aliquid quis sed. Quod quaerat voluptatibus alias explicabo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Domenica Gulgowski"], ["created_at", "2017-09-17 20:05:39.005828"], ["updated_at", "2017-09-17 20:05:39.005828"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "samir@reichert.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "samir@reichert.name"], ["encrypted_password", "$2a$04$3wOkUJV9yK.bQBgKIHtve.mgFFiwnCwOYc2ZnsrYNWzZ3cEADJyGa"], ["created_at", "2017-09-17 20:05:39.025087"], ["updated_at", "2017-09-17 20:05:39.025087"], ["name", "Zula Runte"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "napoleon.schinner@feil.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "napoleon.schinner@feil.io"], ["encrypted_password", "$2a$04$.srfrtEn4uZgnEN3iNTLyuP3dQ7Uh6NoBaQKj28DKfUJDma8sS3Mm"], ["created_at", "2017-09-17 20:05:39.029235"], ["updated_at", "2017-09-17 20:05:39.029235"], ["name", "Crystal Gerhold"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Monkey's Raincoat"], ["description", "Corporis nesciunt ducimus. Doloribus rem ut et perferendis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Burley Heller"], ["created_at", "2017-09-17 20:05:39.031744"], ["updated_at", "2017-09-17 20:05:39.031744"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aurelia_hayes@kshlerindoyle.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aurelia_hayes@kshlerindoyle.net"], ["encrypted_password", "$2a$04$JjvxpAdwj3DtbMp6aarBy.bKUiQ9jmtdnSPdV6l5Al1wCnJrMBFQ2"], ["created_at", "2017-09-17 20:05:39.045558"], ["updated_at", "2017-09-17 20:05:39.045558"], ["name", "Pauline Hamill"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isac@dach.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "isac@dach.net"], ["encrypted_password", "$2a$04$fmv0c0MGTtmpSABnG.yvuuGi/8HcEdq34BErnSdaW/bxi1Esl..8a"], ["created_at", "2017-09-17 20:05:39.049643"], ["updated_at", "2017-09-17 20:05:39.049643"], ["name", "Paige Mueller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.6ms)

Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aleandra_robel@weimann.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aleandra_robel@weimann.name"], ["encrypted_password", "$2a$04$vkb2vlnqLJQbOyUiAk4R0OMabN7rsCyGbDnx55AImHK12MFE1uUqy"], ["created_at", "2017-09-17 20:05:39.063719"], ["updated_at", "2017-09-17 20:05:39.063719"], ["name", "Alicia Gibson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mose.swift@larkin.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mose.swift@larkin.org"], ["encrypted_password", "$2a$04$sMAfWoE3WwyTOdMK2mAdTettlE50VrdsktUFMtcHYDYZSVewHeDsC"], ["created_at", "2017-09-17 20:05:39.068045"], ["updated_at", "2017-09-17 20:05:39.068045"], ["name", "Mrs. Verdie Considine"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moon by Night"], ["description", "Porro est quaerat quia debitis et corrupti ut. Qui commodi placeat nobis. Quidem deserunt quia quae. Quis qui qui nostrum facilis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Vickie Friesen PhD"], ["created_at", "2017-09-17 20:05:39.069798"], ["updated_at", "2017-09-17 20:05:39.069798"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carol_deckow@sauerchristiansen.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carol_deckow@sauerchristiansen.net"], ["encrypted_password", "$2a$04$lnt0t5Kp7gGpV3wnnh2aTOb5qYZQOIgpAWZEtmp.RZvllJ/UY0wQi"], ["created_at", "2017-09-17 20:05:39.083853"], ["updated_at", "2017-09-17 20:05:39.083853"], ["name", "Barry Hamill DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ernestina@rosenbaum.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ernestina@rosenbaum.name"], ["encrypted_password", "$2a$04$LJJNa6irnoDZPfgTsTilS..eMZqc7yQlAdFpmpDq8lbBsUdm18Tsu"], ["created_at", "2017-09-17 20:05:39.088052"], ["updated_at", "2017-09-17 20:05:39.088052"], ["name", "Ericka Kuvalis"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Sasha Schaefer", "description"=>"Consequatur omnis non beatae neque eum qui et. Fugit iste libero rem ducimus inventore voluptatem. Est voluptatum tempora est optio eos voluptatem odio. Saepe et dolorem voluptatibus.", "image"=>"http://lorempixel.com/200/200", "name"=>"No Longer at Ease", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Longer at Ease"], ["description", "Consequatur omnis non beatae neque eum qui et. Fugit iste libero rem ducimus inventore voluptatem. Est voluptatum tempora est optio eos voluptatem odio. Saepe et dolorem voluptatibus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Sasha Schaefer"], ["created_at", "2017-09-17 20:05:39.100716"], ["updated_at", "2017-09-17 20:05:39.100716"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "veronica@hane.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "veronica@hane.org"], ["encrypted_password", "$2a$04$Y.KnUFcYq/5DpKa9lcyuuehMDWzrZPpVPZtLscswztyVeEvwqa/GC"], ["created_at", "2017-09-17 20:05:39.110890"], ["updated_at", "2017-09-17 20:05:39.110890"], ["name", "Monique Waelchi DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeramie.hammes@berge.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeramie.hammes@berge.info"], ["encrypted_password", "$2a$04$DMJg.QjxQmPwsQF2fpvXHu7GqUTdtlPLu5YbLT1rDqHfZ01A2dC0u"], ["created_at", "2017-09-17 20:05:39.116063"], ["updated_at", "2017-09-17 20:05:39.116063"], ["name", "Mrs. Kathryne Considine"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Eladio Friesen", "description"=>"Facere quaerat et sit architecto at neque. Dignissimos placeat fuga dolorem quod sint labore est. Ea voluptate odit.", "image"=>"http://lorempixel.com/200/200", "name"=>"Stranger in a Strange Land", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Stranger in a Strange Land"], ["description", "Facere quaerat et sit architecto at neque. Dignissimos placeat fuga dolorem quod sint labore est. Ea voluptate odit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eladio Friesen"], ["created_at", "2017-09-17 20:05:39.119785"], ["updated_at", "2017-09-17 20:05:39.119785"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nolan.kunze@durganjacobson.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nolan.kunze@durganjacobson.org"], ["encrypted_password", "$2a$04$trHa1rQNQbnwl2RSUfJ4ZusI1PMo8wSBLfca2/FaHV6ka2hQJNU6W"], ["created_at", "2017-09-17 20:05:39.130003"], ["updated_at", "2017-09-17 20:05:39.130003"], ["name", "Zola Miller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joannie.dibbert@schmidt.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joannie.dibbert@schmidt.name"], ["encrypted_password", "$2a$04$fLGh227rUwswg/8vjAZKsOr07x30PMXhrkWw2KjFu459G..TxkhXW"], ["created_at", "2017-09-17 20:05:39.135820"], ["updated_at", "2017-09-17 20:05:39.135820"], ["name", "Emelie Jast"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dwight Steuber III", "description"=>"Eos qui quidem. Laborum commodi aspernatur. Animi officia rerum eligendi iure fuga.", "image"=>"http://lorempixel.com/200/200", "name"=>"Carrion Comfort", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Carrion Comfort"], ["description", "Eos qui quidem. Laborum commodi aspernatur. Animi officia rerum eligendi iure fuga."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dwight Steuber III"], ["created_at", "2017-09-17 20:05:39.139891"], ["updated_at", "2017-09-17 20:05:39.139891"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darlene_king@quitzonrolfson.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "darlene_king@quitzonrolfson.com"], ["encrypted_password", "$2a$04$z07y4pYmJQDCBwtXKMGK8uXFmeer.hAf3zJBGFn5TuEQ/G9DJmIum"], ["created_at", "2017-09-17 20:05:39.157334"], ["updated_at", "2017-09-17 20:05:39.157334"], ["name", "Arianna Monahan PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "francis_bashirian@rippin.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "francis_bashirian@rippin.name"], ["encrypted_password", "$2a$04$86eyfm1CKfiSa.myXnJL9eXEhKwRLMQOd3CJB9yvpxQK0vx.IoTAm"], ["created_at", "2017-09-17 20:05:39.161268"], ["updated_at", "2017-09-17 20:05:39.161268"], ["name", "Eduardo Waelchi"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Mr Standfast"], ["description", "Quia ratione similique ipsa voluptas cumque atque. Error non laudantium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Brooke Kohler III"], ["created_at", "2017-09-17 20:05:39.162954"], ["updated_at", "2017-09-17 20:05:39.162954"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 20:05:39.166777"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eloisa_lockman@sporer.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eloisa_lockman@sporer.biz"], ["encrypted_password", "$2a$04$YzSa1mvf6rqtpEBG1fen1uFKbforZp10xNvutZ7NL/HPLlYYLTbzC"], ["created_at", "2017-09-17 20:05:39.176773"], ["updated_at", "2017-09-17 20:05:39.176773"], ["name", "Daisy Terry"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kirstin_schmidt@murphy.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kirstin_schmidt@murphy.name"], ["encrypted_password", "$2a$04$o9.IbR3L1yFBvWpYH/JO8uppKCPb6AnwFWrDv3SaYu4oc.s5npU2S"], ["created_at", "2017-09-17 20:05:39.180647"], ["updated_at", "2017-09-17 20:05:39.180647"], ["name", "Aida Walker"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Way of All Flesh"], ["description", "Eaque provident deleniti deserunt et. Nesciunt repellendus odit ea autem sint."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Linwood Bogan Sr."], ["created_at", "2017-09-17 20:05:39.182299"], ["updated_at", "2017-09-17 20:05:39.182299"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Linwood Bogan Sr.", "description"=>"Eaque provident deleniti deserunt et. Nesciunt repellendus odit ea autem sint.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Way of All Flesh", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wade@stokes.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wade@stokes.com"], ["encrypted_password", "$2a$04$D6CxknNNreAAnEt5YpOH1OaZL9iKWLVa7r/inKe35DLdRsULFrvVW"], ["created_at", "2017-09-17 20:05:39.195497"], ["updated_at", "2017-09-17 20:05:39.195497"], ["name", "Lorena Quitzon"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alfreda_cruickshank@ullrichbuckridge.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alfreda_cruickshank@ullrichbuckridge.org"], ["encrypted_password", "$2a$04$4KAeD3Bn/jlAt9FZ7MJ8huksdgw0bIdMUG3rfKZK0Rq1HWgafT5mm"], ["created_at", "2017-09-17 20:05:39.199464"], ["updated_at", "2017-09-17 20:05:39.199464"], ["name", "Marie Wolf III"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "O Jerusalem!"], ["description", "Deserunt veritatis eos. Eligendi enim aliquid. Alias voluptas nihil nihil quaerat quia dignissimos eaque. Id delectus iure."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kathleen Doyle"], ["created_at", "2017-09-17 20:05:39.201183"], ["updated_at", "2017-09-17 20:05:39.201183"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Earnestine Luettgen", "description"=>"Tempore cupiditate aut consequuntur illum beatae reiciendis commodi. Ut laudantium eius aut saepe.", "image"=>"http://lorempixel.com/200/200", "name"=>"In a Glass Darkly", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "description" = ?, "author" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "In a Glass Darkly"], ["description", "Tempore cupiditate aut consequuntur illum beatae reiciendis commodi. Ut laudantium eius aut saepe."], ["author", "Earnestine Luettgen"], ["updated_at", "2017-09-17 20:05:39.205173"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "guy_yundt@mayer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "guy_yundt@mayer.org"], ["encrypted_password", "$2a$04$UdyUw7bC1TvwdjVGovXsD.B4wsdmnSbvtNvWLGwOgLsmuozWlPWh."], ["created_at", "2017-09-17 20:05:39.217860"], ["updated_at", "2017-09-17 20:05:39.217860"], ["name", "Loyal Boyer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "judson@hermiston.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "judson@hermiston.org"], ["encrypted_password", "$2a$04$j/UTvCF6XVtKJa5BrhsSOOuLF8L.QmFZtE1JxBJsPG3SoeFdZrrAS"], ["created_at", "2017-09-17 20:05:39.221730"], ["updated_at", "2017-09-17 20:05:39.221730"], ["name", "Mario Hoeger"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Precious Bane"], ["description", "Quis quibusdam perspiciatis expedita eos aliquam et odio. Voluptatem veniam ipsa. Voluptatem ipsam neque est iure quisquam facilis provident. Harum omnis incidunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Beaulah Waelchi"], ["created_at", "2017-09-17 20:05:39.223363"], ["updated_at", "2017-09-17 20:05:39.223363"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawn@will.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "shawn@will.co"], ["encrypted_password", "$2a$04$alv.xshnlbd.FpxB.987MOX1I4xlyN9MpF8iIV.e7SbSCL7ivZSGG"], ["created_at", "2017-09-17 20:05:39.236218"], ["updated_at", "2017-09-17 20:05:39.236218"], ["name", "Deshawn Turcotte"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sammy.roberts@goyette.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sammy.roberts@goyette.org"], ["encrypted_password", "$2a$04$lk1XM4uAMZSIWk2zDLtbMuZ6QJRY9qTTg0adiOHhBOKzJgO8/sxxS"], ["created_at", "2017-09-17 20:05:39.240113"], ["updated_at", "2017-09-17 20:05:39.240113"], ["name", "Elinor Vandervort"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Way of All Flesh"], ["description", "Delectus expedita adipisci in molestiae veniam error. Aut dolor mollitia vitae eos a tempora aspernatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Earline Satterfield"], ["created_at", "2017-09-17 20:05:39.241668"], ["updated_at", "2017-09-17 20:05:39.241668"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 2ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (145.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.5ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (97.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlee@gorczany.co"], ["LIMIT", 1]]
SQL (1.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carlee@gorczany.co"], ["encrypted_password", "$2a$04$mmtDGl2FcEOfi/Js7ARuZ.LdryvfmlJI4TcofMC9NQq7944Fj0LKK"], ["created_at", "2017-09-17 20:06:32.603456"], ["updated_at", "2017-09-17 20:06:32.603456"], ["name", "Kiel Christiansen"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amina_sipes@torp.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "amina_sipes@torp.info"], ["encrypted_password", "$2a$04$P..LT7QYL2slJs.uEV3B9uTt3QWuJoF0QLDvGy3BchKJ0nGL0H1oG"], ["created_at", "2017-09-17 20:06:32.609348"], ["updated_at", "2017-09-17 20:06:32.609348"], ["name", "Angelina DuBuque"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Soldier's Art"], ["description", "Sed sint corporis neque. Asperiores qui ut eos illo delectus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Wilburn Greenfelder"], ["created_at", "2017-09-17 20:06:32.623313"], ["updated_at", "2017-09-17 20:06:32.623313"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.3ms | ActiveRecord: 0.2ms)

 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jesus@krajcikwhite.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jesus@krajcikwhite.io"], ["encrypted_password", "$2a$04$YUYV2FmKO1t1rN.pmoW7kO9RM4AtnmGubVNYunfSr87gwh7xkvyXa"], ["created_at", "2017-09-17 20:06:32.644860"], ["updated_at", "2017-09-17 20:06:32.644860"], ["name", "Andre Frami V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vernie_fay@yost.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vernie_fay@yost.io"], ["encrypted_password", "$2a$04$sHNI5uIJmZOmDnIp1jQVxuBqXCJneQQ9k.YU6FRrU9zcGhaxqEzGK"], ["created_at", "2017-09-17 20:06:32.650110"], ["updated_at", "2017-09-17 20:06:32.650110"], ["name", "Ken Carter"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Things Fall Apart"], ["description", "Dolores excepturi totam fuga. Eum ut quaerat. Et ut aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lily Kreiger"], ["created_at", "2017-09-17 20:06:32.652266"], ["updated_at", "2017-09-17 20:06:32.652266"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "moses@schowalter.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "moses@schowalter.com"], ["encrypted_password", "$2a$04$g0KSs8ZWvrZq.acaN8xwvO2dPPIWneWJ7j4J9QwyK692EUB9jTfWG"], ["created_at", "2017-09-17 20:06:32.669515"], ["updated_at", "2017-09-17 20:06:32.669515"], ["name", "Davion Heathcote"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eda.volkman@heaney.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eda.volkman@heaney.co"], ["encrypted_password", "$2a$04$xKwf9uNAjaPzlKu2R30aK.bjBJjrxj1Dlus3.5Q3q81GqtVOSKXKq"], ["created_at", "2017-09-17 20:06:32.675032"], ["updated_at", "2017-09-17 20:06:32.675032"], ["name", "Alberta Christiansen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "greta_nienow@sporer.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "greta_nienow@sporer.io"], ["encrypted_password", "$2a$04$pQqSFq4WVxcHWxI5WI22y.mlHHMZzGHEeAH46EfWQwoF1TMRW2SAK"], ["created_at", "2017-09-17 20:06:32.688606"], ["updated_at", "2017-09-17 20:06:32.688606"], ["name", "Davonte Haag"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nettie.howell@daugherty.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nettie.howell@daugherty.biz"], ["encrypted_password", "$2a$04$j2hHRZpmoZ.n1sg8GU4pqufk6x7ExYvA9JNIY3PQj5wRAwOC0Ykcm"], ["created_at", "2017-09-17 20:06:32.694436"], ["updated_at", "2017-09-17 20:06:32.694436"], ["name", "Miss Enola McLaughlin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "An Instant In The Wind"], ["description", "Sit cumque alias accusamus iure. Nostrum deleniti vel eos est. Ut omnis quibusdam consequatur aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nyah Howe"], ["created_at", "2017-09-17 20:06:32.696442"], ["updated_at", "2017-09-17 20:06:32.696442"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mackenzie@gusikowskiromaguera.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mackenzie@gusikowskiromaguera.org"], ["encrypted_password", "$2a$04$Pm0ORvZqMksRmLinGwk2AegLcChQu6vV3MwAhIPkufyVZSZGxgiK2"], ["created_at", "2017-09-17 20:06:32.712051"], ["updated_at", "2017-09-17 20:06:32.712051"], ["name", "Ken O'Keefe I"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arnold@stiedemanndurgan.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "arnold@stiedemanndurgan.info"], ["encrypted_password", "$2a$04$L/j94MMjmSuiesw4NJxak.Hj9hDqe0n2Qu6Jbp9sNU1M7SLipbl9."], ["created_at", "2017-09-17 20:06:32.716918"], ["updated_at", "2017-09-17 20:06:32.716918"], ["name", "Mr. Gordon Koch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Gage Reichel", "description"=>"Sunt est dolorem delectus architecto. Quae totam temporibus. In aut voluptatum nisi sunt sint eligendi. Temporibus ipsam et deserunt odio.", "image"=>"http://lorempixel.com/200/200", "name"=>"Gone with the Wind", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Gone with the Wind"], ["description", "Sunt est dolorem delectus architecto. Quae totam temporibus. In aut voluptatum nisi sunt sint eligendi. Temporibus ipsam et deserunt odio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gage Reichel"], ["created_at", "2017-09-17 20:06:32.728936"], ["updated_at", "2017-09-17 20:06:32.728936"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brooklyn_abernathy@ruelolson.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brooklyn_abernathy@ruelolson.com"], ["encrypted_password", "$2a$04$iOyQjkdNp0T08EJH1ilTvOQNd19GLUnY9qEcgHajqSoKstfxRGXTm"], ["created_at", "2017-09-17 20:06:32.739813"], ["updated_at", "2017-09-17 20:06:32.739813"], ["name", "Mr. Ashlynn Champlin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vincenzo@pouros.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vincenzo@pouros.co"], ["encrypted_password", "$2a$04$0ZrSHmaXofPwd6KRJt4tmuBaUSGvO7CBAHgFCfy5StJNgHaL5vlXq"], ["created_at", "2017-09-17 20:06:32.744585"], ["updated_at", "2017-09-17 20:06:32.744585"], ["name", "Rosalia Rippin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Missouri Schneider DDS", "description"=>"Minima sapiente aut tempora molestiae perspiciatis. Quisquam sit ut voluptate ipsam quis qui. Fuga magnam cupiditate saepe. Iusto officiis non.", "image"=>"http://lorempixel.com/200/200", "name"=>"Cabbages and Kings", "status"=>"true"}}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Cabbages and Kings"], ["description", "Minima sapiente aut tempora molestiae perspiciatis. Quisquam sit ut voluptate ipsam quis qui. Fuga magnam cupiditate saepe. Iusto officiis non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Missouri Schneider DDS"], ["created_at", "2017-09-17 20:06:32.750277"], ["updated_at", "2017-09-17 20:06:32.750277"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 1.0ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.2ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (1.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lorenz@vandervort.com"], ["LIMIT", 1]]
SQL (1.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lorenz@vandervort.com"], ["encrypted_password", "$2a$04$OUzBadiICeXAlxD7LUfKZeNq9eMrOT5EpfJKv1GO9xTTgYA96TI6."], ["created_at", "2017-09-17 20:06:32.771132"], ["updated_at", "2017-09-17 20:06:32.771132"], ["name", "Ivah Wyman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pascale.oconnell@raynormarquardt.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "pascale.oconnell@raynormarquardt.co"], ["encrypted_password", "$2a$04$Y6xaNphvNQPQribzQTiaX.R4Q83MLNNsX3050AeNP/Ra9.1FY0NAK"], ["created_at", "2017-09-17 20:06:32.777211"], ["updated_at", "2017-09-17 20:06:32.777211"], ["name", "Kadin Ortiz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Benton Walker II", "description"=>"Placeat velit consectetur et molestiae. Beatae dolorum est repellat. Sequi deleniti rerum nesciunt aut.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.8ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eusebio.lockman@okon.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eusebio.lockman@okon.co"], ["encrypted_password", "$2a$04$maAi0xqLRiQ9g2oPLeotnuubsiqbTUk4LdN3no4/bb5J.8bv8/y7e"], ["created_at", "2017-09-17 20:06:32.796795"], ["updated_at", "2017-09-17 20:06:32.796795"], ["name", "Sydnee Dibbert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maxwell@langosh.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maxwell@langosh.biz"], ["encrypted_password", "$2a$04$uC/f6TF4QrFqbyc1ccW4F.6KHlEIMkYe9KYWRAi1R575htL9FzLE2"], ["created_at", "2017-09-17 20:06:32.801926"], ["updated_at", "2017-09-17 20:06:32.801926"], ["name", "Alexandria Effertz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "All the King's Men"], ["description", "Ab ipsum iste. Quia ea magnam cumque rem delectus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Queen Hirthe"], ["created_at", "2017-09-17 20:06:32.804515"], ["updated_at", "2017-09-17 20:06:32.804515"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 20:06:32.809588"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mireya@bernharddickens.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mireya@bernharddickens.name"], ["encrypted_password", "$2a$04$Ty8.MXgXbDG96/WyiGsNI.vgdlfrc8DYVhfAvCLh4Z9AXagWiW.dG"], ["created_at", "2017-09-17 20:06:32.823637"], ["updated_at", "2017-09-17 20:06:32.823637"], ["name", "Brandon Schaden"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kelton.grant@fadel.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kelton.grant@fadel.co"], ["encrypted_password", "$2a$04$wAAGS18TTBsWz4m5LsQgv.l08FdcLA9unsngqdoF6hUlZ/vylownq"], ["created_at", "2017-09-17 20:06:32.829041"], ["updated_at", "2017-09-17 20:06:32.829041"], ["name", "Dandre Bogisich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Glass of Blessings"], ["description", "Quo maxime libero rem ut temporibus dolores adipisci. Quia hic perferendis ut. Quod est mollitia earum. Debitis quam placeat voluptatem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alexie Bergnaum"], ["created_at", "2017-09-17 20:06:32.832373"], ["updated_at", "2017-09-17 20:06:32.832373"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Alexie Bergnaum", "description"=>"Quo maxime libero rem ut temporibus dolores adipisci. Quia hic perferendis ut. Quod est mollitia earum. Debitis quam placeat voluptatem.", "image"=>"http://lorempixel.com/200/200", "name"=>"A Glass of Blessings", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "margot@funkharris.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "margot@funkharris.io"], ["encrypted_password", "$2a$04$bmE5nXMaoG6wv2R8wFbK8OGIonU82ZHpP9iQSr6w0LaJtJ9vr7Jly"], ["created_at", "2017-09-17 20:06:32.850016"], ["updated_at", "2017-09-17 20:06:32.850016"], ["name", "Burnice Purdy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "andre@stark.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "andre@stark.io"], ["encrypted_password", "$2a$04$p9sfyrdrR70ko8HtNB0YrOv0DtZFYcQqjv3fwkysZToM9qvokm4ki"], ["created_at", "2017-09-17 20:06:32.855573"], ["updated_at", "2017-09-17 20:06:32.855573"], ["name", "August Larson PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Number the Stars"], ["description", "Cumque quia minima libero molestiae corporis ratione. Ea quam architecto. Nihil occaecati aspernatur et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Domenica Hoppe"], ["created_at", "2017-09-17 20:06:32.857916"], ["updated_at", "2017-09-17 20:06:32.857916"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Alisa Wisozk", "description"=>"Placeat et voluptatem delectus. Perferendis nesciunt numquam pariatur quidem. Illo vel dolor.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arno@swift.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "arno@swift.info"], ["encrypted_password", "$2a$04$9VZZw9xgUoUzze95HUX0s.j6zOcUv8o5Ki6gWFOFAZj8nbBSDAQiy"], ["created_at", "2017-09-17 20:06:32.876420"], ["updated_at", "2017-09-17 20:06:32.876420"], ["name", "Mr. Fred Keeling"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maude.cartwright@walkerlowe.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maude.cartwright@walkerlowe.info"], ["encrypted_password", "$2a$04$ZlmKNlTlKuVd04XE8iTgSOsBXmCAxR4q3IwmmtEArm4AgoFyVjKD6"], ["created_at", "2017-09-17 20:06:32.881483"], ["updated_at", "2017-09-17 20:06:32.881483"], ["name", "Emmett Rau"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Frequent Hearses"], ["description", "Cum qui expedita ducimus natus ratione modi. Consequatur rerum et aut minus reiciendis. Sed voluptate magnam numquam voluptatibus omnis. Natus consectetur dolorem dolor ea."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Carmen Prosacco"], ["created_at", "2017-09-17 20:06:32.883493"], ["updated_at", "2017-09-17 20:06:32.883493"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlotta@wolff.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carlotta@wolff.io"], ["encrypted_password", "$2a$04$MJBK7u4ffI1jsvRkjUJRWu4BE3IxCOvt0MeDethxK4sBLgmiOtz2S"], ["created_at", "2017-09-17 20:06:32.898559"], ["updated_at", "2017-09-17 20:06:32.898559"], ["name", "Benjamin Beier MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marilou@von.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marilou@von.info"], ["encrypted_password", "$2a$04$bAiYnHXJqUdcrSvjrDuvweaxH41gbf89I3QPmDLvEI5BrEKl1z.wO"], ["created_at", "2017-09-17 20:06:32.903617"], ["updated_at", "2017-09-17 20:06:32.903617"], ["name", "Mrs. Greyson Eichmann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Lilies of the Field"], ["description", "Incidunt nisi id animi magnam ea minima. Qui ex consequuntur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ramona Bergstrom I"], ["created_at", "2017-09-17 20:06:32.905535"], ["updated_at", "2017-09-17 20:06:32.905535"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 6ms (ActiveRecord: 0.8ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (121.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.0ms)  DELETE FROM "users";
 (0.7ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaetano@kuvaliswaelchi.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gaetano@kuvaliswaelchi.net"], ["encrypted_password", "$2a$04$F7ErbyGnGV.1xmg0ucodQOdBc1ZoZR2SqE3VYWrcqXeYbspvERTK."], ["created_at", "2017-09-17 20:08:16.125585"], ["updated_at", "2017-09-17 20:08:16.125585"], ["name", "Bernardo Goodwin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ryley@barton.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ryley@barton.org"], ["encrypted_password", "$2a$04$/fBuv4PYBc4RvmENZsDzgejJRG.nDPQxIMCPnU3t6W750zrf0nuWi"], ["created_at", "2017-09-17 20:08:16.130240"], ["updated_at", "2017-09-17 20:08:16.130240"], ["name", "Missouri Wyman"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Cricket on the Hearth"], ["description", "Adipisci voluptas harum aperiam sed distinctio. Voluptate similique ad magnam eum et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ferne Purdy"], ["created_at", "2017-09-17 20:08:16.142789"], ["updated_at", "2017-09-17 20:08:16.142789"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lupe@denesik.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lupe@denesik.io"], ["encrypted_password", "$2a$04$jtOhQ0/aImW25yrYf5gbp.7NWyFKUDXFm0oBch5fjVRr3EjQUbPbC"], ["created_at", "2017-09-17 20:08:16.161741"], ["updated_at", "2017-09-17 20:08:16.161741"], ["name", "Veda Mayert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roma.king@harberwuckert.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "roma.king@harberwuckert.io"], ["encrypted_password", "$2a$04$wOGq6hEKTWxKQvbfGYGpTe422I7Up92Bx8986RwgIlhnTKZHJdqW."], ["created_at", "2017-09-17 20:08:16.165906"], ["updated_at", "2017-09-17 20:08:16.165906"], ["name", "Kali Crona"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Of Human Bondage"], ["description", "Ut suscipit qui eveniet facere voluptatem fugiat hic. Hic sequi a enim esse et quos eius. Voluptatem eum sequi dolor esse ipsa."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gaetano Boehm"], ["created_at", "2017-09-17 20:08:16.167594"], ["updated_at", "2017-09-17 20:08:16.167594"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jimmy@harvey.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jimmy@harvey.net"], ["encrypted_password", "$2a$04$ijxWH.P4sR1A2pYRDh33zeBcDt5t3rpG5aLNf.aZoEPuU1VvjNCRO"], ["created_at", "2017-09-17 20:08:16.180973"], ["updated_at", "2017-09-17 20:08:16.180973"], ["name", "Summer Schoen"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "buford@zulauf.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "buford@zulauf.co"], ["encrypted_password", "$2a$04$Kstpc/i3nOww50jBYhkeLOp7ineRW7oTk8QcNftH38TKGmx9jnW5C"], ["created_at", "2017-09-17 20:08:16.185093"], ["updated_at", "2017-09-17 20:08:16.185093"], ["name", "Adrain Mohr"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eduardo@kaulke.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eduardo@kaulke.info"], ["encrypted_password", "$2a$04$HWWxTAW3H16sBZQwbSZq8eqeayxNRV4FhkRqzBhV15PgPyk6mlbxq"], ["created_at", "2017-09-17 20:08:16.198264"], ["updated_at", "2017-09-17 20:08:16.198264"], ["name", "Alexie Muller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jesus@swift.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jesus@swift.io"], ["encrypted_password", "$2a$04$dV3OKu3Yu3GjMXXxwTYPDunvwJeBwNHWU51DrPMdVXOs1fN/5IzCy"], ["created_at", "2017-09-17 20:08:16.202278"], ["updated_at", "2017-09-17 20:08:16.202278"], ["name", "Xzavier Swift"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dulce et Decorum Est"], ["description", "Amet nam earum. Ullam adipisci aut. Id tempora nesciunt quo. Porro vitae est quos dolores perspiciatis cumque quis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Cruz Bartell"], ["created_at", "2017-09-17 20:08:16.203952"], ["updated_at", "2017-09-17 20:08:16.203952"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stanley@monahan.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stanley@monahan.biz"], ["encrypted_password", "$2a$04$YYJXJC.b3P7VxYsDOmETAOPpIeH0yCRH8L9NDgwSFWKF1/thiBZJm"], ["created_at", "2017-09-17 20:08:16.217673"], ["updated_at", "2017-09-17 20:08:16.217673"], ["name", "Cleta Carroll"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nikki.douglas@kub.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nikki.douglas@kub.info"], ["encrypted_password", "$2a$04$orvmYyiCPuiggDIR4NRm0.Tj8NEY0sIxFPqTxF.Zk0i5iNmc9bRDW"], ["created_at", "2017-09-17 20:08:16.221778"], ["updated_at", "2017-09-17 20:08:16.221778"], ["name", "Yessenia Ortiz IV"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Estelle Dach", "description"=>"Eum atque vel eius. Perspiciatis fugiat est rerum quis at. Libero non suscipit mollitia est ipsam. Ut nobis consequatur amet quae in harum eius.", "image"=>"http://lorempixel.com/200/200", "name"=>"Quo Vadis", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Quo Vadis"], ["description", "Eum atque vel eius. Perspiciatis fugiat est rerum quis at. Libero non suscipit mollitia est ipsam. Ut nobis consequatur amet quae in harum eius."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Estelle Dach"], ["created_at", "2017-09-17 20:08:16.233622"], ["updated_at", "2017-09-17 20:08:16.233622"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "layla@spinkagleason.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "layla@spinkagleason.info"], ["encrypted_password", "$2a$04$u.iMa9XNQ1Xw3X4A836a8e0YV.90Tl19vUEDbb/KgYmqmh0tg0Ozi"], ["created_at", "2017-09-17 20:08:16.243069"], ["updated_at", "2017-09-17 20:08:16.243069"], ["name", "Kathryn Barrows"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adrian@ullrich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adrian@ullrich.co"], ["encrypted_password", "$2a$04$WbH3eRX0GYzOE8BmH2JJp.wwKbDsj.2h.LolTojHMN6Kva7fGr5v2"], ["created_at", "2017-09-17 20:08:16.247219"], ["updated_at", "2017-09-17 20:08:16.247219"], ["name", "Mrs. Mara Hauck"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Allene Gulgowski", "description"=>"Ut ratione in incidunt enim est libero. Asperiores nam atque saepe accusantium. Omnis et eveniet. Eos quibusdam numquam quaerat.", "image"=>"http://lorempixel.com/200/200", "name"=>"Cover Her Face", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Cover Her Face"], ["description", "Ut ratione in incidunt enim est libero. Asperiores nam atque saepe accusantium. Omnis et eveniet. Eos quibusdam numquam quaerat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Allene Gulgowski"], ["created_at", "2017-09-17 20:08:16.251733"], ["updated_at", "2017-09-17 20:08:16.251733"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gladys@durgan.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gladys@durgan.co"], ["encrypted_password", "$2a$04$9XTxJLvJ19PEsRlzGaxyEehS2D/WsXq68FJ.oWojLIhZbkezhhLxq"], ["created_at", "2017-09-17 20:08:16.263026"], ["updated_at", "2017-09-17 20:08:16.263026"], ["name", "Joy Little"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caterina@emmerichpfeffer.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caterina@emmerichpfeffer.info"], ["encrypted_password", "$2a$04$LOjdfiPM8GLQ6OG.S7pXd.kmFpAqu0..xc2fJJQLRFrlmA6KRj9f."], ["created_at", "2017-09-17 20:08:16.267428"], ["updated_at", "2017-09-17 20:08:16.267428"], ["name", "Mia Weimann"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dr. Camilla Will", "description"=>"A et ea quis nisi et.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frida.kerluke@hahn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "frida.kerluke@hahn.name"], ["encrypted_password", "$2a$04$c6ymogkJdeahsZ9FwIptuuj0TtDnhn9G5LrQoDDTq0jvUFn.E1vru"], ["created_at", "2017-09-17 20:08:16.281681"], ["updated_at", "2017-09-17 20:08:16.281681"], ["name", "Mrs. Roel Schulist"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaclyn@ruel.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaclyn@ruel.io"], ["encrypted_password", "$2a$04$v34ykriOoUkVfyS7eiv49.FfSj/r/duXsFSspMnTtIVxwEGuOjamm"], ["created_at", "2017-09-17 20:08:16.285726"], ["updated_at", "2017-09-17 20:08:16.285726"], ["name", "Christiana Farrell"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "As I Lay Dying"], ["description", "Ut error quaerat debitis eaque consequatur. A officiis est ducimus natus autem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Novella Konopelski DDS"], ["created_at", "2017-09-17 20:08:16.287374"], ["updated_at", "2017-09-17 20:08:16.287374"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 20:08:16.291591"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ryleigh@ernserschmidt.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ryleigh@ernserschmidt.name"], ["encrypted_password", "$2a$04$taxLj3JjF/nv0cfqam4HWOokl0m40w3FScX96oVELADRQqrbYYWdi"], ["created_at", "2017-09-17 20:08:16.303010"], ["updated_at", "2017-09-17 20:08:16.303010"], ["name", "Camille Haley"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "henriette.bode@toymosciski.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "henriette.bode@toymosciski.info"], ["encrypted_password", "$2a$04$.3su0cnUGeV3a/SIfcM/8eP99sWsHd4oZNDXmTz7.pZi.inOyonty"], ["created_at", "2017-09-17 20:08:16.307221"], ["updated_at", "2017-09-17 20:08:16.307221"], ["name", "Mrs. Ollie Quigley"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Passage to India"], ["description", "Et doloribus similique rerum. Optio natus voluptas qui non harum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Reta Sauer"], ["created_at", "2017-09-17 20:08:16.308783"], ["updated_at", "2017-09-17 20:08:16.308783"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Reta Sauer", "description"=>"Et doloribus similique rerum. Optio natus voluptas qui non harum.", "image"=>"http://lorempixel.com/200/200", "name"=>"A Passage to India", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arne@tillmancollins.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "arne@tillmancollins.net"], ["encrypted_password", "$2a$04$8hZckIqFTbStPdK/L62x5.MNs6UWNDzVnihoK8MhLmcGft3YEptx2"], ["created_at", "2017-09-17 20:08:16.322675"], ["updated_at", "2017-09-17 20:08:16.322675"], ["name", "Schuyler Predovic III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leda@fay.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leda@fay.info"], ["encrypted_password", "$2a$04$rFYF5y8RowkKZAGLg.y1Z.yOHJU898Jv.Dd07Ngz5yobFftZWBDuO"], ["created_at", "2017-09-17 20:08:16.327075"], ["updated_at", "2017-09-17 20:08:16.327075"], ["name", "Ms. Darrell Kuhlman"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Alone on a Wide, Wide Sea"], ["description", "Veritatis natus laudantium deserunt. Nihil exercitationem explicabo eos est eius ipsum et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amely Huels"], ["created_at", "2017-09-17 20:08:16.328833"], ["updated_at", "2017-09-17 20:08:16.328833"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Miss Alexandrea Howell", "description"=>"Labore deleniti voluptatem culpa voluptatum enim quae.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caria@ernsermurazik.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "caria@ernsermurazik.org"], ["encrypted_password", "$2a$04$tGlbdHGj7IdP1k9nr1/2FeiZnJaCOcLtBZNoRvTOimdex/3Uv.Z8e"], ["created_at", "2017-09-17 20:08:16.343084"], ["updated_at", "2017-09-17 20:08:16.343084"], ["name", "Angie Fadel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sunny@kshlerinraynor.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sunny@kshlerinraynor.org"], ["encrypted_password", "$2a$04$yNyGlf3wM4g0xo.99svFnOTXTykuEzfDurXs0tENxFvE6g9uutrzu"], ["created_at", "2017-09-17 20:08:16.347448"], ["updated_at", "2017-09-17 20:08:16.347448"], ["name", "Erna Heidenreich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Behold the Man"], ["description", "Ea qui sapiente assumenda non veniam eum. Atque a commodi modi occaecati voluptatem sequi. Nulla sed qui provident vel quis enim molestiae. Iure sit blanditiis autem facilis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Yoshiko Padberg"], ["created_at", "2017-09-17 20:08:16.349129"], ["updated_at", "2017-09-17 20:08:16.349129"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wade@robeljakubowski.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wade@robeljakubowski.net"], ["encrypted_password", "$2a$04$S7dIUiIp6iN69gfskZSc/e9s1CPGpZ3YHHf.4pX6K8bbkT0muDMKq"], ["created_at", "2017-09-17 20:08:16.362801"], ["updated_at", "2017-09-17 20:08:16.362801"], ["name", "Chester Carter"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delphia.cartwright@kunzelangosh.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "delphia.cartwright@kunzelangosh.co"], ["encrypted_password", "$2a$04$lOcK3w7yjyUoJ44KOc5uc.adaD456fyhXCWhA0nNpvRUJZooh.0uC"], ["created_at", "2017-09-17 20:08:16.366895"], ["updated_at", "2017-09-17 20:08:16.366895"], ["name", "Loyce Jacobi"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Look Homeward, Angel"], ["description", "Quod vel repellat sunt maxime. Molestiae consequatur ullam voluptatem nihil. Ipsam at deleniti commodi labore exercitationem ad nostrum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bernadine Schiller"], ["created_at", "2017-09-17 20:08:16.368678"], ["updated_at", "2017-09-17 20:08:16.368678"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 4ms (ActiveRecord: 0.7ms)

 (0.2ms)  rollback transaction
 (0.3ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (140.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (65.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.3ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "herminio_moore@koelpindare.name"], ["LIMIT", 1]]
SQL (2.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "herminio_moore@koelpindare.name"], ["encrypted_password", "$2a$04$nHOjk5ZnRKcvB9i04vbDi.Xf8ipjwkEVftYcPQfLFkhFmdG.gBchC"], ["created_at", "2017-09-17 20:09:53.888075"], ["updated_at", "2017-09-17 20:09:53.888075"], ["name", "Mr. Roy Nikolaus"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "murray@stamm.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "murray@stamm.biz"], ["encrypted_password", "$2a$04$ldpgkA6K.drTLQI39DgRou.zMxtYGqtzZwS668P1mtY7XnipgErY."], ["created_at", "2017-09-17 20:09:53.896417"], ["updated_at", "2017-09-17 20:09:53.896417"], ["name", "Ms. Karina Watsica"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "A Many-Splendoured Thing"], ["description", "Blanditiis exercitationem excepturi consequatur. Est sed qui. Quo placeat dolores aspernatur harum. Fugiat dolores deserunt necessitatibus adipisci libero."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Larue Beatty"], ["created_at", "2017-09-17 20:09:53.917923"], ["updated_at", "2017-09-17 20:09:53.917923"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 6.3ms | ActiveRecord: 0.3ms)

 (2.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kade@wisozk.biz"], ["LIMIT", 1]]
SQL (1.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kade@wisozk.biz"], ["encrypted_password", "$2a$04$1izEYVnPeYCZz1d5CwGx3.GrQdpyOCTgPw9GuZ1ilFSgEa/tiDfQK"], ["created_at", "2017-09-17 20:09:53.949445"], ["updated_at", "2017-09-17 20:09:53.949445"], ["name", "Griffin Rath"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ashleigh_mills@kshlerin.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ashleigh_mills@kshlerin.biz"], ["encrypted_password", "$2a$04$zlzGjoYf5wWP1heNDUQkOe.F/N2gozoElKF7VID7SPBH9.CunP.gq"], ["created_at", "2017-09-17 20:09:53.956042"], ["updated_at", "2017-09-17 20:09:53.956042"], ["name", "Dan Jast"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Eyeless in Gaza"], ["description", "Corporis mollitia nesciunt soluta natus quidem. Veniam nemo molestiae perferendis pariatur est. Quo reiciendis eaque voluptas perspiciatis eum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Myrtis Johnston"], ["created_at", "2017-09-17 20:09:53.958921"], ["updated_at", "2017-09-17 20:09:53.958921"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.3ms)

 (1.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.4ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caleb.berge@doylestoltenberg.biz"], ["LIMIT", 1]]
SQL (1.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "caleb.berge@doylestoltenberg.biz"], ["encrypted_password", "$2a$04$EyL8nDCW5Dlx5A4pFsM6IeZNUMvPOK90Kj7AGOGKWX.1KjCBH6VKO"], ["created_at", "2017-09-17 20:09:53.983763"], ["updated_at", "2017-09-17 20:09:53.983763"], ["name", "Mrs. Eryn Turner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.6ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "martine_denesik@cormier.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "martine_denesik@cormier.info"], ["encrypted_password", "$2a$04$IpWLEQV/EZ9yiCKp0JA6d.GK3qSH0PumB8r1APd0RtVFProhEqYXe"], ["created_at", "2017-09-17 20:09:53.992075"], ["updated_at", "2017-09-17 20:09:53.992075"], ["name", "Napoleon Stanton"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.1ms)

 (1.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeramie.pouros@kiehnmaggio.info"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeramie.pouros@kiehnmaggio.info"], ["encrypted_password", "$2a$04$JbePO4f7GlCoF5.y.oNmq.tMaG5NJS3es/339D6sfRKZmBTWsgKh6"], ["created_at", "2017-09-17 20:09:54.011524"], ["updated_at", "2017-09-17 20:09:54.011524"], ["name", "Kristin Yost"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "winston@hintzskiles.io"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "winston@hintzskiles.io"], ["encrypted_password", "$2a$04$whrdR6VY7ShHalRnRsVac.6mE/VPcZPUKSypv8bu6JT9SkQB2aB6y"], ["created_at", "2017-09-17 20:09:54.018177"], ["updated_at", "2017-09-17 20:09:54.018177"], ["name", "Maci Gleason PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The House of Mirth"], ["description", "Quo omnis possimus. Debitis quos itaque expedita maiores ratione est quasi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gene Brown III"], ["created_at", "2017-09-17 20:09:54.021425"], ["updated_at", "2017-09-17 20:09:54.021425"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.2ms)

 (1.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zachariah_sipes@ziemannjacobson.name"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zachariah_sipes@ziemannjacobson.name"], ["encrypted_password", "$2a$04$.3thInbQscnA3kqETOJGyusCH6Scuy0mwVPrQt014bVobcvrEryWO"], ["created_at", "2017-09-17 20:09:54.042938"], ["updated_at", "2017-09-17 20:09:54.042938"], ["name", "Pink Gerlach"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nolan.schmidt@schneider.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nolan.schmidt@schneider.net"], ["encrypted_password", "$2a$04$RyVXrXjTATO/qlRi8VSBReQvrpaRcPkbbKA/njb1Yw103Bl8i2.Oy"], ["created_at", "2017-09-17 20:09:54.050354"], ["updated_at", "2017-09-17 20:09:54.050354"], ["name", "Eldred Runolfsson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dr. Isabella Green", "description"=>"Quam tempore nisi nesciunt. Quae consequatur ullam eius tempore. Doloremque illo aut nemo quae suscipit optio. Quia quasi est est nesciunt temporibus nostrum rerum.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Last Enemy", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Last Enemy"], ["description", "Quam tempore nisi nesciunt. Quae consequatur ullam eius tempore. Doloremque illo aut nemo quae suscipit optio. Quia quasi est est nesciunt temporibus nostrum rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Isabella Green"], ["created_at", "2017-09-17 20:09:54.067519"], ["updated_at", "2017-09-17 20:09:54.067519"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.2ms)  SELECT COUNT(*) FROM "books"
 (1.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "patrick.kilback@mertzlemke.org"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "patrick.kilback@mertzlemke.org"], ["encrypted_password", "$2a$04$/vsfeoD43NlH3nL1iTWxYOjLuS8mK8QVUzkrdDiSBO/20ofK3F/yK"], ["created_at", "2017-09-17 20:09:54.084207"], ["updated_at", "2017-09-17 20:09:54.084207"], ["name", "Dr. Carissa Hettinger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arvid@littel.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "arvid@littel.info"], ["encrypted_password", "$2a$04$vD1rhWi9O260FlEvLzh0Rue6uvINClT6k/v589wCPRMJeTy6zWdJW"], ["created_at", "2017-09-17 20:09:54.091295"], ["updated_at", "2017-09-17 20:09:54.091295"], ["name", "Shanon Schmidt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Phoebe Price", "description"=>"Repellat nihil consequatur expedita vel adipisci ab dolor. Quis quia hic voluptatum ducimus adipisci recusandae. Velit officiis recusandae eum voluptatem. Consequatur doloribus qui aut sit.", "image"=>"http://lorempixel.com/200/200", "name"=>"Dying of the Light", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dying of the Light"], ["description", "Repellat nihil consequatur expedita vel adipisci ab dolor. Quis quia hic voluptatum ducimus adipisci recusandae. Velit officiis recusandae eum voluptatem. Consequatur doloribus qui aut sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Phoebe Price"], ["created_at", "2017-09-17 20:09:54.097592"], ["updated_at", "2017-09-17 20:09:54.097592"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (1.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "annamarie@hahntoy.com"], ["LIMIT", 1]]
SQL (1.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "annamarie@hahntoy.com"], ["encrypted_password", "$2a$04$BYSxCd9X1Th6ixhkTxYzPu9uDj3csEwAASNG0DLpHyapezNSKdQW2"], ["created_at", "2017-09-17 20:09:54.115335"], ["updated_at", "2017-09-17 20:09:54.115335"], ["name", "Jamaal Boyle"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aubree.stehr@durganmante.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aubree.stehr@durganmante.net"], ["encrypted_password", "$2a$04$Ja8CmEFH.c9Ow36CvyZ7R.YR9eoUk9f0LO0K8FsUyS0W.Ep0YHCDG"], ["created_at", "2017-09-17 20:09:54.122074"], ["updated_at", "2017-09-17 20:09:54.122074"], ["name", "Audreanne Pouros"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Bailey Sawayn", "description"=>"A odit officia error. Nobis voluptates odio veritatis esse. Maiores dolores in id aut iste.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (1.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anais@mcglynnhuel.io"], ["LIMIT", 1]]
SQL (1.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "anais@mcglynnhuel.io"], ["encrypted_password", "$2a$04$k/5pJsOZUMhMOYy7kWBFeOW9mRsHrfPN4IY0yfLU9xt7JVKaNjn3y"], ["created_at", "2017-09-17 20:09:54.144088"], ["updated_at", "2017-09-17 20:09:54.144088"], ["name", "Paolo Stehr"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "immanuel.daniel@wyman.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "immanuel.daniel@wyman.org"], ["encrypted_password", "$2a$04$bMOBCM4YOHLgeEf4wI4ms.hCDtcf.wtjmxeTiyac9YsJ/NepQSMMS"], ["created_at", "2017-09-17 20:09:54.150719"], ["updated_at", "2017-09-17 20:09:54.150719"], ["name", "Dr. Gilbert Rodriguez"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Far-Distant Oxus"], ["description", "Sunt nostrum ut sed. Sit aut et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Marcia O'Reilly PhD"], ["created_at", "2017-09-17 20:09:54.153523"], ["updated_at", "2017-09-17 20:09:54.153523"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.3ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 20:09:54.160445"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 6ms (ActiveRecord: 0.8ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (1.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ola@damore.org"], ["LIMIT", 1]]
SQL (1.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ola@damore.org"], ["encrypted_password", "$2a$04$2.SsXvq9KrTT0uW4oHjBGu0guyM4rR6LwNZsqvxCF6ZQK568EHeyu"], ["created_at", "2017-09-17 20:09:54.177471"], ["updated_at", "2017-09-17 20:09:54.177471"], ["name", "Angeline Paucek"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arno_stroman@skileszboncak.com"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "arno_stroman@skileszboncak.com"], ["encrypted_password", "$2a$04$y2THwgMt5qp/8DJi8//he.s/jY5N/1Zhbz1hWBUGbkvUxdK0AILae"], ["created_at", "2017-09-17 20:09:54.184621"], ["updated_at", "2017-09-17 20:09:54.184621"], ["name", "Clotilde Hills"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Surprised by Joy"], ["description", "Ratione et molestiae. Ut dolores esse exercitationem veniam id quasi velit. Ab et aspernatur natus nobis dicta quo velit. Sed sit rerum et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Jasper Barrows"], ["created_at", "2017-09-17 20:09:54.188123"], ["updated_at", "2017-09-17 20:09:54.188123"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Ms. Jasper Barrows", "description"=>"Ratione et molestiae. Ut dolores esse exercitationem veniam id quasi velit. Ab et aspernatur natus nobis dicta quo velit. Sed sit rerum et.", "image"=>"http://lorempixel.com/200/200", "name"=>"Surprised by Joy", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (1.8ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marquise@damore.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marquise@damore.co"], ["encrypted_password", "$2a$04$RS19/QLEoZuhEsxL9n4IoO9pMIFY95/Wm8jUjkAutTXtauSt8Uin2"], ["created_at", "2017-09-17 20:09:54.210209"], ["updated_at", "2017-09-17 20:09:54.210209"], ["name", "Lucas Fritsch"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aleen@schaden.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aleen@schaden.org"], ["encrypted_password", "$2a$04$.EtivRpWA8Mzjsv7FMQZLuPMVHDSn7CcyjS8Xhmg3cuOqrreBEI.q"], ["created_at", "2017-09-17 20:09:54.215520"], ["updated_at", "2017-09-17 20:09:54.215520"], ["name", "Loraine Jast"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Many-Splendoured Thing"], ["description", "Et laudantium omnis quasi alias. Nobis et soluta explicabo. Doloremque quia laboriosam deserunt. Et amet nihil explicabo ex quas sint fugit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Adah Thiel"], ["created_at", "2017-09-17 20:09:54.217641"], ["updated_at", "2017-09-17 20:09:54.217641"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Sonya Volkman", "description"=>"Incidunt quod placeat enim provident.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "corrine@gusikowski.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "corrine@gusikowski.org"], ["encrypted_password", "$2a$04$LO1lE0S8cSjd/3zi7doO7uHCg6SZktEtSbzp5wTluYC2f8r3WI/dK"], ["created_at", "2017-09-17 20:09:54.233376"], ["updated_at", "2017-09-17 20:09:54.233376"], ["name", "Jaylon Kerluke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "birdie@prohaskaharvey.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "birdie@prohaskaharvey.com"], ["encrypted_password", "$2a$04$pYNXiKx5.KvWDXKGKRozn.jTvpUq8UWIafLKPnSQLsNHw.qjTsPsa"], ["created_at", "2017-09-17 20:09:54.238971"], ["updated_at", "2017-09-17 20:09:54.238971"], ["name", "Kurtis Herzog II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Specimen Days"], ["description", "Non quia ullam. Aliquid consequatur perspiciatis qui ipsum omnis repellat. Quis ipsam optio minima quaerat. Praesentium in neque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Eulah Kohler"], ["created_at", "2017-09-17 20:09:54.242114"], ["updated_at", "2017-09-17 20:09:54.242114"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garret.rowe@mannpadberg.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "garret.rowe@mannpadberg.com"], ["encrypted_password", "$2a$04$zq7V9t2KaClnzLVFGliareBVBJnePnpP1gHObZMzoWAgPh8zkI8qa"], ["created_at", "2017-09-17 20:09:54.257724"], ["updated_at", "2017-09-17 20:09:54.257724"], ["name", "Arnulfo Hoeger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rylee_dibbert@stark.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rylee_dibbert@stark.net"], ["encrypted_password", "$2a$04$qXIFiCOb32K0T6G.bpSWuOCX0.25R6yd7ivM36OmI/YkFR4oLnZd6"], ["created_at", "2017-09-17 20:09:54.264244"], ["updated_at", "2017-09-17 20:09:54.264244"], ["name", "Hannah Jakubowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "An Acceptable Time"], ["description", "Voluptas quae dolorem delectus non nihil voluptate inventore. Omnis ex totam ad consequatur et incidunt eum. Quae minus rem officiis cumque fuga. Beatae eum non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Irma Bogisich Jr."], ["created_at", "2017-09-17 20:09:54.266588"], ["updated_at", "2017-09-17 20:09:54.266588"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  DELETE FROM "books" WHERE "books"."id" = ?  [["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (111.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (132.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (97.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "edwin_leannon@hilll.io"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "edwin_leannon@hilll.io"], ["encrypted_password", "$2a$04$CbF4oqp.Gkarxtlv9/ZlPOkQCBdrTPbvX4hz14s8fhy/sm6IYbB7."], ["created_at", "2017-09-17 20:10:23.916007"], ["updated_at", "2017-09-17 20:10:23.916007"], ["name", "Ed Feest IV"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jazmin.powlowski@zemlak.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jazmin.powlowski@zemlak.name"], ["encrypted_password", "$2a$04$jRqWjvhntMsxugSApVlcGOOc/x.zniTSjVRr0QXcw/s6SrLuB.1ny"], ["created_at", "2017-09-17 20:10:23.922049"], ["updated_at", "2017-09-17 20:10:23.922049"], ["name", "Mrs. Herman Hilll"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The House of Mirth"], ["description", "Repudiandae placeat eligendi. Et et molestiae repellendus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Orpha Volkman"], ["created_at", "2017-09-17 20:10:23.941385"], ["updated_at", "2017-09-17 20:10:23.941385"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 14ms (Views: 5.5ms | ActiveRecord: 0.5ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosanna@wizacormier.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rosanna@wizacormier.net"], ["encrypted_password", "$2a$04$SRTB4xaiqOp965QakcsJLu.R2tmhkdPl2ZO3UocBcFlXSp/idCjBO"], ["created_at", "2017-09-17 20:10:23.970442"], ["updated_at", "2017-09-17 20:10:23.970442"], ["name", "Lora Champlin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "friedrich.daniel@larkinruecker.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "friedrich.daniel@larkinruecker.name"], ["encrypted_password", "$2a$04$qQR85WC8CTS.4XcMizkAvOoaU8ZFY7EihWAGZzPTEswCdCsxpCZaa"], ["created_at", "2017-09-17 20:10:23.976120"], ["updated_at", "2017-09-17 20:10:23.976120"], ["name", "Mr. Janae Johnson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Let Us Now Praise Famous Men"], ["description", "Quam consequatur nisi ut totam ea. Voluptatem esse voluptatem iste quo alias et perspiciatis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bernice Tillman"], ["created_at", "2017-09-17 20:10:23.978492"], ["updated_at", "2017-09-17 20:10:23.978492"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaeden@oharastroman.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jaeden@oharastroman.info"], ["encrypted_password", "$2a$04$UKMQeC/AENBeCPa2QXq9duruyDWDIeqqUaHIbgYZBpDYZsxsPOkkC"], ["created_at", "2017-09-17 20:10:23.996306"], ["updated_at", "2017-09-17 20:10:23.996306"], ["name", "Dr. Erna Ferry"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kelli@okeefethompson.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kelli@okeefethompson.com"], ["encrypted_password", "$2a$04$0kAY/WeGE3etsWJsF2iZ5e6f10EAScW6XEVEZOMu2rr5mCOA494MO"], ["created_at", "2017-09-17 20:10:24.001417"], ["updated_at", "2017-09-17 20:10:24.001417"], ["name", "Chandler Rogahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.1ms)

 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rebeka@hintz.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rebeka@hintz.info"], ["encrypted_password", "$2a$04$bpqWF7n.Vm75GokCdIEBceWjXBcmrI4LD4LMo5GxZysUzE0rvSpCC"], ["created_at", "2017-09-17 20:10:24.018880"], ["updated_at", "2017-09-17 20:10:24.018880"], ["name", "Lue Nader"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marquise@von.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marquise@von.org"], ["encrypted_password", "$2a$04$HThNhQt.0/vmcWyjF.t6metsbr6HwEu.KzDJpbzQRyhK04mFC9.5y"], ["created_at", "2017-09-17 20:10:24.023838"], ["updated_at", "2017-09-17 20:10:24.023838"], ["name", "Dr. Davin Rolfson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "If I Forget Thee Jerusalem"], ["description", "Aut ea minus quasi. Deserunt sint et porro."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Eriberto Franecki"], ["created_at", "2017-09-17 20:10:24.025737"], ["updated_at", "2017-09-17 20:10:24.025737"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "uriah@walker.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "uriah@walker.net"], ["encrypted_password", "$2a$04$LbSuB.DEzInKfUUMmFplpOYz4N6mmrXLwRrBV9/.xg0Jbw3zkI12q"], ["created_at", "2017-09-17 20:10:24.040415"], ["updated_at", "2017-09-17 20:10:24.040415"], ["name", "Travis Jast"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maynard.schumm@bogisich.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maynard.schumm@bogisich.io"], ["encrypted_password", "$2a$04$1xsI2ZKE/rlboUVZR45MCePtDKcAScKgZVeUkTJxN1IdGa8zLq8Xa"], ["created_at", "2017-09-17 20:10:24.045040"], ["updated_at", "2017-09-17 20:10:24.045040"], ["name", "Libbie Stroman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dahlia Emard", "description"=>"Labore sed et placeat praesentium. Vel dolorem necessitatibus corrupti et et sed.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Moving Toyshop", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moving Toyshop"], ["description", "Labore sed et placeat praesentium. Vel dolorem necessitatibus corrupti et et sed."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dahlia Emard"], ["created_at", "2017-09-17 20:10:24.057477"], ["updated_at", "2017-09-17 20:10:24.057477"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hayden.mckenzie@robel.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hayden.mckenzie@robel.net"], ["encrypted_password", "$2a$04$jFXRcBjr4lhdgWOmw0kLPedqkiZX1FSX3WrMA769T40M4ymIAqx5G"], ["created_at", "2017-09-17 20:10:24.071414"], ["updated_at", "2017-09-17 20:10:24.071414"], ["name", "Kristina Blanda"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "michele@abernathy.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "michele@abernathy.name"], ["encrypted_password", "$2a$04$hzyI3mURLiDKQ8nqWBrs5eunJLKGeNLBKjnFxAQjyFkIt4tjE2w5O"], ["created_at", "2017-09-17 20:10:24.076234"], ["updated_at", "2017-09-17 20:10:24.076234"], ["name", "Adolf Reilly"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dan Wehner", "description"=>"Dolor quae delectus voluptatem facere voluptatem temporibus. Saepe aut dolorem est culpa expedita.", "image"=>"http://lorempixel.com/200/200", "name"=>"A Time of Gifts", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Time of Gifts"], ["description", "Dolor quae delectus voluptatem facere voluptatem temporibus. Saepe aut dolorem est culpa expedita."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dan Wehner"], ["created_at", "2017-09-17 20:10:24.080492"], ["updated_at", "2017-09-17 20:10:24.080492"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "miouri.mcclure@abbottnikolaus.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "miouri.mcclure@abbottnikolaus.co"], ["encrypted_password", "$2a$04$NXRDEjjlRqVUqEvVY.Qf1OzgY2lL/1X2gwkZeEMPcWqQYTGwUJ1a2"], ["created_at", "2017-09-17 20:10:24.094070"], ["updated_at", "2017-09-17 20:10:24.094070"], ["name", "Jerrold Lynch Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maxie_waelchi@strackeokuneva.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maxie_waelchi@strackeokuneva.org"], ["encrypted_password", "$2a$04$dOKhJ33rxroPfUcFfW6EEeySWEQ7SwF5vrs5RZO.618QLGlx9HuVm"], ["created_at", "2017-09-17 20:10:24.099031"], ["updated_at", "2017-09-17 20:10:24.099031"], ["name", "Elvera Durgan Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Hoyt Rau III", "description"=>"Nihil totam adipisci distinctio quas et est voluptatem. Et perspiciatis iure doloribus soluta qui non omnis. Maiores esse aut blanditiis nostrum voluptatem.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pierre_lind@kingfeeney.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "pierre_lind@kingfeeney.name"], ["encrypted_password", "$2a$04$ceTgQoueGlSMcGU3HJDdIe53887sR7eEGO3g8EsKzJBYvqEJPdOPC"], ["created_at", "2017-09-17 20:10:24.114155"], ["updated_at", "2017-09-17 20:10:24.114155"], ["name", "Stephany Simonis"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tyrell.pagac@kihnkemmer.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tyrell.pagac@kihnkemmer.name"], ["encrypted_password", "$2a$04$NE2Dpt4.DwV8.qdS6S0aQOrz4MZw8pqprkTKZ3ai3ebgzfgcffX/G"], ["created_at", "2017-09-17 20:10:24.118820"], ["updated_at", "2017-09-17 20:10:24.118820"], ["name", "Jenifer Abernathy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blithe Spirit"], ["description", "Ea qui reiciendis quo. Ex quia a non. Nesciunt quasi eos et aut sed qui necessitatibus. A id aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ettie Kunde V"], ["created_at", "2017-09-17 20:10:24.121048"], ["updated_at", "2017-09-17 20:10:24.121048"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 20:10:24.125755"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nella@breitenberg.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nella@breitenberg.com"], ["encrypted_password", "$2a$04$WTUoHBD788fzbxg8VtvX7.Qx1/Tl79Mef8MxjR4NiZriHisS6E.oC"], ["created_at", "2017-09-17 20:10:24.138008"], ["updated_at", "2017-09-17 20:10:24.138008"], ["name", "Elijah Breitenberg"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brianne@gibson.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brianne@gibson.io"], ["encrypted_password", "$2a$04$Ltxyg2Qxqb6eMXesoBep8.tfP4NJ0CuqKZ2SffvyftGxxEh1NzkFG"], ["created_at", "2017-09-17 20:10:24.142826"], ["updated_at", "2017-09-17 20:10:24.142826"], ["name", "Kirstin Bernier"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moving Toyshop"], ["description", "Qui aperiam dicta quo est et consequatur. Quia ad voluptatibus sint molestiae odio assumenda quo. Voluptatem sint culpa."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lesley Kub"], ["created_at", "2017-09-17 20:10:24.144700"], ["updated_at", "2017-09-17 20:10:24.144700"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Lesley Kub", "description"=>"Qui aperiam dicta quo est et consequatur. Quia ad voluptatibus sint molestiae odio assumenda quo. Voluptatem sint culpa.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Moving Toyshop", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "louvenia@rodriguez.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "louvenia@rodriguez.com"], ["encrypted_password", "$2a$04$Y3U/n6mGBmeqiZKPFO5rjelAoB.0OjJm0ukGzdmA0DdMTNQFIS51C"], ["created_at", "2017-09-17 20:10:24.161823"], ["updated_at", "2017-09-17 20:10:24.161823"], ["name", "Marge Mayert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kelton.reynolds@labadie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kelton.reynolds@labadie.co"], ["encrypted_password", "$2a$04$zfn2E3X32j4tMmVql/5oGu7wJT/r5hunNDHaV5pi/fqGODvnVM5Wa"], ["created_at", "2017-09-17 20:10:24.166655"], ["updated_at", "2017-09-17 20:10:24.166655"], ["name", "Michaela Daniel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Line of Beauty"], ["description", "Placeat architecto qui et dolor sed ducimus. At veritatis consequatur. Veritatis est dolore voluptas et repellat. Dicta assumenda officia non et et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Juana Oberbrunner"], ["created_at", "2017-09-17 20:10:24.169229"], ["updated_at", "2017-09-17 20:10:24.169229"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Reggie Daniel", "description"=>"Placeat reprehenderit vitae.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aleandra@champlin.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aleandra@champlin.com"], ["encrypted_password", "$2a$04$sn7oPRtUGqnEaYNMf.HQUuIN/IXOx81IQ9KDUrXheU6BymPCwQf5a"], ["created_at", "2017-09-17 20:10:24.185760"], ["updated_at", "2017-09-17 20:10:24.185760"], ["name", "Dewitt Quitzon"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ryann@medhurstmedhurst.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ryann@medhurstmedhurst.info"], ["encrypted_password", "$2a$04$kBMqE6.8qpAwV1ZEWwcDA.oWDyoZOk1UDlDZ4UYzP6KRfZHLPd2Oe"], ["created_at", "2017-09-17 20:10:24.191805"], ["updated_at", "2017-09-17 20:10:24.191805"], ["name", "Rene Hickle"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Françoise Sagan"], ["description", "Ratione repellendus corrupti nam. Ullam nisi distinctio. Quod minima et ut pariatur. Natus enim et iure repudiandae ipsum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gunnar Cummings DVM"], ["created_at", "2017-09-17 20:10:24.193954"], ["updated_at", "2017-09-17 20:10:24.193954"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:10:24.198593"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aryanna@miller.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aryanna@miller.io"], ["encrypted_password", "$2a$04$BVs2cgG00tvT8i32iKXwM.1e/ooNL3uT6cwmfgl/4/Xb5VoFvTp6G"], ["created_at", "2017-09-17 20:10:24.209374"], ["updated_at", "2017-09-17 20:10:24.209374"], ["name", "Caleigh Donnelly"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "billie@champlin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "billie@champlin.co"], ["encrypted_password", "$2a$04$hwNiMg.gBSSIwhBE2MYJR.NLyu4BHsbc3T2O227EN8fzl0qJ5cDVi"], ["created_at", "2017-09-17 20:10:24.215969"], ["updated_at", "2017-09-17 20:10:24.215969"], ["name", "Krystina Koelpin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "A Summer Bird-Cage"], ["description", "Sapiente nam ipsum. Odit dolor quod. Assumenda ea aliquid expedita itaque quisquam vero."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gaylord Kozey"], ["created_at", "2017-09-17 20:10:24.217906"], ["updated_at", "2017-09-17 20:10:24.217906"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:10:24.221604"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.9ms)  DELETE FROM "ar_internal_metadata";
 (0.7ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 17:11:30 -0300 Processing by BooksController#index as HTML Completed 401 Unauthorized in 11ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (112.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (109.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "irving_kerluke@schinner.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "irving_kerluke@schinner.org"], ["encrypted_password", "$2a$04$EG1MEcYty6/gGfGGcT22aeoXeJW5dSJMVWdJD6QqLvwG0WVBHn67m"], ["created_at", "2017-09-17 20:12:03.737297"], ["updated_at", "2017-09-17 20:12:03.737297"], ["name", "Alex Gutmann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 17:12:03 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 20:12:03.747134"], ["last_sign_in_at", "2017-09-17 20:12:03.747134"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 20:12:03.747672"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT "books".* FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
Rendered books/index.html.erb within layouts/application (2.7ms)
Rendered layouts/shared/_header.html.erb (0.5ms)

Completed 200 OK in 3604ms (Views: 3595.7ms | ActiveRecord: 0.7ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (149.2ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (73.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (100.8ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (109.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (133.0ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.2ms)  PRAGMA foreign_keys = OFF
 (95.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering books/new.html.erb
Rendered books/_form.html.erb (41.9ms)
Rendered books/new.html.erb (52.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (91.1ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.4ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (70.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (101.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (97.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (225.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (86.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (100.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering books/new.html.erb
Rendered books/_form.html.erb (29.3ms)
Rendered books/new.html.erb (36.8ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (95.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (97.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (103.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (121.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (100.5ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "scarlett.grant@ward.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "scarlett.grant@ward.info"], ["encrypted_password", "$2a$04$6rIQUvkX5R4/HjgVMwY7ueyxs81MkuIwLfzm4t8HvQyuqpo7O1BIG"], ["created_at", "2017-09-17 20:15:13.316912"], ["updated_at", "2017-09-17 20:15:13.316912"], ["name", "Nyasia Wuckert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Time of our Darkness"], ["description", "Omnis delectus aut soluta enim aliquam. Sunt quibusdam non iure facilis. Iure corporis tempore accusantium distinctio vitae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ivah Wisoky"], ["created_at", "2017-09-17 20:15:13.330162"], ["updated_at", "2017-09-17 20:15:13.330162"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (27.6ms)
Rendered books/edit.html.erb (34.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (109.0ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (120.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (134.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (97.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.5ms)
Rendered books/new.html.erb (5.1ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (81.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (103.6ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (120.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "liana@kaulkegibson.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "liana@kaulkegibson.com"], ["encrypted_password", "$2a$04$0HIsDkGuJvpVg/ZR28I35eQRRQ5jYZDsTRJ6mqZLnVaihPEUFpuv6"], ["created_at", "2017-09-17 20:16:29.210397"], ["updated_at", "2017-09-17 20:16:29.210397"], ["name", "Mrs. Adelia Raynor"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vile Bodies"], ["description", "Temporibus animi quos fugiat qui. Voluptatem sequi excepturi. In dolore eos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maegan Zemlak II"], ["created_at", "2017-09-17 20:16:29.223665"], ["updated_at", "2017-09-17 20:16:29.223665"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (29.3ms)
Rendered books/edit.html.erb (36.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (135.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (114.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.6ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (220.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "thea_cummings@kaulkepaucek.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "thea_cummings@kaulkepaucek.info"], ["encrypted_password", "$2a$04$EwrhYleR.bA0WfmU7TLtbOCZrE.cRXnjvh0g4Mw3PcGxLnRfEoojG"], ["created_at", "2017-09-17 20:16:30.068438"], ["updated_at", "2017-09-17 20:16:30.068438"], ["name", "Ciara Shanahan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Sun Also Rises"], ["description", "Accusantium aut occaecati veniam consequatur. Ut dolore veniam alias et blanditiis tempora tempore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Gino Jacobi"], ["created_at", "2017-09-17 20:16:30.070834"], ["updated_at", "2017-09-17 20:16:30.070834"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.6ms)
Rendered books/new.html.erb (5.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (100.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (65.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.2ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (101.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (98.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jamel_cummings@jacobs.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jamel_cummings@jacobs.info"], ["encrypted_password", "$2a$04$VuMlIdsM1NdmswDnTCT0MOpUOiTamF6/drg4dB2QGfpsbh237Og5e"], ["created_at", "2017-09-17 20:17:15.216839"], ["updated_at", "2017-09-17 20:17:15.216839"], ["name", "Alan Murphy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The World, the Flesh and the Devil"], ["description", "Sequi quod consequatur esse error necessitatibus. Quia placeat voluptatem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kelley Nicolas"], ["created_at", "2017-09-17 20:17:15.229920"], ["updated_at", "2017-09-17 20:17:15.229920"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (27.9ms)
Rendered books/edit.html.erb (35.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (122.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (110.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (113.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.8ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.3ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.2ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (117.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.2ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (127.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (64.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.1ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brendan.reynolds@nikolausondricka.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brendan.reynolds@nikolausondricka.org"], ["encrypted_password", "$2a$04$h7pNSunAAPad0fDPeNEkAewKuI3QebX5CZV.LfnMygb6iMiMbx30y"], ["created_at", "2017-09-17 20:17:52.039521"], ["updated_at", "2017-09-17 20:17:52.039521"], ["name", "Reginald Cartwright"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (27.6ms)
Rendered books/new.html.erb (34.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (61.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (152.7ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (65.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hope@kilbacklangworth.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hope@kilbacklangworth.io"], ["encrypted_password", "$2a$04$9wLQc1XdGHJ20C.uWobBSuMZqe31Jo117EO/T6eoGTqy9WD6vfob2"], ["created_at", "2017-09-17 20:19:27.875017"], ["updated_at", "2017-09-17 20:19:27.875017"], ["name", "Odessa Lindgren"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (146.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (108.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "donavon.reichert@schaefer.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "donavon.reichert@schaefer.org"], ["encrypted_password", "$2a$04$SZwlbo9766xPX6IXTFSPl.5AkIVeCfTTNHbjjRUWQYmMI5OStOO7a"], ["created_at", "2017-09-17 20:20:11.440380"], ["updated_at", "2017-09-17 20:20:11.440380"], ["name", "Ralph Schiller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:20:11.453806"], ["updated_at", "2017-09-17 20:20:11.453806"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:20:11.455559"], ["updated_at", "2017-09-17 20:20:11.455559"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (136.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jenifer@buckridgeziemann.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jenifer@buckridgeziemann.biz"], ["encrypted_password", "$2a$04$IH5p4Butz2lJ.j1D2E7vpuLkqc2/dnT6b3KT0ovXH5YF0XNON.hvq"], ["created_at", "2017-09-17 20:20:55.287774"], ["updated_at", "2017-09-17 20:20:55.287774"], ["name", "Jacynthe Lubowitz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:20:55.301081"], ["updated_at", "2017-09-17 20:20:55.301081"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:20:55.302598"], ["updated_at", "2017-09-17 20:20:55.302598"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.8ms)
Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (132.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reece_quigley@armstrongwiegand.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "reece_quigley@armstrongwiegand.co"], ["encrypted_password", "$2a$04$MtU3633gDkFbX6iKkzsGdeGfxXfWSwQof7mP2B01iVevap3F1w0Je"], ["created_at", "2017-09-17 20:21:19.960185"], ["updated_at", "2017-09-17 20:21:19.960185"], ["name", "Jordy Bins III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:21:19.973629"], ["updated_at", "2017-09-17 20:21:19.973629"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:21:19.975321"], ["updated_at", "2017-09-17 20:21:19.975321"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (113.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (99.1ms)  DELETE FROM "users";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (97.7ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lavonne@weimann.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lavonne@weimann.com"], ["encrypted_password", "$2a$04$EV4JIal7PcRttLO8mtQVheJGABIEgQEKDfkG0MjcoIN3yRwm/mH/u"], ["created_at", "2017-09-17 20:21:58.794830"], ["updated_at", "2017-09-17 20:21:58.794830"], ["name", "Abelardo Strosin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:21:58.807998"], ["updated_at", "2017-09-17 20:21:58.807998"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:21:58.809550"], ["updated_at", "2017-09-17 20:21:58.809550"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (96.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (65.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ed@kriswolf.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ed@kriswolf.net"], ["encrypted_password", "$2a$04$LRpuYuqphDL/NEXWFhQFnu2SBKA0BQhrrwt.pAOWFpsmbPRB25WaK"], ["created_at", "2017-09-17 20:22:21.805776"], ["updated_at", "2017-09-17 20:22:21.805776"], ["name", "Terrance Hermann DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:22:21.819367"], ["updated_at", "2017-09-17 20:22:21.819367"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:22:21.820870"], ["updated_at", "2017-09-17 20:22:21.820870"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (2.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (138.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (73.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (525.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shayne.murphy@kautzer.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "shayne.murphy@kautzer.info"], ["encrypted_password", "$2a$04$zbtA4yDEb66Ska5USyQOnO3yQOuSi9yeQ8s8doWArpKdZbrqSLTC2"], ["created_at", "2017-09-17 20:22:48.963866"], ["updated_at", "2017-09-17 20:22:48.963866"], ["name", "Miss Haven Lindgren"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:22:48.977220"], ["updated_at", "2017-09-17 20:22:48.977220"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:22:48.978707"], ["updated_at", "2017-09-17 20:22:48.978707"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (129.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.6ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "richie_fisher@hills.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "richie_fisher@hills.com"], ["encrypted_password", "$2a$04$tRCvnklTD3rXod33iqiVlOALXh3DSyTc7V8b3hIIljPZcFRz7t9EG"], ["created_at", "2017-09-17 20:23:26.250985"], ["updated_at", "2017-09-17 20:23:26.250985"], ["name", "Ford Parker"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.264611"], ["updated_at", "2017-09-17 20:23:26.264611"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.266414"], ["updated_at", "2017-09-17 20:23:26.266414"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.273606"], ["updated_at", "2017-09-17 20:23:26.273606"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.275147"], ["updated_at", "2017-09-17 20:23:26.275147"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.276301"], ["updated_at", "2017-09-17 20:23:26.276301"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.277386"], ["updated_at", "2017-09-17 20:23:26.277386"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.278459"], ["updated_at", "2017-09-17 20:23:26.278459"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.279578"], ["updated_at", "2017-09-17 20:23:26.279578"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.280644"], ["updated_at", "2017-09-17 20:23:26.280644"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:23:26.281946"], ["updated_at", "2017-09-17 20:23:26.281946"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (5.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (100.8ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (75.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marianne.jacobs@lueilwitzpfannerstill.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marianne.jacobs@lueilwitzpfannerstill.org"], ["encrypted_password", "$2a$04$AcaOba1YxywX81Uyb51EOu375jS9PVy.jAzQyYu6dpNOLK3fW3mq2"], ["created_at", "2017-09-17 20:24:06.394894"], ["updated_at", "2017-09-17 20:24:06.394894"], ["name", "Bud Collins"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:24:06.408977"], ["updated_at", "2017-09-17 20:24:06.408977"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (113.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maiya@mueller.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "maiya@mueller.info"], ["encrypted_password", "$2a$04$p5EzqLs2bWi3CuoIbIqS8ekt9Xl47L0sG3oCD3PCKRvckmpM/RUvO"], ["created_at", "2017-09-17 20:24:22.091779"], ["updated_at", "2017-09-17 20:24:22.091779"], ["name", "Judd Mayer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:24:22.105224"], ["updated_at", "2017-09-17 20:24:22.105224"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:24:22.106709"], ["updated_at", "2017-09-17 20:24:22.106709"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.7ms)
 (0.3ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (213.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (78.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jayde@collier.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jayde@collier.biz"], ["encrypted_password", "$2a$04$1TIq3f4qXJIaI1tJWd4JuOZ.epaSMwvfmjKdP8IqHzXOkhxJoZndG"], ["created_at", "2017-09-17 20:24:40.405029"], ["updated_at", "2017-09-17 20:24:40.405029"], ["name", "Fay Abshire"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:24:40.417997"], ["updated_at", "2017-09-17 20:24:40.417997"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:24:40.419599"], ["updated_at", "2017-09-17 20:24:40.419599"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (173.8ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.7ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (75.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gerson_hoppe@rohancorkery.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gerson_hoppe@rohancorkery.info"], ["encrypted_password", "$2a$04$gKbuUVp379972rnJ/zu9OuD7BOj4/KQ5Lcs3qhNA..E7utpyqLSr."], ["created_at", "2017-09-17 20:25:17.096998"], ["updated_at", "2017-09-17 20:25:17.096998"], ["name", "Lorenzo Gutkowski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:25:17.110557"], ["updated_at", "2017-09-17 20:25:17.110557"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:25:17.112281"], ["updated_at", "2017-09-17 20:25:17.112281"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (5.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (620.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marcus_daugherty@kutch.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marcus_daugherty@kutch.name"], ["encrypted_password", "$2a$04$CiEGKRrWxBTOuRovLJ5jQOZMTsGEpnXL6eKsNkK4d3HPMw0yVfrWW"], ["created_at", "2017-09-17 20:26:19.782798"], ["updated_at", "2017-09-17 20:26:19.782798"], ["name", "Eden Oberbrunner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:26:19.796314"], ["updated_at", "2017-09-17 20:26:19.796314"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:26:19.797902"], ["updated_at", "2017-09-17 20:26:19.797902"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (120.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (77.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.2ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vickie_schulist@barton.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vickie_schulist@barton.net"], ["encrypted_password", "$2a$04$g9NabB9c1Gq8z/zuz26BZeO7iT5UGfSWy6zR6To.mYJtYWlgYt3oy"], ["created_at", "2017-09-17 20:26:48.773090"], ["updated_at", "2017-09-17 20:26:48.773090"], ["name", "Vickie Fritsch II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "erica_pfeffer@heller.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "erica_pfeffer@heller.net"], ["encrypted_password", "$2a$04$2YgZ2UfGlVklBdCzkyXjnO5IMd2.V5ZZ1J.QGyF43B17HR9w/2mHm"], ["created_at", "2017-09-17 20:26:48.777572"], ["updated_at", "2017-09-17 20:26:48.777572"], ["name", "Bell Emmerich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Beneath the Bleeding"], ["description", "Quia tenetur molestiae. Et aut rerum est non. Porro vel aperiam aut. Debitis eum enim rerum consequuntur praesentium libero."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Adrian Kshlerin"], ["created_at", "2017-09-17 20:26:48.786665"], ["updated_at", "2017-09-17 20:26:48.786665"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 3.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carter.rowe@brakus.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "carter.rowe@brakus.org"], ["encrypted_password", "$2a$04$FHu4sELzu5rg2u969e92Q.iOsbBbQK6GHD/y9MMqdzyqf0Wyj/3ri"], ["created_at", "2017-09-17 20:26:48.806328"], ["updated_at", "2017-09-17 20:26:48.806328"], ["name", "Silas Hackett"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "martine.greenfelder@pollichondricka.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "martine.greenfelder@pollichondricka.io"], ["encrypted_password", "$2a$04$hnRDcV0Lr2oVgCOZobnqSuHcHNMuh0V8Rb3E5ySOTS43LmFhZEfj6"], ["created_at", "2017-09-17 20:26:48.811314"], ["updated_at", "2017-09-17 20:26:48.811314"], ["name", "Ahmed Hirthe"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Glory and the Dream"], ["description", "Itaque repudiandae enim magni. Quasi eos laudantium saepe enim. Alias aut ratione omnis rerum. Est dolorum rerum inventore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alf Nolan"], ["created_at", "2017-09-17 20:26:48.812959"], ["updated_at", "2017-09-17 20:26:48.812959"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "christop@mullerschmeler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "christop@mullerschmeler.info"], ["encrypted_password", "$2a$04$wBdAYpU2Eh3zyPM.0V46W.t6keq1MvlDbN1SPKO1T5eP8eTMTxUDm"], ["created_at", "2017-09-17 20:26:48.827566"], ["updated_at", "2017-09-17 20:26:48.827566"], ["name", "Dejon Becker"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madeline_wilderman@mayert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "madeline_wilderman@mayert.net"], ["encrypted_password", "$2a$04$qknrTFmQjPPiykT86ZbApuPHeGTIz4rNPl3TFL.gn2spsvzMWq.Ra"], ["created_at", "2017-09-17 20:26:48.831928"], ["updated_at", "2017-09-17 20:26:48.831928"], ["name", "Baylee Hills"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanni_conroy@prohaska.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "giovanni_conroy@prohaska.com"], ["encrypted_password", "$2a$04$cS23p6GgYamRcKzOduX94.J/M8B4QeadidSBkTRCI.AJGVSlWq8A6"], ["created_at", "2017-09-17 20:26:48.844107"], ["updated_at", "2017-09-17 20:26:48.844107"], ["name", "Neha Casper PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eugene@marvintorp.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eugene@marvintorp.info"], ["encrypted_password", "$2a$04$JN9La7lFi4R.FscATpy3L.aVC0vEXDvrvRbacPuaXfQ7b0M1cbojq"], ["created_at", "2017-09-17 20:26:48.849504"], ["updated_at", "2017-09-17 20:26:48.849504"], ["name", "Nikko Pollich"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Golden Apples of the Sun"], ["description", "Modi voluptate voluptatem ut. Et eligendi harum. Officia accusamus labore amet distinctio nihil consequatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Michale Fay"], ["created_at", "2017-09-17 20:26:48.851199"], ["updated_at", "2017-09-17 20:26:48.851199"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jed@grant.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jed@grant.org"], ["encrypted_password", "$2a$04$tJDJ3kbWz3gISnA0iQzw6ObCa1kjy/Rmh2M6.HGdu0oM5r.xqYxzq"], ["created_at", "2017-09-17 20:26:48.863874"], ["updated_at", "2017-09-17 20:26:48.863874"], ["name", "Helga Purdy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "annie.gibson@gerholdstrosin.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "annie.gibson@gerholdstrosin.biz"], ["encrypted_password", "$2a$04$lKJzoyZmwWyir5AO15irHOEj6D.tGRfTDHaS/Fm6py.KmVfsCOUQq"], ["created_at", "2017-09-17 20:26:48.869095"], ["updated_at", "2017-09-17 20:26:48.869095"], ["name", "Stevie Halvorson Sr."], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Ciara Kulas", "description"=>"Provident est numquam. Delectus consectetur voluptates consequatur rerum esse consequatur. Quia officia vitae tempore dolores nam. Eius consequatur nobis adipisci.", "image"=>"http://lorempixel.com/200/200", "name"=>"Everything is Illuminated", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Everything is Illuminated"], ["description", "Provident est numquam. Delectus consectetur voluptates consequatur rerum esse consequatur. Quia officia vitae tempore dolores nam. Eius consequatur nobis adipisci."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ciara Kulas"], ["created_at", "2017-09-17 20:26:48.880108"], ["updated_at", "2017-09-17 20:26:48.880108"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gregoria@naderbalistreri.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gregoria@naderbalistreri.co"], ["encrypted_password", "$2a$04$.J98h3z/VOpFRJdoVMYu7ORZ9X9DYv.oAkvtDw3OFG0DvlfYZiBQm"], ["created_at", "2017-09-17 20:26:48.889901"], ["updated_at", "2017-09-17 20:26:48.889901"], ["name", "Mohammad Jacobson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "liana_predovic@marks.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "liana_predovic@marks.net"], ["encrypted_password", "$2a$04$/Js3SzJjCqRf06uAXt5rtu1HnQgnM8RNS.f4Pb5.A/HRrpNYLZPDu"], ["created_at", "2017-09-17 20:26:48.893935"], ["updated_at", "2017-09-17 20:26:48.893935"], ["name", "Viviane Ryan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dr. Frances Rippin", "description"=>"Dolor aut vel dolorum voluptate facere. Labore excepturi vel atque aperiam possimus dicta.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Mermaids Singing", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Mermaids Singing"], ["description", "Dolor aut vel dolorum voluptate facere. Labore excepturi vel atque aperiam possimus dicta."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Frances Rippin"], ["created_at", "2017-09-17 20:26:48.897600"], ["updated_at", "2017-09-17 20:26:48.897600"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "allen.corkery@hammes.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "allen.corkery@hammes.name"], ["encrypted_password", "$2a$04$ONHwBPPAHDvW2VbqZDOR7u/G0ISniw4RliuXBZNonOqcs4Aakb2vu"], ["created_at", "2017-09-17 20:26:48.909803"], ["updated_at", "2017-09-17 20:26:48.909803"], ["name", "Guiseppe King"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosalinda.spencer@konopelski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rosalinda.spencer@konopelski.co"], ["encrypted_password", "$2a$04$8gh/v0OvonHKHC8h9/IhXefIIlWlJKDc26RPoACvfWMfrt8O7Cv.W"], ["created_at", "2017-09-17 20:26:48.913881"], ["updated_at", "2017-09-17 20:26:48.913881"], ["name", "Roger Langworth"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Ivy Johnston", "description"=>"Fugit aut atque voluptatem. Voluptas est voluptatem. Neque velit numquam modi voluptate.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elmo@kris.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elmo@kris.net"], ["encrypted_password", "$2a$04$0.Drwx47iH/sdA.zmxIUpeCRxycywLSk5pXwGH9MXsbRE4d2vdZsi"], ["created_at", "2017-09-17 20:26:48.927373"], ["updated_at", "2017-09-17 20:26:48.927373"], ["name", "Morris Bins"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aleandro.dubuque@krajciksatterfield.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aleandro.dubuque@krajciksatterfield.biz"], ["encrypted_password", "$2a$04$DUUU1DyFJCtHG0D4XY3OM.pnWyrYMhL4k9o5zBGIlGJS.nMQ4pg.W"], ["created_at", "2017-09-17 20:26:48.931399"], ["updated_at", "2017-09-17 20:26:48.931399"], ["name", "Kyra Konopelski"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Specimen Days"], ["description", "Amet veritatis ipsa molestiae incidunt expedita. Quae cumque autem dolores voluptatibus unde consectetur. Excepturi illum enim fugiat eveniet accusantium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Judd Huel DVM"], ["created_at", "2017-09-17 20:26:48.933019"], ["updated_at", "2017-09-17 20:26:48.933019"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 20:26:48.936442"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "waylon@hahn.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "waylon@hahn.io"], ["encrypted_password", "$2a$04$/ya7s3vKjWybL0fcsQ21aeiu.yWGHccTeXox/qBeHIbwH8JRRRmFi"], ["created_at", "2017-09-17 20:26:48.948021"], ["updated_at", "2017-09-17 20:26:48.948021"], ["name", "Mavis Torp III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "prudence.beatty@howell.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "prudence.beatty@howell.com"], ["encrypted_password", "$2a$04$YcpZNHogO2NNv9dGVinJqu/pg8vRE6Ki2WmS32Uj29beP73XkuI5y"], ["created_at", "2017-09-17 20:26:48.952132"], ["updated_at", "2017-09-17 20:26:48.952132"], ["name", "Madalyn Fahey"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Little Hands Clapping"], ["description", "Alias explicabo quam. Molestiae perferendis commodi accusamus vel libero omnis. Recusandae sint non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alexandro Windler"], ["created_at", "2017-09-17 20:26:48.953721"], ["updated_at", "2017-09-17 20:26:48.953721"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Alexandro Windler", "description"=>"Alias explicabo quam. Molestiae perferendis commodi accusamus vel libero omnis. Recusandae sint non.", "image"=>"http://lorempixel.com/200/200", "name"=>"Little Hands Clapping", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ansley@fadel.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ansley@fadel.net"], ["encrypted_password", "$2a$04$OAmCn1DArXvOYgCtjvhtV.hoKziXiHt33nEuICfNPZFvoYfTk9tcK"], ["created_at", "2017-09-17 20:26:48.966923"], ["updated_at", "2017-09-17 20:26:48.966923"], ["name", "Haylie Nikolaus"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rudy_reynolds@schadenmcdermott.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rudy_reynolds@schadenmcdermott.com"], ["encrypted_password", "$2a$04$5JIFlmL6sgwvfCwOFm9dpesNYNHFNnE4CblOZkRs9I5XYVNjIZGXe"], ["created_at", "2017-09-17 20:26:48.971062"], ["updated_at", "2017-09-17 20:26:48.971062"], ["name", "Mrs. Royal Gleason"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nectar in a Sieve"], ["description", "Natus praesentium vel. Omnis et sed quaerat qui. Quia consequatur magni aperiam vel quod voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jarrell Waelchi"], ["created_at", "2017-09-17 20:26:48.972729"], ["updated_at", "2017-09-17 20:26:48.972729"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Lance Johnson", "description"=>"Doloremque nulla omnis non.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aleen_lemke@halvorson.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aleen_lemke@halvorson.com"], ["encrypted_password", "$2a$04$cmCRmWph14ZMKD4KVNIwauXRe0dQ6AjI0QR8iWkXdkGKCMunubooW"], ["created_at", "2017-09-17 20:26:48.987177"], ["updated_at", "2017-09-17 20:26:48.987177"], ["name", "Lilliana Wiegand"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "virginia@schimmel.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "virginia@schimmel.net"], ["encrypted_password", "$2a$04$IqzZaWEfRAWiDGRpPmrHIuVFbyXJ1821P.crakPjEgxpL1TO589uC"], ["created_at", "2017-09-17 20:26:48.991613"], ["updated_at", "2017-09-17 20:26:48.991613"], ["name", "Ellsworth West"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Way of All Flesh"], ["description", "Nulla quia tempora et. Sunt quia modi autem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maxine Considine"], ["created_at", "2017-09-17 20:26:48.993196"], ["updated_at", "2017-09-17 20:26:48.993196"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:26:48.996864"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "johathan_wyman@wisozkorn.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "johathan_wyman@wisozkorn.co"], ["encrypted_password", "$2a$04$amlschRkKihACBa8XTM0Beizk6o5gcWSclIVHEAn/9zTi4wqd2WUq"], ["created_at", "2017-09-17 20:26:49.006744"], ["updated_at", "2017-09-17 20:26:49.006744"], ["name", "Luigi Hamill"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "donald@ebert.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "donald@ebert.com"], ["encrypted_password", "$2a$04$kTthrcbRWqwQ.QHLIO6GZeaqDpz3EgZAwFQl.KLig5ftPCvvAzb76"], ["created_at", "2017-09-17 20:26:49.011191"], ["updated_at", "2017-09-17 20:26:49.011191"], ["name", "Mr. Adela Smith"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "To Sail Beyond the Sunset"], ["description", "Sequi quod quasi et ad et inventore sunt. Voluptas cum et vitae qui culpa placeat. Harum dignissimos qui quam eum deleniti."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Raul Mayer I"], ["created_at", "2017-09-17 20:26:49.013035"], ["updated_at", "2017-09-17 20:26:49.013035"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:26:49.016478"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.8ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.com"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lauryn@larkin.com"], ["encrypted_password", "$2a$04$JWYqTuzFpi0Crw17FnOWhu6JiusPL6078MsvbVVTdcnJvjZIk7Eum"], ["created_at", "2017-09-17 20:26:49.319301"], ["updated_at", "2017-09-17 20:26:49.319301"], ["name", "Faye Bartell"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$UHTzrEP5JMv4Vbdk3ioER.NSzcXGT3sfNQtj7iQvWdUi.7zMSQFA6"], ["created_at", "2017-09-17 20:26:49.327525"], ["updated_at", "2017-09-17 20:26:49.327525"], ["name", "Mrs. Conor Reynolds"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.5ms)

Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nestor@monahan.org"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nestor@monahan.org"], ["encrypted_password", "$2a$04$muWIGHLJUoGmV055wJ1.Ge6jX7CZwJ7T4QvdV1ndFX3Kji5pHKNvC"], ["created_at", "2017-09-17 20:26:49.348645"], ["updated_at", "2017-09-17 20:26:49.348645"], ["name", "Osbaldo Feest"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$16JoG9m7G0kimPRtQcZ7ce68tj3dHhpGppidD3nhlu5Vfb4FUm5k2"], ["created_at", "2017-09-17 20:26:49.353504"], ["updated_at", "2017-09-17 20:26:49.353504"], ["name", "Ophelia Marvin"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chester_johnston@powlowskiauer.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chester_johnston@powlowskiauer.name"], ["encrypted_password", "$2a$04$tGsdf7mljaL7DEFOI10zauP4UqZHfmuQV/OZ1ep7INbiVANEUa6XW"], ["created_at", "2017-09-17 20:26:49.365919"], ["updated_at", "2017-09-17 20:26:49.365919"], ["name", "Rebeca Schultz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lottie_schneider@larsontowne.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lottie_schneider@larsontowne.org"], ["encrypted_password", "$2a$04$NGUsQP7y9W7zO0cb5UTqHe4Q5YtP6c433A2QHdQiaeLaUTpBhyIYG"], ["created_at", "2017-09-17 20:26:49.379485"], ["updated_at", "2017-09-17 20:26:49.379485"], ["name", "Hershel Botsford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$QDG9eWk3jCYjxabcdSGLaeQHz8hcUYQ8fOfpbHb0fuofJ5H.7m4pS"], ["created_at", "2017-09-17 20:26:49.383123"], ["updated_at", "2017-09-17 20:26:49.383123"], ["name", "Gideon Cummings"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.5ms)

Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zackery_huels@corkerywintheiser.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zackery_huels@corkerywintheiser.co"], ["encrypted_password", "$2a$04$S7LDgTWfhxFACkFs2f6wTuQQLLf/b0tIvo9zeDnQ.Vv/JbIThMyK."], ["created_at", "2017-09-17 20:26:49.396633"], ["updated_at", "2017-09-17 20:26:49.396633"], ["name", "Archibald Braun"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"destiny@keler.co", "name"=>"Adele Homenick", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$PQsxXZ4FmINqxObTZ8GxZeaTDzNirIE9aKrN/WM/4mcskd6J2T3ui"], ["created_at", "2017-09-17 20:26:49.403358"], ["updated_at", "2017-09-17 20:26:49.403358"], ["name", "Adele Homenick"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "claudine.beer@emard.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "claudine.beer@emard.biz"], ["encrypted_password", "$2a$04$dYPMz7C0PE.zXiL/JPm4tuHx/sFfKlFl0CNLQi/9kSujbDe5I7auq"], ["created_at", "2017-09-17 20:26:49.414342"], ["updated_at", "2017-09-17 20:26:49.414342"], ["name", "Keenan Hahn V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"destiny@keler.co", "name"=>"Linwood Denesik", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$lKH.AN0s2VRaqoHQK6njqeIOD26PfBe5gCVEKXX8e8Uf9KZm7sQNe"], ["created_at", "2017-09-17 20:26:49.420251"], ["updated_at", "2017-09-17 20:26:49.420251"], ["name", "Linwood Denesik"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "andrew.conroy@douglas.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "andrew.conroy@douglas.info"], ["encrypted_password", "$2a$04$i1hWYg3ggj9jH3gl0PT4seX8eBQ/s0LnXDX1ZS/eHM14Pz1DvLtYK"], ["created_at", "2017-09-17 20:26:49.431864"], ["updated_at", "2017-09-17 20:26:49.431864"], ["name", "Consuelo Jones"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Mrs. Ignatius Pacocha", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "heath_hickle@ratke.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "heath_hickle@ratke.com"], ["encrypted_password", "$2a$04$kFryD8EG55bGLVIY9D6IUu5sgcyMpD2bnsTej91fWkjWJejo50KKe"], ["created_at", "2017-09-17 20:26:49.447776"], ["updated_at", "2017-09-17 20:26:49.447776"], ["name", "Maverick Ankunding"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Jalon Brakus", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "avis_bosco@cormierkiehn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "avis_bosco@cormierkiehn.name"], ["encrypted_password", "$2a$04$7oLdv0qHruAnS/t58Bahu.WXBG0QXhakYmlQxzrnNV/RpyB0ubNKS"], ["created_at", "2017-09-17 20:26:49.463940"], ["updated_at", "2017-09-17 20:26:49.463940"], ["name", "Cecilia Jerde"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$rZZtBqeSE.VWa8VWii2/Jedr8vAbAVFYrOtOWwfQiXK8FtE.Gsh2y"], ["created_at", "2017-09-17 20:26:49.468602"], ["updated_at", "2017-09-17 20:26:49.468602"], ["name", "Aron Christiansen"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"eliza@cremin.name", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "eliza@cremin.name"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "eliza@cremin.name"], ["encrypted_password", "$2a$04$lVNlei61I.d5UUIs5QjteuW.s7oubG3s2DyAbUSYHaNvvoPgJhJry"], ["admin", "t"], ["updated_at", "2017-09-17 20:26:49.476096"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)

User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laisha@grant.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "laisha@grant.org"], ["encrypted_password", "$2a$04$YITURZdACtJbulr/RFf1GewsqgHMOFu4m98T2zc5iKK/qrpyazTxm"], ["created_at", "2017-09-17 20:26:49.486106"], ["updated_at", "2017-09-17 20:26:49.486106"], ["name", "Mr. Connie Stokes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$tevU3/.XCazQDaDXaOCjQu1oei6Gxqo3iBdziG7X7nz2WtH88zAo2"], ["created_at", "2017-09-17 20:26:49.491602"], ["updated_at", "2017-09-17 20:26:49.491602"], ["name", "Savanah Sipes III"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"destiny@keler.co", "name"=>"Savanah Sipes III", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$tcDZVk95Ugbj9vrZMTS27uhjUSFj.gzhCS94sBG5f1nwk5ETteDYa"], ["updated_at", "2017-09-17 20:26:49.496881"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaleel@ortiz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jaleel@ortiz.org"], ["encrypted_password", "$2a$04$SJhoQ06P1SgTzIXUWMMLyOa0K1AGzS2Rnmbn1vqHzqfoFZgVor6HS"], ["created_at", "2017-09-17 20:26:49.505603"], ["updated_at", "2017-09-17 20:26:49.505603"], ["name", "Allie Wilkinson Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$dhy9BaNyyQNRbCFvt9101eSnmEanfXYNO9qgGrmNXIvNXyUffX2u."], ["created_at", "2017-09-17 20:26:49.510738"], ["updated_at", "2017-09-17 20:26:49.510738"], ["name", "Juwan Wolff"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Freda Christiansen", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "savanah.hyatt@andersonparisian.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "savanah.hyatt@andersonparisian.com"], ["encrypted_password", "$2a$04$.99PUzoje55eFeVQZe2/.Om7r3GMMkaXb1pOO50qHrdk6.//khQRC"], ["created_at", "2017-09-17 20:26:49.526663"], ["updated_at", "2017-09-17 20:26:49.526663"], ["name", "Dewayne Hickle"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$qqOg5AsjVZrgSXxXxQqkSOxgaqYNL6CEx3ywm1ZAQGNLg64mzpD26"], ["created_at", "2017-09-17 20:26:49.532062"], ["updated_at", "2017-09-17 20:26:49.532062"], ["name", "Maud MacGyver"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "f"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:26:49.535980"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "f"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "angeline@blick.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "angeline@blick.info"], ["encrypted_password", "$2a$04$AMorxU/cFbmZuFX1cOcGbu8Gg0GUqO8Ss2uhzMp02wfLh7gwi4FgS"], ["created_at", "2017-09-17 20:26:49.553674"], ["updated_at", "2017-09-17 20:26:49.553674"], ["name", "Maynard Gleichner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destiny@keler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destiny@keler.co"], ["encrypted_password", "$2a$04$EwxZB7GaL/AGhPcfnEEg9eC72EEHxhhz7i2W2dxWfz1fJCdYPTBcu"], ["created_at", "2017-09-17 20:26:49.557622"], ["updated_at", "2017-09-17 20:26:49.557622"], ["name", "Jasen Schuster"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:26:49.560995"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (80.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.0ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nathen@schuster.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nathen@schuster.io"], ["encrypted_password", "$2a$04$IDaakibb8Gm2Q05QFk9zvexWnsrKrd1dXyCX0ZoI/5rglD.wq9Qru"], ["created_at", "2017-09-17 20:26:49.825470"], ["updated_at", "2017-09-17 20:26:49.825470"], ["name", "Emelie Robel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moon by Night"], ["description", "Illum modi molestiae at. Voluptas ullam corrupti ut quod. Velit labore nihil. A veritatis quia et blanditiis nam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Margie Cummerata"], ["created_at", "2017-09-17 20:26:49.829090"], ["updated_at", "2017-09-17 20:26:49.829090"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "donna.lowe@torp.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "donna.lowe@torp.io"], ["encrypted_password", "$2a$04$6hPqWa17GNkOTdcxmEfmrulZ6kZuhxx43.tvFpLL1dpY9Y5AFrcc6"], ["created_at", "2017-09-17 20:26:49.840367"], ["updated_at", "2017-09-17 20:26:49.840367"], ["name", "Adrien Effertz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blue Remembered Earth"], ["description", "Quis consequatur ut. Praesentium ea perferendis doloribus odit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Wilton Padberg"], ["created_at", "2017-09-17 20:26:49.842580"], ["updated_at", "2017-09-17 20:26:49.842580"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reie_dach@medhurst.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "reie_dach@medhurst.info"], ["encrypted_password", "$2a$04$LIqpbN/IZrknzzXKsPMTSuwLl5kpNg2M6Xo.3cLhPYN.gVeFLrYOW"], ["created_at", "2017-09-17 20:26:49.852567"], ["updated_at", "2017-09-17 20:26:49.852567"], ["name", "Arlie Kuhlman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "That Hideous Strength"], ["description", "Nobis et nihil. Sint soluta necessitatibus dolorum dolores recusandae aliquid asperiores. Fuga corrupti recusandae et ullam impedit est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Reuben Fisher DDS"], ["created_at", "2017-09-17 20:26:49.855258"], ["updated_at", "2017-09-17 20:26:49.855258"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "novella_schumm@wisozkstark.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "novella_schumm@wisozkstark.info"], ["encrypted_password", "$2a$04$NsHDJoxP9MBv/0/WfQFXkeRb0fTo.5BYH4KuaCADHWwlODVFgb.b."], ["created_at", "2017-09-17 20:26:49.864319"], ["updated_at", "2017-09-17 20:26:49.864319"], ["name", "Lazaro Douglas PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Needle's Eye"], ["description", "Eius velit ut mollitia hic aut fuga. Repellat et illum consequatur sunt quisquam maxime error."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Marina Koelpin"], ["created_at", "2017-09-17 20:26:49.866352"], ["updated_at", "2017-09-17 20:26:49.866352"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kade_klein@fay.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kade_klein@fay.io"], ["encrypted_password", "$2a$04$PfJ5vCiGWw6Eef90wzqaBuULwD8C9YRRjsiSievAcfRpXvfGEpB5i"], ["created_at", "2017-09-17 20:26:49.878293"], ["updated_at", "2017-09-17 20:26:49.878293"], ["name", "Fred VonRueden"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Precious Bane"], ["description", "Sint non quo velit molestiae nemo accusantium ut. Ut maiores fugiat. Voluptate veniam reprehenderit. Adipisci facere ab."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Edyth Wunsch"], ["created_at", "2017-09-17 20:26:49.880346"], ["updated_at", "2017-09-17 20:26:49.880346"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bianka_schmitt@rutherfordterry.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bianka_schmitt@rutherfordterry.com"], ["encrypted_password", "$2a$04$JaPQVHnwS3mOyvM8A6CY6u2XFuP3BOI7wFxwwxqq4OAd3pA7JU196"], ["created_at", "2017-09-17 20:26:49.891870"], ["updated_at", "2017-09-17 20:26:49.891870"], ["name", "Arno Purdy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Monstrous Regiment of Women"], ["description", "Ut vero aut consequatur et. Omnis ut asperiores sint."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Haylie Goldner"], ["created_at", "2017-09-17 20:26:49.894786"], ["updated_at", "2017-09-17 20:26:49.894786"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "minerva@mitchell.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "minerva@mitchell.io"], ["encrypted_password", "$2a$04$tTPTvMkkxO06V4IUZDc7aeFdO2Xv5T3yW5wUNiDd0.wfFEuk2v0IC"], ["created_at", "2017-09-17 20:26:49.905635"], ["updated_at", "2017-09-17 20:26:49.905635"], ["name", "Arno Hilpert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Know Why the Caged Bird Sings"], ["description", "Rerum voluptas hic soluta maiores sint qui. Minus alias praesentium eveniet eum non omnis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elna Treutel"], ["created_at", "2017-09-17 20:26:49.907795"], ["updated_at", "2017-09-17 20:26:49.907795"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "danyka@hoegerharber.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "danyka@hoegerharber.com"], ["encrypted_password", "$2a$04$ubfygWKwwMw0dJK9gF6tdOFCHsXMuM7rlqTM2nXij9w.nqTkv7spW"], ["created_at", "2017-09-17 20:26:49.920169"], ["updated_at", "2017-09-17 20:26:49.920169"], ["name", "Miss Winston Von"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Behold the Man"], ["description", "Dolorum qui sequi ullam fuga harum amet. Libero mollitia soluta molestiae ipsum. A nostrum et quam atque eum voluptas. Sunt non molestiae in iusto ea cumque sapiente."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Hattie Flatley II"], ["created_at", "2017-09-17 20:26:49.922291"], ["updated_at", "2017-09-17 20:26:49.922291"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "else@pouros.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "else@pouros.biz"], ["encrypted_password", "$2a$04$3lsr2JG3hdIQV9tNn1xnIORSeyO0ED8XJYZ8Ja1kpcuSDAsk7RNNy"], ["created_at", "2017-09-17 20:26:49.935264"], ["updated_at", "2017-09-17 20:26:49.935264"], ["name", "Damion Gleason"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Know Why the Caged Bird Sings"], ["description", "Dolor id est rerum iusto. Earum sapiente et ea."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jabari Cummerata"], ["created_at", "2017-09-17 20:26:49.937537"], ["updated_at", "2017-09-17 20:26:49.937537"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elta_kaulke@koelpindonnelly.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elta_kaulke@koelpindonnelly.org"], ["encrypted_password", "$2a$04$s9yUH/J1crm6nZOHcQ4hfOEpnB53BIQm0.I2ofnnc6wznmsli2Cta"], ["created_at", "2017-09-17 20:26:49.948822"], ["updated_at", "2017-09-17 20:26:49.948822"], ["name", "Miss Maryse Rau"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Bury My Heart at Wounded Knee"], ["description", "Et autem vitae excepturi numquam reiciendis quia. Accusamus amet eum quam. Autem hic pariatur aut quaerat mollitia et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mireille Hackett Jr."], ["created_at", "2017-09-17 20:26:49.951676"], ["updated_at", "2017-09-17 20:26:49.951676"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "felicity@trantowreinger.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "felicity@trantowreinger.info"], ["encrypted_password", "$2a$04$czQWGrQwhiSICC1s4a0th.hcgtBsZIDejTtWDnBcPpJAbyXiIwoRK"], ["created_at", "2017-09-17 20:26:49.963189"], ["updated_at", "2017-09-17 20:26:49.963189"], ["name", "Jaydon Flatley"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Fear and Trembling"], ["description", "Molestiae rerum in dolor. Impedit repellat fugit quam. Debitis quia in autem ex. Iste non veniam sed consequuntur autem omnis non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jake Skiles Jr."], ["created_at", "2017-09-17 20:26:49.965264"], ["updated_at", "2017-09-17 20:26:49.965264"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jacynthe.bayer@kilbackbogan.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jacynthe.bayer@kilbackbogan.co"], ["encrypted_password", "$2a$04$2y6JYvUXhXRl7lohmXmdhuzHiDg0i8OsGgSgTvnlKwLEkyaCN0/tm"], ["created_at", "2017-09-17 20:26:49.978347"], ["updated_at", "2017-09-17 20:26:49.978347"], ["name", "Vaughn Herzog"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Terrible Swift Sword"], ["description", "Sint numquam et molestias sit itaque. Et placeat aperiam possimus. Unde adipisci vitae nemo odio perferendis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tiara Turner IV"], ["created_at", "2017-09-17 20:26:49.980359"], ["updated_at", "2017-09-17 20:26:49.980359"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elaina@skiles.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elaina@skiles.co"], ["encrypted_password", "$2a$04$Ojzkl8yuA0LPtr..g1I82.qVNJ8F7CPQNDjjRIXex9lG4YQg7EkJe"], ["created_at", "2017-09-17 20:26:49.992528"], ["updated_at", "2017-09-17 20:26:49.992528"], ["name", "Wendell Leuschke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Country for Old Men"], ["description", "Enim vel nihil aliquid quis. Debitis molestiae at et voluptatum sit neque molestiae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Eliezer Maggio"], ["created_at", "2017-09-17 20:26:49.995706"], ["updated_at", "2017-09-17 20:26:49.995706"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (74.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (77.2ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.3ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ladarius@keeblertorphy.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ladarius@keeblertorphy.co"], ["encrypted_password", "$2a$04$Jq0dy1C2wk1a5Flmls6Fe.BDq3uC/unTaq3HaBMFr.OsPWaDLr.u."], ["created_at", "2017-09-17 20:26:50.245876"], ["updated_at", "2017-09-17 20:26:50.245876"], ["name", "Nola Schroeder"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alejandrin@macejkoviclangosh.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alejandrin@macejkoviclangosh.name"], ["encrypted_password", "$2a$04$tTwlgsON5avKpFrMg0Jc4eqYGmn9ZFXCA5qscDcpWoDRpk/brQmVu"], ["created_at", "2017-09-17 20:26:50.255862"], ["updated_at", "2017-09-17 20:26:50.255862"], ["name", "Jacinto Conroy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destini_kemmer@satterfield.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destini_kemmer@satterfield.net"], ["encrypted_password", "$2a$04$9HOIg8ACWg5OcddMA0lCVuaGrTEFt7mm4uWQfJNGG9pOBAOIKh0rS"], ["created_at", "2017-09-17 20:26:50.264143"], ["updated_at", "2017-09-17 20:26:50.264143"], ["name", "Etha Ankunding"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cole_swaniawski@corwin.io"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cole_swaniawski@corwin.io"], ["encrypted_password", "$2a$04$kGT35jvD7ioSIXc4EBgieuVUY8JW9PKDqOiywuftW004ybJNGUQam"], ["created_at", "2017-09-17 20:26:50.274960"], ["updated_at", "2017-09-17 20:26:50.274960"], ["name", "Mr. Jody Langosh"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "helen.vonrueden@langlittle.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "helen.vonrueden@langlittle.biz"], ["encrypted_password", "$2a$04$YLEMfAOBDB8qcHomhDB3.uscMqomnPhfZsjzyqExkFPPY1enA.Cfq"], ["created_at", "2017-09-17 20:26:50.285574"], ["updated_at", "2017-09-17 20:26:50.285574"], ["name", "Constantin Larkin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "virgie@kutch.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "virgie@kutch.net"], ["encrypted_password", "$2a$04$trwBiVlEmXat3tc62ZgesuDO/MrG3lYC3RIGWLxd3jSeqTHWuQfPe"], ["created_at", "2017-09-17 20:26:50.296705"], ["updated_at", "2017-09-17 20:26:50.296705"], ["name", "Ed Rogahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "enola.marvin@wisoky.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "enola.marvin@wisoky.io"], ["encrypted_password", "$2a$04$UpxGNpu/q3Q1JF3wK3LRvuvVHDj4cJI7XKyai9NLJ41JvmUOIg5PW"], ["created_at", "2017-09-17 20:26:50.311320"], ["updated_at", "2017-09-17 20:26:50.311320"], ["name", "Ottis Fay III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (69.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "raul_larson@gerlachkiehn.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "raul_larson@gerlachkiehn.net"], ["encrypted_password", "$2a$04$FXuTDKW8UT0JfOPp6NWmEOhxU6sJ2wg.my29owswHHQLKQ9nviZja"], ["created_at", "2017-09-17 20:26:50.616551"], ["updated_at", "2017-09-17 20:26:50.616551"], ["name", "Ella Baumbach"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 17:26:50 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 20:26:50.625151"], ["last_sign_in_at", "2017-09-17 20:26:50.625151"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 20:26:50.625613"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT "books".* FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
Rendered books/index.html.erb within layouts/application (1.8ms)
Rendered layouts/shared/_header.html.erb (0.7ms)

Completed 200 OK in 291ms (Views: 289.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (97.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "corine_wyman@thompson.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "corine_wyman@thompson.org"], ["encrypted_password", "$2a$04$PUmH4KT8oPcjVwqjHI9tnONLX.RXnnJ95VqODxukelsbUgyWhZxFS"], ["created_at", "2017-09-17 20:26:51.205670"], ["updated_at", "2017-09-17 20:26:51.205670"], ["name", "Annabell Turner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 17:26:51 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 20:26:51.207872"], ["last_sign_in_at", "2017-09-17 20:26:51.207872"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 20:26:51.208291"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."deleted" = ?  [["deleted", "f"]]
Rendered users/index.html.erb within layouts/application (1.8ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 17:26:51 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (0.9ms)
Rendered users/sessions/new.html.erb within layouts/application (41.2ms)

Completed 200 OK in 48ms (Views: 44.1ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (93.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mathilde_hand@swaniawskihackett.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mathilde_hand@swaniawskihackett.io"], ["encrypted_password", "$2a$04$zB2lrhsyi6g1Nho9umTzO.YzL2lGzr9OhswZTJq8PdFsyxdZjY9AW"], ["created_at", "2017-09-17 20:26:51.557794"], ["updated_at", "2017-09-17 20:26:51.557794"], ["name", "Dixie Hansen"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 17:26:51 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 20:26:51.560107"], ["last_sign_in_at", "2017-09-17 20:26:51.560107"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 20:26:51.560479"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT "users".* FROM "users" WHERE "users"."deleted" = ?  [["deleted", "f"]]
Rendered users/index.html.erb within layouts/application (1.2ms)
Rendered layouts/shared/_header.html.erb (0.1ms)

Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (73.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.8ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (108.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.3ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.2ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (70.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (77.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eloisa@block.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eloisa@block.org"], ["encrypted_password", "$2a$04$IR6VOb3LQ2Q5hkdyUWXKFeKSRnUBIz1InYvbbyBl74jBBqcq/rIYi"], ["created_at", "2017-09-17 20:26:52.395451"], ["updated_at", "2017-09-17 20:26:52.395451"], ["name", "Odessa Larson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Of Human Bondage"], ["description", "Vel amet atque et dolores. Fugiat cupiditate officia qui. Iste nostrum qui sint quo non neque et. Ut explicabo modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Laisha Rosenbaum"], ["created_at", "2017-09-17 20:26:52.397771"], ["updated_at", "2017-09-17 20:26:52.397771"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (6.9ms)
Rendered books/edit.html.erb (13.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (77.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (143.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "thea@schummwehner.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "thea@schummwehner.org"], ["encrypted_password", "$2a$04$4d728NoIqYSNklY8HQn.j.K5wxz4ZH8v2y3GUfcSf9eK.HY3xVNPm"], ["created_at", "2017-09-17 20:26:52.727163"], ["updated_at", "2017-09-17 20:26:52.727163"], ["name", "Clare Lind"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:26:52.728970"], ["updated_at", "2017-09-17 20:26:52.728970"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:26:52.730354"], ["updated_at", "2017-09-17 20:26:52.730354"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (67.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (77.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "okey.macejkovic@schulist.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "okey.macejkovic@schulist.co"], ["encrypted_password", "$2a$04$Q1vwdNzbvwz3AkkCndYCmOiCn1x0FF.2NEdGRRdHcPJT6prPpyZga"], ["created_at", "2017-09-17 20:26:52.970566"], ["updated_at", "2017-09-17 20:26:52.970566"], ["name", "Kallie Simonis"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.6ms)
Rendered books/new.html.erb (5.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (88.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.3ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (87.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arvilla.prosacco@denesik.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "arvilla.prosacco@denesik.name"], ["encrypted_password", "$2a$04$AHaKZYC3nVS5kA2LLNxr7urViBw.VZzblhC4BnVYf0xR9ZTfvZQNu"], ["created_at", "2017-09-17 20:26:53.492775"], ["updated_at", "2017-09-17 20:26:53.492775"], ["name", "Elva Koepp"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (5.7ms)
Rendered users/edit.html.erb (13.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (92.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (77.0ms)  DELETE FROM "users";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$mU50UByZA62re.K.j0yCq.U9s8KoRjv961q42suAyiGqfTA7hXS.y"], ["created_at", "2017-09-17 20:26:53.783187"], ["updated_at", "2017-09-17 20:26:53.783187"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (102.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.9ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.5ms)
Rendered users/new.html.erb (5.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (65.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.2ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.7ms)
Rendered users/sessions/new.html.erb (12.7ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (65.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ayden@turner.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ayden@turner.biz"], ["encrypted_password", "$2a$04$8rgxWHJ548Q/VY7hKK7ZQeg98/7tPMDS4PHksJgUkO/rKI7UbpZze"], ["created_at", "2017-09-17 20:26:54.534452"], ["updated_at", "2017-09-17 20:26:54.534452"], ["name", "Selmer Hegmann IV"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (70.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (65.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.1ms)  DELETE FROM "books";
 (0.7ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:29:02.074760"], ["updated_at", "2017-09-17 20:29:02.074760"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (73.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (121.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:29:31.779308"], ["updated_at", "2017-09-17 20:29:31.779308"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (138.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:29:46.363713"], ["updated_at", "2017-09-17 20:29:46.363713"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (128.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maximilian@purdy.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "maximilian@purdy.org"], ["encrypted_password", "$2a$04$69j.zs/6RN6.ke8prdcHreoV.EIPkRPffeDopeDMVSsiwLsBu2AMO"], ["created_at", "2017-09-17 20:30:11.837292"], ["updated_at", "2017-09-17 20:30:11.837292"], ["name", "Taryn Stark"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gia@herzog.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gia@herzog.io"], ["encrypted_password", "$2a$04$3ArUVrvcTAHrFPlwuD.29ewp8pAy/6emgZCOEqNkfCepGmO0zWY9u"], ["created_at", "2017-09-17 20:30:11.841768"], ["updated_at", "2017-09-17 20:30:11.841768"], ["name", "Vance Mohr"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Vanity Fair"], ["description", "Deleniti doloremque ut omnis aliquam. Reprehenderit quia distinctio voluptatem quia animi. Sint esse et qui aut voluptas placeat adipisci. Eveniet sit minus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lola Sipes"], ["created_at", "2017-09-17 20:30:11.850639"], ["updated_at", "2017-09-17 20:30:11.850639"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 3.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "otis.lockman@rogahn.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "otis.lockman@rogahn.io"], ["encrypted_password", "$2a$04$FGVBGn8uqEaT6t5DHJtiKuxljyqSMx5eMiuzOBettzjH8K1jyCO22"], ["created_at", "2017-09-17 20:30:11.869690"], ["updated_at", "2017-09-17 20:30:11.869690"], ["name", "Michele Stracke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maximillia_runte@gottliebharber.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maximillia_runte@gottliebharber.biz"], ["encrypted_password", "$2a$04$DNKqg5QLLXRE35UtceZ.Iu5X2ZHCcmcRmDVLyMIgVM6U8qtX5TPwu"], ["created_at", "2017-09-17 20:30:11.873807"], ["updated_at", "2017-09-17 20:30:11.873807"], ["name", "Yasmeen Altenwerth"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Behold the Man"], ["description", "Iure ut maxime et possimus. Cumque modi necessitatibus. Natus expedita rem est cum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Justyn Kub"], ["created_at", "2017-09-17 20:30:11.875600"], ["updated_at", "2017-09-17 20:30:11.875600"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "priscilla@franeckihilll.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "priscilla@franeckihilll.com"], ["encrypted_password", "$2a$04$ndkbliEcUjE7ZPvS/FhhSuGx2paNNy9yltHgwKB1P4N2vZ.exaPqO"], ["created_at", "2017-09-17 20:30:11.890404"], ["updated_at", "2017-09-17 20:30:11.890404"], ["name", "Brannon Kris"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bernie_macgyver@bergstrom.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bernie_macgyver@bergstrom.net"], ["encrypted_password", "$2a$04$fOjssw1dIEGLzdrEKKsHCucc2aN3Zz4DlSenP.mahfbEC0JSBxjem"], ["created_at", "2017-09-17 20:30:11.894652"], ["updated_at", "2017-09-17 20:30:11.894652"], ["name", "Wilhelm Feil"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isabel@riceoreilly.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "isabel@riceoreilly.io"], ["encrypted_password", "$2a$04$zeivBz17eApEJ4VUvoXdGeRfyWv.SNSOFbeXkOdME./udKx5HwCV."], ["created_at", "2017-09-17 20:30:11.907702"], ["updated_at", "2017-09-17 20:30:11.907702"], ["name", "Beulah Ernser"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keara@muellerhartmann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keara@muellerhartmann.info"], ["encrypted_password", "$2a$04$cl/YKRKtBjGy6hqhsEzNP.fpLehfgKpGnS3rz2muPZB0RMUAJH7Ou"], ["created_at", "2017-09-17 20:30:11.911827"], ["updated_at", "2017-09-17 20:30:11.911827"], ["name", "Mrs. Katlynn Heidenreich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "By Grand Central Station I Sat Down and Wept"], ["description", "Aspernatur sapiente harum inventore. Qui qui sequi voluptatem eos dignissimos. Ipsum at recusandae et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Deontae Walter"], ["created_at", "2017-09-17 20:30:11.913421"], ["updated_at", "2017-09-17 20:30:11.913421"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "taya.okuneva@murray.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "taya.okuneva@murray.io"], ["encrypted_password", "$2a$04$6vNJRwuPIWhC2VUFsIebzuoeyvDWYA2VfPhr6EAvA6VYEfAihLjju"], ["created_at", "2017-09-17 20:30:11.926116"], ["updated_at", "2017-09-17 20:30:11.926116"], ["name", "Frida Altenwerth"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosella@rippin.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rosella@rippin.name"], ["encrypted_password", "$2a$04$WXJeX0XldHhkqXqlW9zJTOQX0cS7OHDYYhaLuSNacyuGC842dWpvW"], ["created_at", "2017-09-17 20:30:11.931046"], ["updated_at", "2017-09-17 20:30:11.931046"], ["name", "Ashlynn Klocko"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Jeanne Osinski", "description"=>"Et aut quia maxime et. Eveniet optio vel. Tempora tenetur expedita eveniet. Et dolores deserunt enim ratione ipsam provident.", "image"=>"http://lorempixel.com/200/200", "name"=>"Alone on a Wide, Wide Sea", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Alone on a Wide, Wide Sea"], ["description", "Et aut quia maxime et. Eveniet optio vel. Tempora tenetur expedita eveniet. Et dolores deserunt enim ratione ipsam provident."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jeanne Osinski"], ["created_at", "2017-09-17 20:30:11.941875"], ["updated_at", "2017-09-17 20:30:11.941875"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alphonso_gusikowski@bradtkestark.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alphonso_gusikowski@bradtkestark.info"], ["encrypted_password", "$2a$04$T356D4ZQIUDbx3JxabyhZOCq/CX3vC/3CUFd4at019U21WJlJIZF2"], ["created_at", "2017-09-17 20:30:11.951391"], ["updated_at", "2017-09-17 20:30:11.951391"], ["name", "Kayley Treutel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jey@collins.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jey@collins.biz"], ["encrypted_password", "$2a$04$QnWZh28hr3J/7XXnSHnFUuGky0VzAsvD0Nc0djVG.JYyOGzdXAhNW"], ["created_at", "2017-09-17 20:30:11.955439"], ["updated_at", "2017-09-17 20:30:11.955439"], ["name", "Geraldine Runolfsdottir"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Tate Vandervort IV", "description"=>"Est debitis minus. Quae veritatis dolorem odit. Quae necessitatibus similique ducimus voluptate molestiae quia rerum.", "image"=>"http://lorempixel.com/200/200", "name"=>"Ah, Wilderness!", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Ah, Wilderness!"], ["description", "Est debitis minus. Quae veritatis dolorem odit. Quae necessitatibus similique ducimus voluptate molestiae quia rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tate Vandervort IV"], ["created_at", "2017-09-17 20:30:11.959190"], ["updated_at", "2017-09-17 20:30:11.959190"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lemuel.mcglynn@pfannerstillkovacek.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lemuel.mcglynn@pfannerstillkovacek.org"], ["encrypted_password", "$2a$04$kjPHAnBgXH55hmy2kUhBK.8FCj0.VK3CXqO5PWZUloWdq3vKM035O"], ["created_at", "2017-09-17 20:30:11.970924"], ["updated_at", "2017-09-17 20:30:11.970924"], ["name", "Asha Bartoletti"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frederic_leffler@ziemann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "frederic_leffler@ziemann.info"], ["encrypted_password", "$2a$04$Ny.D7RhXzdQb0xDvoXSwbeimi7ziK38nLPgDIsou9onP/xRA4BkPG"], ["created_at", "2017-09-17 20:30:11.976338"], ["updated_at", "2017-09-17 20:30:11.976338"], ["name", "Miss Annalise Buckridge"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Shannon Ortiz", "description"=>"Quae sit temporibus. Error et est autem sit molestiae.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "viola@hickleboyle.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "viola@hickleboyle.net"], ["encrypted_password", "$2a$04$L3J324mac/m8ZIK/mkkO7evlgVAHCOqhBHoT9oAD1brzU5tIJBNX2"], ["created_at", "2017-09-17 20:30:11.991961"], ["updated_at", "2017-09-17 20:30:11.991961"], ["name", "Mckayla Bahringer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jude_sipes@cartwrightwyman.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jude_sipes@cartwrightwyman.co"], ["encrypted_password", "$2a$04$mHPK994kyuIPFrjBW7r9S.4TapSzTVhMxffvKCI1HTL0z5tWDT5E2"], ["created_at", "2017-09-17 20:30:11.996010"], ["updated_at", "2017-09-17 20:30:11.996010"], ["name", "Ms. Florence Walker"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vile Bodies"], ["description", "Adipisci nesciunt possimus occaecati. Modi eaque quo repellat aperiam. Non ullam qui modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Creola Kuhn"], ["created_at", "2017-09-17 20:30:11.997609"], ["updated_at", "2017-09-17 20:30:11.997609"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 20:30:12.001222"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "randy@oconnell.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "randy@oconnell.biz"], ["encrypted_password", "$2a$04$kIRTxXKffV7LrbHygblUheBYUZqM7nE7pqzCT1waf026Cz0iK7aTK"], ["created_at", "2017-09-17 20:30:12.011671"], ["updated_at", "2017-09-17 20:30:12.011671"], ["name", "Ramona Homenick DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abraham@green.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "abraham@green.com"], ["encrypted_password", "$2a$04$uL23801ja0SuN4IBlf9uNOogyu8FkdCdprV6ksUOyNsC4/BMUsXYy"], ["created_at", "2017-09-17 20:30:12.016063"], ["updated_at", "2017-09-17 20:30:12.016063"], ["name", "Jakayla Rutherford"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Man Within"], ["description", "Non accusantium qui itaque dolore magni eos. Dolorem culpa maxime expedita et eum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Meta Reynolds"], ["created_at", "2017-09-17 20:30:12.017722"], ["updated_at", "2017-09-17 20:30:12.017722"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Meta Reynolds", "description"=>"Non accusantium qui itaque dolore magni eos. Dolorem culpa maxime expedita et eum.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Man Within", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tristian@bayer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tristian@bayer.org"], ["encrypted_password", "$2a$04$xFIATQmu1oKcU5ROryhxAu8cdDayrgPpaNJDXDhIsJdf2mUE60s.y"], ["created_at", "2017-09-17 20:30:12.031991"], ["updated_at", "2017-09-17 20:30:12.031991"], ["name", "Graciela Stracke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "celestino@tremblay.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "celestino@tremblay.io"], ["encrypted_password", "$2a$04$naywM1cPF8IqDOsIL8p8ku0kTQQ4tfZ7hRONYFZDPgu0aP/rwBofK"], ["created_at", "2017-09-17 20:30:12.036222"], ["updated_at", "2017-09-17 20:30:12.036222"], ["name", "Karianne Hoppe I"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Skull Beneath the Skin"], ["description", "Esse voluptate aperiam et quia veniam officia asperiores. Assumenda optio ducimus voluptatem sequi. Porro atque ad maxime."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ashleigh Lockman"], ["created_at", "2017-09-17 20:30:12.037829"], ["updated_at", "2017-09-17 20:30:12.037829"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Mrs. Madie Bernier", "description"=>"Excepturi esse at sit. Dolore facilis soluta nulla dicta aspernatur.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reyes@sipeshoppe.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "reyes@sipeshoppe.net"], ["encrypted_password", "$2a$04$B0edP7dpIzh7Y/FHXA.OxOhUYe2xAX6G0XYKnd1HWH35/IWR9rRuS"], ["created_at", "2017-09-17 20:30:12.052267"], ["updated_at", "2017-09-17 20:30:12.052267"], ["name", "Beau Daniel IV"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maverick@collins.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maverick@collins.biz"], ["encrypted_password", "$2a$04$Ks1WR9SsfSK8j0D73ZiPqe0a8F9xuWQkF1MStCtu04WTm0EV8HLKu"], ["created_at", "2017-09-17 20:30:12.056378"], ["updated_at", "2017-09-17 20:30:12.056378"], ["name", "Graham Ferry"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Wind's Twelve Quarters"], ["description", "Mollitia dolores id. Cum omnis beatae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Jaycee Hintz"], ["created_at", "2017-09-17 20:30:12.058004"], ["updated_at", "2017-09-17 20:30:12.058004"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:30:12.061805"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elliot_simonis@wintheiser.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elliot_simonis@wintheiser.biz"], ["encrypted_password", "$2a$04$KJbwZeJ97bDnNytwAyM7Kekw067vdsdXOu7QIV3aWsdkLEQVnI3C6"], ["created_at", "2017-09-17 20:30:12.072613"], ["updated_at", "2017-09-17 20:30:12.072613"], ["name", "Josie Lang"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "christiana.reichert@lakin.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "christiana.reichert@lakin.io"], ["encrypted_password", "$2a$04$gheIAMElW2OdJktSnws2.uCLGmkWSDfsWDqHQPTut8PcU6qnSjTaO"], ["created_at", "2017-09-17 20:30:12.076780"], ["updated_at", "2017-09-17 20:30:12.076780"], ["name", "Chadrick Schuster"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Wings of the Dove"], ["description", "Doloribus totam iure autem sit quas nam et. Qui tempore voluptate ut quia. Corrupti dolores recusandae saepe dolorum aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Jose Heidenreich"], ["created_at", "2017-09-17 20:30:12.078373"], ["updated_at", "2017-09-17 20:30:12.078373"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:30:12.081444"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (93.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "forrest.fritsch@yost.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "forrest.fritsch@yost.org"], ["encrypted_password", "$2a$04$sC58IprkfWBTLB.qXosi6eSOwp2piJXpXqqQjXiTLUuDuVNYu8wNi"], ["created_at", "2017-09-17 20:30:12.364784"], ["updated_at", "2017-09-17 20:30:12.364784"], ["name", "Susana Jacobs"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$w4o52CKOosUcoooZIojkc.vU3RJPzmV8xlS/AI7dm2QzXb1oUMFCq"], ["created_at", "2017-09-17 20:30:12.371859"], ["updated_at", "2017-09-17 20:30:12.371859"], ["name", "Kyla Casper V"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "imani@barton.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "imani@barton.com"], ["encrypted_password", "$2a$04$dRx.bghcH.EOTk379ooaDeYehigHaNequ2oQr5qcWLbNwjz5m/b9y"], ["created_at", "2017-09-17 20:30:12.385646"], ["updated_at", "2017-09-17 20:30:12.385646"], ["name", "Miss Toney Hartmann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$TH.QYsRPe7EisZm87Q0oq.rK9UHmB8QpBIf1iFYqoD1p6edxQQeCm"], ["created_at", "2017-09-17 20:30:12.390301"], ["updated_at", "2017-09-17 20:30:12.390301"], ["name", "Marilyne Stehr DDS"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "connor@brown.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "connor@brown.io"], ["encrypted_password", "$2a$04$t2z0jpKfRkU3Z3VMlHjgiOtWDlLZFCiw1SZDgUE.yiSgVWf/AzVCu"], ["created_at", "2017-09-17 20:30:12.403078"], ["updated_at", "2017-09-17 20:30:12.403078"], ["name", "Rafaela Halvorson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.5ms)

Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.1ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nikki@schowalter.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nikki@schowalter.co"], ["encrypted_password", "$2a$04$Hs/fXnZcWxhgJsMRejJNmugQmMAy/UiVmvigU41klwuG8n8eGc41O"], ["created_at", "2017-09-17 20:30:12.416792"], ["updated_at", "2017-09-17 20:30:12.416792"], ["name", "Kamille Zieme"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$Huzw3rX0WaF7/rG0iDonHOADk6AOTffU/IsJWzSi.tHJBqziiFuQC"], ["created_at", "2017-09-17 20:30:12.420821"], ["updated_at", "2017-09-17 20:30:12.420821"], ["name", "Retta Glover"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.3ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garett@gaylord.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "garett@gaylord.org"], ["encrypted_password", "$2a$04$pmBRGIc0x/WJa83dZbA.g.Is8Lm.0FHFOEI2IdCsgX0BVikhvAFAK"], ["created_at", "2017-09-17 20:30:12.434548"], ["updated_at", "2017-09-17 20:30:12.434548"], ["name", "Cortez Schamberger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"gaylord@abshiredibbert.net", "name"=>"Daren Mante", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$UVE.BZF8kCua.EfxrPeG.uRBXamT68ZzFq2AsktkoOP8XItOjjA0W"], ["created_at", "2017-09-17 20:30:12.441111"], ["updated_at", "2017-09-17 20:30:12.441111"], ["name", "Daren Mante"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sibyl.smith@lueilwitzlubowitz.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sibyl.smith@lueilwitzlubowitz.net"], ["encrypted_password", "$2a$04$wBxCEpQZ8ALKpVUZEq6w1epCJntT2M8ANialsbILn1B0/JsTXEdm2"], ["created_at", "2017-09-17 20:30:12.451646"], ["updated_at", "2017-09-17 20:30:12.451646"], ["name", "Freddy Ondricka"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"gaylord@abshiredibbert.net", "name"=>"Elmore Kuphal", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$XBlDc1PpfkWVwjqElPVbl.bPgIGxxST99cYQc9R8Ld2SQLohkmjRu"], ["created_at", "2017-09-17 20:30:12.457804"], ["updated_at", "2017-09-17 20:30:12.457804"], ["name", "Elmore Kuphal"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dusty@sporer.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dusty@sporer.name"], ["encrypted_password", "$2a$04$ht6NJvoB67Aae699cr8QIubujIjMNPuHkwdY/8jvZC/p76o6iMv7."], ["created_at", "2017-09-17 20:30:12.467969"], ["updated_at", "2017-09-17 20:30:12.467969"], ["name", "Miss Clyde Schiller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Jensen Shanahan", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clark_jakubowski@gottlieb.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "clark_jakubowski@gottlieb.com"], ["encrypted_password", "$2a$04$xL4hfI4vb8Ac2nk.b2YJu.VeIrfF4uOP0/mS/vtEEMYggsO2LDFSy"], ["created_at", "2017-09-17 20:30:12.484157"], ["updated_at", "2017-09-17 20:30:12.484157"], ["name", "Elyse Sporer IV"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Hilton McCullough", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nicholas@wildermanschuster.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nicholas@wildermanschuster.net"], ["encrypted_password", "$2a$04$I0gSkmoIX9HrJ.bMJeND4uNJofan0yU5jnQm/X9up2nNPUfdi1H3G"], ["created_at", "2017-09-17 20:30:12.500331"], ["updated_at", "2017-09-17 20:30:12.500331"], ["name", "Stacey Rippin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$BewUjSRhZKYE9IksZxSB9OrOtk5CbomU/xbNqgz0l9TUSCzL8XCXy"], ["created_at", "2017-09-17 20:30:12.504370"], ["updated_at", "2017-09-17 20:30:12.504370"], ["name", "Effie Roberts"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"dayana.jenkins@jerde.co", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "dayana.jenkins@jerde.co"], ["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "dayana.jenkins@jerde.co"], ["encrypted_password", "$2a$04$.VjqONBnluPMv6rAFuavzOOobEo04PpW8yfUTngxrMNfcmGKWzdsG"], ["admin", "f"], ["updated_at", "2017-09-17 20:30:12.511849"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "charley@johns.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "charley@johns.info"], ["encrypted_password", "$2a$04$UFyR2.NJPmJZb5q07/S.DuHj77zAVTMfTGncOeSv9QeERJuC1yQ4y"], ["created_at", "2017-09-17 20:30:12.522558"], ["updated_at", "2017-09-17 20:30:12.522558"], ["name", "Dessie Hodkiewicz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$GUZ13gKd/A05RtR/07MrDem/IpYQI6GIMg6AUxfOcaxUUEUIcCPQm"], ["created_at", "2017-09-17 20:30:12.526476"], ["updated_at", "2017-09-17 20:30:12.526476"], ["name", "Bella Hahn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"gaylord@abshiredibbert.net", "name"=>"Bella Hahn", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$39o4u54YhtZBiV1CBfpZLuXrxi2NP5JiK9mVFbi5o3acoec8V1VDW"], ["updated_at", "2017-09-17 20:30:12.532887"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frieda@stracke.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "frieda@stracke.org"], ["encrypted_password", "$2a$04$h2qZPUeau01pq9h8doTRMeFrlRyRKF9NLnzvYLFVYXJ6KsfwEvVpW"], ["created_at", "2017-09-17 20:30:12.542363"], ["updated_at", "2017-09-17 20:30:12.542363"], ["name", "Fay Grimes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$YOiILm0/CZocWAnC65qAI.hTm13Ip1TXnQM.PLLc2Vr2IR/6GAIyi"], ["created_at", "2017-09-17 20:30:12.546206"], ["updated_at", "2017-09-17 20:30:12.546206"], ["name", "Earnestine McClure DVM"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Amara Kautzer", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loyal@king.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "loyal@king.io"], ["encrypted_password", "$2a$04$1B6F/ewCcFlXxJtgVJYvrehsH0xejeeH8jTw7cUAUOx9CTVsvzLUG"], ["created_at", "2017-09-17 20:30:12.562150"], ["updated_at", "2017-09-17 20:30:12.562150"], ["name", "Piper Abbott"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$ysEyRORk6WxHrFZVLu55Z.yIO6JTg84eqlcERcWxyEJNeG05nCUim"], ["created_at", "2017-09-17 20:30:12.566044"], ["updated_at", "2017-09-17 20:30:12.566044"], ["name", "Adriana Dickinson DDS"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:30:12.570992"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "austyn.ortiz@sipes.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "austyn.ortiz@sipes.io"], ["encrypted_password", "$2a$04$Upq4K.Tzq.FQmXQI2YPsbuDJND3IVlkP0UY8sVeMyOqg.I9KSIZdG"], ["created_at", "2017-09-17 20:30:12.581126"], ["updated_at", "2017-09-17 20:30:12.581126"], ["name", "Ms. Cassie Erdman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaylord@abshiredibbert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gaylord@abshiredibbert.net"], ["encrypted_password", "$2a$04$tHuTzPSkrc/wZlKGs4fF8uMQaPjLEUSMyvuFUv9DfswtHX6AOa7hK"], ["created_at", "2017-09-17 20:30:12.585158"], ["updated_at", "2017-09-17 20:30:12.585158"], ["name", "Stanley Kutch Sr."]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 20:30:12.588518"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

 (0.3ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (74.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "royal@sporer.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "royal@sporer.info"], ["encrypted_password", "$2a$04$O9X4lPdE3Sm0KIdE5RiDXudmjerhgqmt7FzzvKAGW2YRlxh0omy/m"], ["created_at", "2017-09-17 20:30:12.835714"], ["updated_at", "2017-09-17 20:30:12.835714"], ["name", "Ray Dicki"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Antic Hay"], ["description", "Sit dolore ut omnis esse. Rem est eius itaque minus ad possimus beatae. Cumque quo sapiente tempora hic reprehenderit corrupti. Consequatur natus ut quo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amani Osinski"], ["created_at", "2017-09-17 20:30:12.838219"], ["updated_at", "2017-09-17 20:30:12.838219"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carleton.schowalter@flatleylakin.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carleton.schowalter@flatleylakin.name"], ["encrypted_password", "$2a$04$o2RI63QQuwmT2rkujR2GjerfRuhfon0Maf4BEfBwKA0j17iARSTxa"], ["created_at", "2017-09-17 20:30:12.846636"], ["updated_at", "2017-09-17 20:30:12.846636"], ["name", "Dr. Jared Erdman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Passage to India"], ["description", "Modi qui nesciunt. Unde laborum repellat aut id fugiat. Possimus inventore ullam molestiae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Al Hartmann"], ["created_at", "2017-09-17 20:30:12.848712"], ["updated_at", "2017-09-17 20:30:12.848712"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandrine@moencruickshank.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alexandrine@moencruickshank.co"], ["encrypted_password", "$2a$04$W04vNkCx0r/qtFqoXOpryuoAyDaia/0N9Y.eKrVlcXubDkmhyzZiW"], ["created_at", "2017-09-17 20:30:12.859383"], ["updated_at", "2017-09-17 20:30:12.859383"], ["name", "Kayden Lebsack"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Heart Is Deceitful Above All Things"], ["description", "Voluptas sapiente sed nihil ut beatae. Velit expedita ratione et quis fugit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alexys Reichert"], ["created_at", "2017-09-17 20:30:12.861445"], ["updated_at", "2017-09-17 20:30:12.861445"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "daisy@gloverdach.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "daisy@gloverdach.co"], ["encrypted_password", "$2a$04$yZGHTQMxUpkN7zCRlLKuiOKTT7Q9j/.ApphG/yGhlU37l292.C/WO"], ["created_at", "2017-09-17 20:30:12.870480"], ["updated_at", "2017-09-17 20:30:12.870480"], ["name", "Tatyana Schmitt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Terrible Swift Sword"], ["description", "Qui in quos qui autem maiores alias voluptas. Autem veniam ullam. Nisi et vel et ab incidunt modi architecto."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Triston Lowe"], ["created_at", "2017-09-17 20:30:12.873687"], ["updated_at", "2017-09-17 20:30:12.873687"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "moises@predovicoconner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "moises@predovicoconner.info"], ["encrypted_password", "$2a$04$9nM8io/eWc2FZVaLfTlKJensH.7T5bJcy7Zm0UCUM5Cfz4fsh8FPK"], ["created_at", "2017-09-17 20:30:12.884309"], ["updated_at", "2017-09-17 20:30:12.884309"], ["name", "Cierra Ziemann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moving Finger"], ["description", "Aut adipisci dolorem ab nobis. Commodi fugiat repellendus dolores sed delectus et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Lue Metz"], ["created_at", "2017-09-17 20:30:12.886222"], ["updated_at", "2017-09-17 20:30:12.886222"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leila@grant.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leila@grant.org"], ["encrypted_password", "$2a$04$nQ7kbkiKtE8dDIxGnxge5.gRvL1ynQpKfJAOoEDoMK98hFNYIbRaa"], ["created_at", "2017-09-17 20:30:12.898505"], ["updated_at", "2017-09-17 20:30:12.898505"], ["name", "Alysha Goldner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Farewell to Arms"], ["description", "Esse omnis distinctio consequatur voluptates dignissimos dolor. Consequuntur ex nihil sed et aperiam fugiat molestias."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amya Feeney"], ["created_at", "2017-09-17 20:30:12.900431"], ["updated_at", "2017-09-17 20:30:12.900431"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nellie@maggiolittle.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nellie@maggiolittle.info"], ["encrypted_password", "$2a$04$S7xw2Iev4rJm4y1zl3.KLuwn.dYUXvwd5Pby825Znh9QOSL7mzZfO"], ["created_at", "2017-09-17 20:30:12.912075"], ["updated_at", "2017-09-17 20:30:12.912075"], ["name", "Randall Hermann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wives of Bath"], ["description", "Explicabo voluptas sed minus. Commodi facilis nesciunt ea sed consequatur. Corrupti occaecati pariatur dolorem autem omnis veritatis. Doloribus optio est qui est aliquid quia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Erwin Denesik"], ["created_at", "2017-09-17 20:30:12.915038"], ["updated_at", "2017-09-17 20:30:12.915038"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kory.kiehn@mayertcrona.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kory.kiehn@mayertcrona.com"], ["encrypted_password", "$2a$04$U0oB4z9E5WM4NXNV9widMuj8JERYjwCPbcDTrdgWcBMJzkzNCqZkG"], ["created_at", "2017-09-17 20:30:12.925884"], ["updated_at", "2017-09-17 20:30:12.925884"], ["name", "Mabelle Mueller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Arms and the Man"], ["description", "Sunt necessitatibus dolor quos veniam unde doloremque. Qui tenetur nulla ex officiis atque nihil. Totam autem perspiciatis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dayne Torp II"], ["created_at", "2017-09-17 20:30:12.928043"], ["updated_at", "2017-09-17 20:30:12.928043"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fermin@schimmelrohan.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fermin@schimmelrohan.info"], ["encrypted_password", "$2a$04$uiJWyizjSN2nFgY0pRYOa.mDQUliO0mXDdBHb0oTHqFLuZPmR9Zjy"], ["created_at", "2017-09-17 20:30:12.940855"], ["updated_at", "2017-09-17 20:30:12.940855"], ["name", "Oran Barrows"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In a Glass Darkly"], ["description", "Et occaecati aliquid unde. Natus voluptatem beatae. Nihil ut aspernatur sequi aut dolore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kaitlyn Zieme"], ["created_at", "2017-09-17 20:30:12.943049"], ["updated_at", "2017-09-17 20:30:12.943049"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "crystal@welch.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "crystal@welch.name"], ["encrypted_password", "$2a$04$xKg1yK.iLf5.I1c5HcGlgeKJnA4v/7LdcZizk24EbMpf7s8CZaNMa"], ["created_at", "2017-09-17 20:30:12.955670"], ["updated_at", "2017-09-17 20:30:12.955670"], ["name", "Alta Hirthe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Proper Study"], ["description", "Quasi numquam soluta reiciendis nihil. Ullam sit dolores dolorem. Sit officia excepturi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nyah Cronin"], ["created_at", "2017-09-17 20:30:12.958007"], ["updated_at", "2017-09-17 20:30:12.958007"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rickey@hammes.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rickey@hammes.info"], ["encrypted_password", "$2a$04$LUfoSPOFW0LvyUgn5P9BEuyMJe2H8wKyKaT5or1fxef7PqWKqOVui"], ["created_at", "2017-09-17 20:30:12.968142"], ["updated_at", "2017-09-17 20:30:12.968142"], ["name", "Orrin Collier"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Far From the Madding Crowd"], ["description", "Quo qui assumenda dolores veritatis. Non molestiae quis aut. Magnam aut voluptates labore iure non. Est natus et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mina Purdy"], ["created_at", "2017-09-17 20:30:12.970489"], ["updated_at", "2017-09-17 20:30:12.970489"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "irwin@lemke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "irwin@lemke.name"], ["encrypted_password", "$2a$04$AR9xGA83M5h57Ucol75q5OdbE8zFeXaMV.0sarDHAnsvpmnoWRg/u"], ["created_at", "2017-09-17 20:30:12.982973"], ["updated_at", "2017-09-17 20:30:12.982973"], ["name", "Don Adams DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Green Bay Tree"], ["description", "Harum earum consectetur quis aut illo assumenda. Aspernatur dolores ut. Ex placeat maxime delectus id in aut temporibus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jaime Reichel"], ["created_at", "2017-09-17 20:30:12.985313"], ["updated_at", "2017-09-17 20:30:12.985313"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shany@howellreinger.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shany@howellreinger.name"], ["encrypted_password", "$2a$04$V4gkvMwOsJ7V1lRb/tGsruGNSGLHhiYmJzUiZ1XxbLFFm9QTvL3zm"], ["created_at", "2017-09-17 20:30:12.998253"], ["updated_at", "2017-09-17 20:30:12.998253"], ["name", "Miss Aurore Gerhold"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Jesting Pilate"], ["description", "Rem tempora a accusamus in minima. Eum unde nesciunt et. Quo similique omnis quibusdam saepe. Saepe molestiae dolorum ut possimus qui qui omnis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Emilie Koch"], ["created_at", "2017-09-17 20:30:13.000408"], ["updated_at", "2017-09-17 20:30:13.000408"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (81.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "toby.conn@ankunding.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "toby.conn@ankunding.name"], ["encrypted_password", "$2a$04$NKblbHxr0.OhyQR/JnNz8OFMBPpkPnpRV4QXsiMEyPcv9pLjswxBi"], ["created_at", "2017-09-17 20:30:13.274368"], ["updated_at", "2017-09-17 20:30:13.274368"], ["name", "Garnett Adams"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "creola@sengerpouros.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "creola@sengerpouros.io"], ["encrypted_password", "$2a$04$INsR3Xc0N8geWVdDO5/xmu5yiYuoZC/rX8gcfIVoKQSkmtxke9e6m"], ["created_at", "2017-09-17 20:30:13.283767"], ["updated_at", "2017-09-17 20:30:13.283767"], ["name", "Dr. Leo Prosacco"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "norval.wisoky@buckridge.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "norval.wisoky@buckridge.co"], ["encrypted_password", "$2a$04$/7.u002CWcG6Oq8NNSMnMegd7aSunEuj8jlVUKSOPJVqJblpKMtMm"], ["created_at", "2017-09-17 20:30:13.292135"], ["updated_at", "2017-09-17 20:30:13.292135"], ["name", "Charley Casper"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reggie.legros@watsica.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "reggie.legros@watsica.com"], ["encrypted_password", "$2a$04$NqbFgGqxwIqMWcwpLQB5KeFRGzyalOhCK3aAAjbV5k0h32ckibeB2"], ["created_at", "2017-09-17 20:30:13.304956"], ["updated_at", "2017-09-17 20:30:13.304956"], ["name", "Ms. Lora Volkman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "onie@legros.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "onie@legros.com"], ["encrypted_password", "$2a$04$PHJc17Jo0HffdDYjq/TR8eMWOq8QtqM/a.lWfCvgbRGnnK2F.fKSa"], ["created_at", "2017-09-17 20:30:13.315687"], ["updated_at", "2017-09-17 20:30:13.315687"], ["name", "Minerva Johnson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "olaf.greenfelder@kilbackjohns.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "olaf.greenfelder@kilbackjohns.io"], ["encrypted_password", "$2a$04$6CoJVqVWvbIZVrEWGlS8GeCJpSCGfSOA2QXSI65NKqoinw6Xa3ZDy"], ["created_at", "2017-09-17 20:30:13.326563"], ["updated_at", "2017-09-17 20:30:13.326563"], ["name", "Ford Smith"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kathlyn_leuschke@gerlach.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kathlyn_leuschke@gerlach.org"], ["encrypted_password", "$2a$04$RELL.5L2l4JUnlsR6Kf8vuKXIvJaGpxGgWqtUf5S0iH06ODJjId9m"], ["created_at", "2017-09-17 20:30:13.337441"], ["updated_at", "2017-09-17 20:30:13.337441"], ["name", "Frida Kutch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (67.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hollis@prosaccobeahan.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hollis@prosaccobeahan.org"], ["encrypted_password", "$2a$04$bYOqPYCPfOaTTBRTOiDKk.qVl9Q50rFN3KOW22jXqvWG4mnz1.iBS"], ["created_at", "2017-09-17 20:30:13.656187"], ["updated_at", "2017-09-17 20:30:13.656187"], ["name", "Estefania Carroll"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 17:30:13 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 20:30:13.666049"], ["last_sign_in_at", "2017-09-17 20:30:13.666049"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 20:30:13.666496"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT "books".* FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
Rendered books/index.html.erb within layouts/application (1.9ms)
Rendered layouts/shared/_header.html.erb (0.7ms)

Completed 200 OK in 238ms (Views: 237.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (86.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delmer@cole.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "delmer@cole.info"], ["encrypted_password", "$2a$04$HFmOqE2dfZ32m36YN/aXs.x9JofUMKpdmZ15keE4fAGb094RR33Ai"], ["created_at", "2017-09-17 20:30:14.180497"], ["updated_at", "2017-09-17 20:30:14.180497"], ["name", "Opal Bednar"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 17:30:14 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 20:30:14.184677"], ["last_sign_in_at", "2017-09-17 20:30:14.184677"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 20:30:14.185338"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.3ms)  SELECT "users".* FROM "users" WHERE "users"."deleted" = ?  [["deleted", "f"]]
Rendered users/index.html.erb within layouts/application (2.6ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 17:30:14 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.0ms)
Rendered users/sessions/new.html.erb within layouts/application (51.7ms)

Completed 200 OK in 59ms (Views: 54.6ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (74.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.6ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amari.kiehn@anderson.io"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "amari.kiehn@anderson.io"], ["encrypted_password", "$2a$04$x1A08bkyq4bD5G7tj1UEtuxI0VUTZN5cyfeaDbUq3g4PwOiMoaDOa"], ["created_at", "2017-09-17 20:30:14.519710"], ["updated_at", "2017-09-17 20:30:14.519710"], ["name", "Robin Fahey"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 17:30:14 -0300

 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 20:30:14.525347"], ["last_sign_in_at", "2017-09-17 20:30:14.525347"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 20:30:14.526409"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.4ms)  SELECT "users".* FROM "users" WHERE "users"."deleted" = ?  [["deleted", "f"]]
Rendered users/index.html.erb within layouts/application (2.4ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.4ms)

 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (77.7ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (99.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.2ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.3ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.2ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vivienne_ebert@walkerrolfson.co"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vivienne_ebert@walkerrolfson.co"], ["encrypted_password", "$2a$04$kWq9jAMOCClqOdeL.m16wO1KLWadABtZY5mOET4InadNKRsR9IGRS"], ["created_at", "2017-09-17 20:30:15.407607"], ["updated_at", "2017-09-17 20:30:15.407607"], ["name", "Khalil Nienow"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Catskill Eagle"], ["description", "Repudiandae aspernatur expedita. Sunt magnam harum accusantium quia aspernatur. Quod eaque fugit accusantium cum quisquam sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tamia Gleichner"], ["created_at", "2017-09-17 20:30:15.412981"], ["updated_at", "2017-09-17 20:30:15.412981"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (15.3ms)
Rendered books/edit.html.erb (29.6ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (83.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (65.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clarabelle_spinka@conn.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "clarabelle_spinka@conn.biz"], ["encrypted_password", "$2a$04$SYTd20Yxk73QHDmwhh3DjuKO/MlkPnvSSJ4uaeFEtNTgxg6o0V5Zy"], ["created_at", "2017-09-17 20:30:15.708740"], ["updated_at", "2017-09-17 20:30:15.708740"], ["name", "Arthur Durgan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:30:15.716247"], ["updated_at", "2017-09-17 20:30:15.716247"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 20:30:15.718387"], ["updated_at", "2017-09-17 20:30:15.718387"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (3.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (95.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (88.1ms)  DELETE FROM "users";
 (1.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.0ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "franco@mueller.biz"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "franco@mueller.biz"], ["encrypted_password", "$2a$04$3.n7X84C6W37C08C5lqE8OD77oSoFos8K3G0mGCBO/Tz.iNQof5Na"], ["created_at", "2017-09-17 20:30:16.044456"], ["updated_at", "2017-09-17 20:30:16.044456"], ["name", "Uriah Brakus"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (20.8ms)
Rendered books/new.html.erb (22.9ms)
 (0.2ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (88.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (86.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 20:30:16.347992"], ["updated_at", "2017-09-17 20:30:16.347992"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (2.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (91.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tyson.conroy@klocko.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "tyson.conroy@klocko.org"], ["encrypted_password", "$2a$04$gzTUQvyH2smsaoguDUqreuiP9ltij2IIpPpvi9XCsBASqXBXtWzaO"], ["created_at", "2017-09-17 20:30:16.636691"], ["updated_at", "2017-09-17 20:30:16.636691"], ["name", "Roman Brekke"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (13.0ms)
Rendered users/edit.html.erb (22.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (77.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (1.0ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$JPhN9AkZ2Ht6L5qScj2.AOm.fjd1Q/IJd.UN4nRbr8jh17L91Exze"], ["created_at", "2017-09-17 20:30:16.914918"], ["updated_at", "2017-09-17 20:30:16.914918"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (2.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (69.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (77.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "books";
 (0.9ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (7.0ms)
Rendered users/new.html.erb (8.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (87.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (2.9ms)
Rendered users/sessions/new.html.erb (26.9ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (87.5ms)  DELETE FROM "ar_internal_metadata";
 (0.9ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (86.5ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "guiseppe@rice.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "guiseppe@rice.name"], ["encrypted_password", "$2a$04$UUTWxfbsTR/r63nuj.iqlOCN3MmvZ7qJNg4CW0cXXgaHxpHAbyCmO"], ["created_at", "2017-09-17 20:30:17.732580"], ["updated_at", "2017-09-17 20:30:17.732580"], ["name", "Chesley Schmeler"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (0.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (86.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (65.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  DROP TABLE IF EXISTS "books"
 (0.1ms)  SELECT sqlite_version(*)
 (110.0ms)  CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "image" varchar, "status" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "author" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer)
 (110.3ms)  CREATE  INDEX "index_books_on_user_id" ON "books" ("user_id")
 (0.4ms)  DROP TABLE IF EXISTS "users"
 (119.5ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar, "status" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "admin" boolean DEFAULT 'f')
 (88.6ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (0.2ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_email' AND type='index'



 (122.4ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (142.4ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (59.3ms)  INSERT INTO "schema_migrations" (version) VALUES (20170917184150)
 (77.3ms)  INSERT INTO "schema_migrations" (version) VALUES

(20170917184031), (20170916144801), (20170916152429), (20170916144726);



 (98.0ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.0ms)  begin transaction
SQL (0.2ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2017-09-17 21:03:20.611497"], ["updated_at", "2017-09-17 21:03:20.611497"]]
 (67.6ms)  commit transaction
ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.0ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anahi_ko@mertzrippin.co"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "anahi_ko@mertzrippin.co"], ["encrypted_password", "$2a$04$x4W5hD.FyrA9gzaSO09DpudHGYbG65D4yXG1ZZdjloqRJVVtrsRq6"], ["created_at", "2017-09-17 21:03:21.127616"], ["updated_at", "2017-09-17 21:03:21.127616"], ["name", "Luisa Armstrong PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elvera@spencer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elvera@spencer.com"], ["encrypted_password", "$2a$04$hvqBh7Wh8zqrOsu5XM.94OzRn36fufy6DdDv1rQHpx1VCd2izoFci"], ["created_at", "2017-09-17 21:03:21.132530"], ["updated_at", "2017-09-17 21:03:21.132530"], ["name", "Mrs. Talon O'Reilly"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Wildfire at Midnight"], ["description", "Sunt aut deleniti a eius omnis et. Non omnis incidunt. Nulla sint accusamus. Blanditiis nam ducimus nemo voluptatibus illum molestiae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Pearline Brekke"], ["created_at", "2017-09-17 21:03:21.145069"], ["updated_at", "2017-09-17 21:03:21.145069"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilford.bartell@dibbert.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wilford.bartell@dibbert.name"], ["encrypted_password", "$2a$04$Zr01IQEmm/wXM5mM1cVh4.vVjLWQCH/pqiU7Numrml5Zrq0jHZcue"], ["created_at", "2017-09-17 21:03:21.166593"], ["updated_at", "2017-09-17 21:03:21.166593"], ["name", "Kenneth Reilly"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caterina@streich.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caterina@streich.io"], ["encrypted_password", "$2a$04$ngn1ZC5.jHrzddtU3/aWJO2s3yJ40AQt0mmGli1Et2NmY5J5DYv6a"], ["created_at", "2017-09-17 21:03:21.170845"], ["updated_at", "2017-09-17 21:03:21.170845"], ["name", "Lesley Hodkiewicz"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Alone on a Wide, Wide Sea"], ["description", "Est illo est. Necessitatibus officia repellendus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Madelyn Graham"], ["created_at", "2017-09-17 21:03:21.172510"], ["updated_at", "2017-09-17 21:03:21.172510"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.2ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keagan_ward@corwin.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "keagan_ward@corwin.info"], ["encrypted_password", "$2a$04$20945wTqyfRS3PaQvvo5OOkrKHuQAiu0YS2FQWpwM10NhhaQEHW2i"], ["created_at", "2017-09-17 21:03:21.187389"], ["updated_at", "2017-09-17 21:03:21.187389"], ["name", "Miss Carolyn Dickinson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "melya@kshlerin.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "melya@kshlerin.name"], ["encrypted_password", "$2a$04$IoBYCncqYFAa.ZI3ObBg8eotlFm2qvQUBKYKCbrHIkN8PQqcPIwj6"], ["created_at", "2017-09-17 21:03:21.191605"], ["updated_at", "2017-09-17 21:03:21.191605"], ["name", "Brody Hoppe"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.3ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "okey@lubowitzharvey.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "okey@lubowitzharvey.biz"], ["encrypted_password", "$2a$04$TYs/GAkPvlYdJhIOg96V.uouca81nA25H8euH09Ws98VfQgC177Zi"], ["created_at", "2017-09-17 21:03:21.203759"], ["updated_at", "2017-09-17 21:03:21.203759"], ["name", "Ofelia Hills"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "estel@gorczany.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "estel@gorczany.com"], ["encrypted_password", "$2a$04$Vt542xt4570UE8uBW9h56O.fgzBzQMhHa4ocOojiprGBu6vGN3P6S"], ["created_at", "2017-09-17 21:03:21.208573"], ["updated_at", "2017-09-17 21:03:21.208573"], ["name", "Haylee Stark"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Mr Standfast"], ["description", "Alias aut quibusdam. Minima non et aut enim nobis quo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Remington Stark II"], ["created_at", "2017-09-17 21:03:21.210533"], ["updated_at", "2017-09-17 21:03:21.210533"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stone@rowehagenes.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stone@rowehagenes.co"], ["encrypted_password", "$2a$04$jbEuA8P4xE1UAYQVxdolA.TbXWAJbMWRg0jYqXhs5BDdHY/fAbQVe"], ["created_at", "2017-09-17 21:03:21.223152"], ["updated_at", "2017-09-17 21:03:21.223152"], ["name", "Dagmar MacGyver"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roselyn_hyatt@spinka.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "roselyn_hyatt@spinka.co"], ["encrypted_password", "$2a$04$MzvZuO/ptc42uyVoiT8upuAzEGxWgrlAjrMgvAc1f1yXdArqU7oVa"], ["created_at", "2017-09-17 21:03:21.227444"], ["updated_at", "2017-09-17 21:03:21.227444"], ["name", "Phyllis Miller"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Sincere Bruen", "description"=>"Sed omnis esse enim voluptas nihil. Unde est rem beatae.", "image"=>"http://lorempixel.com/200/200", "name"=>"Now Sleeps the Crimson Petal", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Now Sleeps the Crimson Petal"], ["description", "Sed omnis esse enim voluptas nihil. Unde est rem beatae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Sincere Bruen"], ["created_at", "2017-09-17 21:03:21.238023"], ["updated_at", "2017-09-17 21:03:21.238023"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "osvaldo@kutchmosciski.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "osvaldo@kutchmosciski.biz"], ["encrypted_password", "$2a$04$baykFATgAy9op/hWSH9NiesJX8/wtvay1NmcsBWfkST/uI6xxCFa."], ["created_at", "2017-09-17 21:03:21.249793"], ["updated_at", "2017-09-17 21:03:21.249793"], ["name", "Ms. Cristina Hirthe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kenny@pfannerstill.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kenny@pfannerstill.com"], ["encrypted_password", "$2a$04$amLUR6Jvh98rT691q/xEQePY22olbPIaYFB0xNQnFQcq2lt1RJara"], ["created_at", "2017-09-17 21:03:21.253766"], ["updated_at", "2017-09-17 21:03:21.253766"], ["name", "Riley Bruen II"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Earlene Macejkovic", "description"=>"Ex numquam qui vel harum quisquam nam provident. Neque repellat cum commodi est. Alias est esse blanditiis nesciunt. Dolorem libero quibusdam sed fugiat laudantium temporibus magni.", "image"=>"http://lorempixel.com/200/200", "name"=>"To Your Scattered Bodies Go", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Your Scattered Bodies Go"], ["description", "Ex numquam qui vel harum quisquam nam provident. Neque repellat cum commodi est. Alias est esse blanditiis nesciunt. Dolorem libero quibusdam sed fugiat laudantium temporibus magni."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Earlene Macejkovic"], ["created_at", "2017-09-17 21:03:21.257626"], ["updated_at", "2017-09-17 21:03:21.257626"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "genesis.dickinson@lindgrenmclaughlin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "genesis.dickinson@lindgrenmclaughlin.net"], ["encrypted_password", "$2a$04$UIqiEi4g2zNARQ5SD.DwrOyUwpnSwMOdeEEeOUiCIkGoOyhGidrf6"], ["created_at", "2017-09-17 21:03:21.268705"], ["updated_at", "2017-09-17 21:03:21.268705"], ["name", "Weston Gutkowski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "erich@jerdeschmitt.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "erich@jerdeschmitt.io"], ["encrypted_password", "$2a$04$v22ToEOtxWKosJXuYW2HAu53y4KGmC8uHiBkZUIYmswgSNUuTp31y"], ["created_at", "2017-09-17 21:03:21.272954"], ["updated_at", "2017-09-17 21:03:21.272954"], ["name", "Erika Greenfelder I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Mrs. Vivianne Hintz", "description"=>"Quia sit saepe accusamus impedit eaque et. Iusto debitis velit.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ofelia_sauer@koelpin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ofelia_sauer@koelpin.net"], ["encrypted_password", "$2a$04$nYACl0jlbOZcekCfoFHpN.g4kM55CTpwJT6ENMYtg7.tMDIeGuv9e"], ["created_at", "2017-09-17 21:03:21.286086"], ["updated_at", "2017-09-17 21:03:21.286086"], ["name", "Marquis Jacobs"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jacques.yost@smitham.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jacques.yost@smitham.info"], ["encrypted_password", "$2a$04$xcMkwOZOFqPJXQsXIRVUIe/mATJgGmf.ba6qmhwme6mPo9wqJePaO"], ["created_at", "2017-09-17 21:03:21.290366"], ["updated_at", "2017-09-17 21:03:21.290366"], ["name", "Olen Kris"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Specimen Days"], ["description", "Sunt omnis beatae id at commodi quam totam. Sapiente est in neque. Impedit eum voluptatem officiis ut repudiandae id culpa."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Keyon Rowe PhD"], ["created_at", "2017-09-17 21:03:21.292070"], ["updated_at", "2017-09-17 21:03:21.292070"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 21:03:21.295553"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "willard@kshlerin.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "willard@kshlerin.org"], ["encrypted_password", "$2a$04$6Z757sGZMIqH1zOY48ryyu5AOx7Alr5e6KFkkkpHln.PlBSqVLURO"], ["created_at", "2017-09-17 21:03:21.306874"], ["updated_at", "2017-09-17 21:03:21.306874"], ["name", "Dr. Braulio Spencer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tristin.smitham@rowe.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tristin.smitham@rowe.io"], ["encrypted_password", "$2a$04$xal1WepHPFDJ/He.c73Wce9t133vyoyU9i8aMQBLUGD23WWI2WqRK"], ["created_at", "2017-09-17 21:03:21.310941"], ["updated_at", "2017-09-17 21:03:21.310941"], ["name", "Adam Beier"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Officiis illo natus et ipsam velit beatae. Similique est magnam non amet ea. Cupiditate dolore placeat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ayden Herzog I"], ["created_at", "2017-09-17 21:03:21.312699"], ["updated_at", "2017-09-17 21:03:21.312699"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Ayden Herzog I", "description"=>"Officiis illo natus et ipsam velit beatae. Similique est magnam non amet ea. Cupiditate dolore placeat.", "image"=>"http://lorempixel.com/200/200", "name"=>"Shall not Perish", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lela_rowe@gleichner.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lela_rowe@gleichner.org"], ["encrypted_password", "$2a$04$T5P5rNTJrIfQt91S3ojBkOZ/tgcAEwTtEAWcwQNCLRDPAiDsrjIb."], ["created_at", "2017-09-17 21:03:21.325561"], ["updated_at", "2017-09-17 21:03:21.325561"], ["name", "Katlyn Lindgren"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nannie@mitchell.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nannie@mitchell.io"], ["encrypted_password", "$2a$04$3e8WyU4Fi7kSyG8xzax34Om/AOqilRRnY5QNpU7Z7VJWGGlTWEWuO"], ["created_at", "2017-09-17 21:03:21.330013"], ["updated_at", "2017-09-17 21:03:21.330013"], ["name", "Lizeth Hansen"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "An Acceptable Time"], ["description", "Optio quidem repellendus enim consequuntur. Aliquam quam vel placeat. Sapiente sequi doloribus odio aut rem et voluptatem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Chris Morar"], ["created_at", "2017-09-17 21:03:21.331671"], ["updated_at", "2017-09-17 21:03:21.331671"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Isaias McKenzie", "description"=>"Dolorem exercitationem sed. Quo quaerat autem debitis est ullam esse facere.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darrin_schimmel@brekkecummings.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "darrin_schimmel@brekkecummings.com"], ["encrypted_password", "$2a$04$gP8lVZzmvadQX8Ft65u8au9AyhvsiCNyFiNI1/Ptdx5CMPMVMocjK"], ["created_at", "2017-09-17 21:03:21.345174"], ["updated_at", "2017-09-17 21:03:21.345174"], ["name", "Robin Feest"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "will@glover.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "will@glover.name"], ["encrypted_password", "$2a$04$vj5FvxPcog06HepeJjaGj.5qLcpLG/nbYNPoL53dJiYPJePI0tdEm"], ["created_at", "2017-09-17 21:03:21.350155"], ["updated_at", "2017-09-17 21:03:21.350155"], ["name", "Noelia Block"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Heart Is a Lonely Hunter"], ["description", "Quis vel repellendus accusantium non. Explicabo ut neque minima aut ex. Nesciunt est provident non suscipit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Barrett Hammes II"], ["created_at", "2017-09-17 21:03:21.351836"], ["updated_at", "2017-09-17 21:03:21.351836"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:03:21.355576"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jabari.flatley@wintheiserskiles.co"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jabari.flatley@wintheiserskiles.co"], ["encrypted_password", "$2a$04$0944NF3a.BwzCue5CJAR/uIHeHjIsCsg2UFAsRhCHL21VkQoeyeNy"], ["created_at", "2017-09-17 21:03:21.365175"], ["updated_at", "2017-09-17 21:03:21.365175"], ["name", "Richie Ernser"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chase@brakus.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chase@brakus.biz"], ["encrypted_password", "$2a$04$1lHStKXpFUADpJApGnnfHeGogMk9liuBptaD8jvb9hRUDDY.uh4pO"], ["created_at", "2017-09-17 21:03:21.370240"], ["updated_at", "2017-09-17 21:03:21.370240"], ["name", "Mrs. Amani Price"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "An Instant In The Wind"], ["description", "Velit cum similique dolorem rem. Officiis harum rerum praesentium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Kevin Romaguera"], ["created_at", "2017-09-17 21:03:21.371852"], ["updated_at", "2017-09-17 21:03:21.371852"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:03:21.375101"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (127.3ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jasmin_huels@zboncak.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jasmin_huels@zboncak.org"], ["encrypted_password", "$2a$04$irDf2g6xF0LwQYVcfT7bseS4GS1A9RqXXZcDaLkE5wy0HYD1vFUFO"], ["created_at", "2017-09-17 21:31:30.266673"], ["updated_at", "2017-09-17 21:31:30.266673"], ["name", "Lee Gleichner DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "johan@lowe.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "johan@lowe.org"], ["encrypted_password", "$2a$04$0bvAWrY52CVBOWb47fKq0utac83R/eXYkddKScH8mXW7WhL/13c1W"], ["created_at", "2017-09-17 21:31:30.271566"], ["updated_at", "2017-09-17 21:31:30.271566"], ["name", "Mr. Justice Raynor"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "An Evil Cradling"], ["description", "Ea amet recusandae magni. Qui velit tempora non. Aspernatur deserunt nobis. Temporibus sequi hic nobis et quia commodi vero."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Carey O'Keefe"], ["created_at", "2017-09-17 21:31:30.280333"], ["updated_at", "2017-09-17 21:31:30.280333"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 17ms (Views: 10.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "linnea@conroy.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "linnea@conroy.io"], ["encrypted_password", "$2a$04$nMyxX157j6zoevnJ3UF8jORq7Z9pSQULs8woK60rg7pQ0FBJzwuRu"], ["created_at", "2017-09-17 21:31:30.308056"], ["updated_at", "2017-09-17 21:31:30.308056"], ["name", "Mrs. Marley Yundt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carolyne_koepp@roberts.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carolyne_koepp@roberts.info"], ["encrypted_password", "$2a$04$IfNDiH8TD9nhKDB2HTUb9OZWpzAQadM5k0zEeU2s/ueoVtJ9K4lyy"], ["created_at", "2017-09-17 21:31:30.312699"], ["updated_at", "2017-09-17 21:31:30.312699"], ["name", "Alison Vandervort"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Mermaids Singing"], ["description", "Placeat magnam est autem omnis aspernatur. Error consequuntur et aut dolorem qui nihil."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Edwina Nienow"], ["created_at", "2017-09-17 21:31:30.315518"], ["updated_at", "2017-09-17 21:31:30.315518"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dayne.mraz@whitehansen.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dayne.mraz@whitehansen.io"], ["encrypted_password", "$2a$04$ScbV2mQ3XzoHmqK0VcH2XOKHgkA74iEyEmoVWiqhAZEY5ZZUKYk6O"], ["created_at", "2017-09-17 21:31:30.329853"], ["updated_at", "2017-09-17 21:31:30.329853"], ["name", "Jeanne Dibbert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mafalda@fisher.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mafalda@fisher.com"], ["encrypted_password", "$2a$04$sCm5wczSM/k77Uo882Y2sOhC/L2AGiptaeekAJvIk/TN348CXhj6m"], ["created_at", "2017-09-17 21:31:30.334921"], ["updated_at", "2017-09-17 21:31:30.334921"], ["name", "Vern Stark"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "junior.stracke@robel.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "junior.stracke@robel.net"], ["encrypted_password", "$2a$04$Rkltc0u2sT5dV97XU.StgOVAlSkaVFRmUhqjr24KoOBV534ogVM/2"], ["created_at", "2017-09-17 21:31:30.347554"], ["updated_at", "2017-09-17 21:31:30.347554"], ["name", "Kenton Stamm"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "theresia.armstrong@larson.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "theresia.armstrong@larson.net"], ["encrypted_password", "$2a$04$tcGX19WC/WZ4C51A6XSAeOG6TJPVGAauhyZb0UVBs/RgVEJW1qo7a"], ["created_at", "2017-09-17 21:31:30.351598"], ["updated_at", "2017-09-17 21:31:30.351598"], ["name", "Dr. Rosemarie Price"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "If I Forget Thee Jerusalem"], ["description", "Voluptatem consequatur rerum. Veniam perferendis molestiae dolore error dignissimos et ducimus. Suscipit iusto perspiciatis aperiam aut eos odit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Zander McClure"], ["created_at", "2017-09-17 21:31:30.354309"], ["updated_at", "2017-09-17 21:31:30.354309"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.5ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jackson.fritsch@zemlak.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jackson.fritsch@zemlak.net"], ["encrypted_password", "$2a$04$m3JWMvxEGLIrQ3FviaDSnOFhYLufaJ4W0y6GdcOxoI8nit8pZRjgW"], ["created_at", "2017-09-17 21:31:30.367142"], ["updated_at", "2017-09-17 21:31:30.367142"], ["name", "Alanna Reinger DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abby.bechtelar@hudson.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "abby.bechtelar@hudson.com"], ["encrypted_password", "$2a$04$sgCRxQiGvyBh/Ti8UDQ3IOrnmzfUwA8wnmpdg8Rct6J/0fEyyYjym"], ["created_at", "2017-09-17 21:31:30.371805"], ["updated_at", "2017-09-17 21:31:30.371805"], ["name", "Krystel Fritsch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Davonte Langworth", "description"=>"Veritatis sint ut. Enim explicabo ducimus. Sit et quis hic.", "image"=>"http://lorempixel.com/200/200", "name"=>"Paths of Glory", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Paths of Glory"], ["description", "Veritatis sint ut. Enim explicabo ducimus. Sit et quis hic."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Davonte Langworth"], ["created_at", "2017-09-17 21:31:30.384832"], ["updated_at", "2017-09-17 21:31:30.384832"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "catherine.rohan@fahey.name"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "catherine.rohan@fahey.name"], ["encrypted_password", "$2a$04$WRvkZ0OBO9YG1c0hQPRD4OYAfS1zaSUmR4yfSwIZwEZFwYilX2fSS"], ["created_at", "2017-09-17 21:31:30.395754"], ["updated_at", "2017-09-17 21:31:30.395754"], ["name", "Mrs. Opal Feeney"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emmanuelle.goyette@osinski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emmanuelle.goyette@osinski.co"], ["encrypted_password", "$2a$04$.UG4CVqoesiG.AKNCxO0oeNOdwkgWgdC3YkwQhzQuZ9jPvIDQ.7Ae"], ["created_at", "2017-09-17 21:31:30.400618"], ["updated_at", "2017-09-17 21:31:30.400618"], ["name", "Carmela Feest"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dr. Bradley Stehr", "description"=>"Perspiciatis aut repellendus voluptatibus quaerat assumenda ut praesentium. Corporis ullam cupiditate quo hic dolorum distinctio ut. Sunt et et molestias.", "image"=>"http://lorempixel.com/200/200", "name"=>"Clouds of Witness", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Clouds of Witness"], ["description", "Perspiciatis aut repellendus voluptatibus quaerat assumenda ut praesentium. Corporis ullam cupiditate quo hic dolorum distinctio ut. Sunt et et molestias."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Bradley Stehr"], ["created_at", "2017-09-17 21:31:30.404460"], ["updated_at", "2017-09-17 21:31:30.404460"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "consuelo_harris@predovic.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "consuelo_harris@predovic.co"], ["encrypted_password", "$2a$04$g6EDLhBUl7rn6Qit4IMt9OV6/mhMsWsNb/0BoEVL4yEu5XWuR3i7e"], ["created_at", "2017-09-17 21:31:30.416148"], ["updated_at", "2017-09-17 21:31:30.416148"], ["name", "Marcus Metz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garry.hilpert@hirthedickens.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "garry.hilpert@hirthedickens.io"], ["encrypted_password", "$2a$04$.HcWy5lOIIXyha1bGU6ZRuy8pC8Ec7EEUHFSb2chvmE55rBsnm7gu"], ["created_at", "2017-09-17 21:31:30.420558"], ["updated_at", "2017-09-17 21:31:30.420558"], ["name", "Favian Schamberger"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Adolph Prosacco DDS", "description"=>"Vel sit inventore commodi neque illo. Deleniti minus veniam inventore exercitationem est corporis.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sterling.upton@runolfon.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sterling.upton@runolfon.com"], ["encrypted_password", "$2a$04$hN3oRMUX3NV2D66JkrdLkeWXhj83R3nG6isYpt3/JFEIL1CJuEg4u"], ["created_at", "2017-09-17 21:31:30.434238"], ["updated_at", "2017-09-17 21:31:30.434238"], ["name", "Agnes Kirlin"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "deanna_thompson@anderson.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "deanna_thompson@anderson.org"], ["encrypted_password", "$2a$04$paXkamCADQJhQ.Ui9vxFj.7w0/V.R5saWxvcbJ5MLVYixSthOKJae"], ["created_at", "2017-09-17 21:31:30.439548"], ["updated_at", "2017-09-17 21:31:30.439548"], ["name", "Demond Lind"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wealth of Nations"], ["description", "At optio et harum et necessitatibus. Similique aut aperiam. Qui laborum aut aliquid nobis omnis omnis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Antonina Hirthe"], ["created_at", "2017-09-17 21:31:30.441292"], ["updated_at", "2017-09-17 21:31:30.441292"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 21:31:30.445169"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gus.smitham@mrazstanton.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gus.smitham@mrazstanton.org"], ["encrypted_password", "$2a$04$lopR6MHR8tFMV4PW6GU1xuk9ShsqpvwTea6veINHZzhvEi/PAxft6"], ["created_at", "2017-09-17 21:31:30.456303"], ["updated_at", "2017-09-17 21:31:30.456303"], ["name", "Tiana Lang"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "misael_rutherford@cronamitchell.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "misael_rutherford@cronamitchell.biz"], ["encrypted_password", "$2a$04$HQYxWsdpbM8ggErINyP6KeE2qe7HhO9BvNopc.Q5ZZiGJWBvnxWP6"], ["created_at", "2017-09-17 21:31:30.461145"], ["updated_at", "2017-09-17 21:31:30.461145"], ["name", "Damien Bashirian"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "This Side of Paradise"], ["description", "Quisquam rerum nostrum. Fugit voluptatum optio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tracey Deckow"], ["created_at", "2017-09-17 21:31:30.462846"], ["updated_at", "2017-09-17 21:31:30.462846"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Tracey Deckow", "description"=>"Quisquam rerum nostrum. Fugit voluptatum optio.", "image"=>"http://lorempixel.com/200/200", "name"=>"This Side of Paradise", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luz@heathcotesenger.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "luz@heathcotesenger.com"], ["encrypted_password", "$2a$04$fJmvqAnyxRtHvPTcvQq4cegjRb7Ct5m.9wTLfyhpMdgXsaZPHHe1S"], ["created_at", "2017-09-17 21:31:30.476214"], ["updated_at", "2017-09-17 21:31:30.476214"], ["name", "Mr. Kellie Mosciski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "preston@mills.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "preston@mills.com"], ["encrypted_password", "$2a$04$.L3qSJtrbrLGmg.libqJEuAvJZO7O5T5WSVbqbVBo.kxKFQU4zCXq"], ["created_at", "2017-09-17 21:31:30.480308"], ["updated_at", "2017-09-17 21:31:30.480308"], ["name", "Foster Lynch"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Grapes of Wrath"], ["description", "Non qui quos esse. Nobis ipsa dolores quas quia consequuntur ipsum. Qui ducimus voluptatibus mollitia explicabo fuga."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Reva Swift"], ["created_at", "2017-09-17 21:31:30.481924"], ["updated_at", "2017-09-17 21:31:30.481924"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Mollie Cormier Sr.", "description"=>"Et dolor et error voluptatem hic autem quam. Sit repudiandae provident. Labore est sapiente.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marlene_stroman@greenfelder.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marlene_stroman@greenfelder.com"], ["encrypted_password", "$2a$04$XKfnVHTK15LH1ICFBrlrNeEE8jLu3RtqwRb3y5bO12JI8QGkO1ytG"], ["created_at", "2017-09-17 21:31:30.496068"], ["updated_at", "2017-09-17 21:31:30.496068"], ["name", "Dana Breitenberg"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ned.kuhic@watersbergnaum.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ned.kuhic@watersbergnaum.co"], ["encrypted_password", "$2a$04$9oM/NtpQQZYLqJCjoWP7rumw3xgsZW.eDgoJO1B2m869cRXVpPQb2"], ["created_at", "2017-09-17 21:31:30.500827"], ["updated_at", "2017-09-17 21:31:30.500827"], ["name", "Adolfo Klein"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Blithe Spirit"], ["description", "Ut est voluptates voluptatem. Placeat quo architecto dolore. Delectus animi debitis voluptas maiores asperiores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Abdullah Marks"], ["created_at", "2017-09-17 21:31:30.502473"], ["updated_at", "2017-09-17 21:31:30.502473"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:31:30.506447"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "freeman_lang@ankundingwilderman.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "freeman_lang@ankundingwilderman.net"], ["encrypted_password", "$2a$04$mdR.3pBePNbRZNlMqM0nPeX8R8W3/an810kiRvxMj2VXddTD9yQzS"], ["created_at", "2017-09-17 21:31:30.518669"], ["updated_at", "2017-09-17 21:31:30.518669"], ["name", "Joy Pouros"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bernardo@okuneva.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bernardo@okuneva.io"], ["encrypted_password", "$2a$04$f9EIsGfpQWmOsHSWD/mTxObT9IoxrhNUyCySXYGmYSM2r05UQQkta"], ["created_at", "2017-09-17 21:31:30.522927"], ["updated_at", "2017-09-17 21:31:30.522927"], ["name", "Mazie Bradtke"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Wildfire at Midnight"], ["description", "Magnam quis voluptatem laudantium sunt. Molestias consequatur laborum est. Asperiores est maxime."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Edwin Bernier"], ["created_at", "2017-09-17 21:31:30.524561"], ["updated_at", "2017-09-17 21:31:30.524561"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:31:30.528145"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (82.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#book as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (66.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "martine@ward.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "martine@ward.com"], ["encrypted_password", "$2a$04$M15DEdtPtUHmhf6kIhZF.ezOk/O5WO.FGaH0UKxgPyBnUYlG6KEj."], ["created_at", "2017-09-17 21:31:31.030728"], ["updated_at", "2017-09-17 21:31:31.030728"], ["name", "Estell Crooks"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$nhFd4aKYKVGr7nal9AvBaO9dYqqEQ6XfpA5S2TXQVOEaMgPL5.Z1m"], ["created_at", "2017-09-17 21:31:31.034869"], ["updated_at", "2017-09-17 21:31:31.034869"], ["name", "Narciso Moore"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.4ms)

Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "guillermo_schmidt@raynor.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "guillermo_schmidt@raynor.io"], ["encrypted_password", "$2a$04$9.LNNRnm4ntERuYu/k8aPuYUprvO3as1/sddtsJ4lV6clmhz/yimG"], ["created_at", "2017-09-17 21:31:31.050126"], ["updated_at", "2017-09-17 21:31:31.050126"], ["name", "Dorian Homenick"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$rSZbo5Apw.JVwLVt1qK54.fz4JV5SKlxgYcxGEucuspqC.Af/YEky"], ["created_at", "2017-09-17 21:31:31.054215"], ["updated_at", "2017-09-17 21:31:31.054215"], ["name", "Haylie Raynor"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "deangelo.gutkowski@schulist.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "deangelo.gutkowski@schulist.biz"], ["encrypted_password", "$2a$04$k9ckt0aXk6rNeiAZRDuX2OLyHikMD8Ohf7QDeQphus26lXgkmVfLm"], ["created_at", "2017-09-17 21:31:31.068044"], ["updated_at", "2017-09-17 21:31:31.068044"], ["name", "Katelin Schaefer MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "liana.maggio@willmsmann.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "liana.maggio@willmsmann.net"], ["encrypted_password", "$2a$04$QUb1vnhg8g0gj.wqqo6gd.UPKu8rcLfeMsTj.tB.QBo1dPYBTAH3m"], ["created_at", "2017-09-17 21:31:31.081960"], ["updated_at", "2017-09-17 21:31:31.081960"], ["name", "Corene Lind"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$gn4XGOkKN7..GtzA8A1zzORqg1UtJZjbr.0FT4FChm497x1IyySbu"], ["created_at", "2017-09-17 21:31:31.086113"], ["updated_at", "2017-09-17 21:31:31.086113"], ["name", "Hadley Macejkovic PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marcus@lockmanpacocha.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marcus@lockmanpacocha.net"], ["encrypted_password", "$2a$04$UFy7u9d.TRWBiO6bXqGDy.NGwN6M8EnBcr26fygnw3vldi0W50Z.K"], ["created_at", "2017-09-17 21:31:31.099392"], ["updated_at", "2017-09-17 21:31:31.099392"], ["name", "John Schoen"], ["status", "t"], ["admin", "t"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"lauryn@larkin.co", "name"=>"Kitty Weber", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$6ze1gvmoOTz04DY2kgNnLuIYSVptDa0te13DaCIUEFP75V9.sTo2O"], ["created_at", "2017-09-17 21:31:31.107478"], ["updated_at", "2017-09-17 21:31:31.107478"], ["name", "Kitty Weber"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "penelope.adams@lesch.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "penelope.adams@lesch.net"], ["encrypted_password", "$2a$04$JSoKF5yQh8hfoAiqkY6RzO2rGvxL3jEONpDlsAs71f3Y0YbvtrahS"], ["created_at", "2017-09-17 21:31:31.117434"], ["updated_at", "2017-09-17 21:31:31.117434"], ["name", "Westley Kub"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"lauryn@larkin.co", "name"=>"Dr. Luz Weber", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$P8uhPkvEBB5hVilZZtVA6OheTJMmxaWWsUNz.uIrUFXcVuklv8tEq"], ["created_at", "2017-09-17 21:31:31.125515"], ["updated_at", "2017-09-17 21:31:31.125515"], ["name", "Dr. Luz Weber"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "melisa@manntreutel.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "melisa@manntreutel.name"], ["encrypted_password", "$2a$04$cPGhu6cTYv386enE6IbFe.45XkYGxqojcyFvvOOx49x4AGBss2e0G"], ["created_at", "2017-09-17 21:31:31.135527"], ["updated_at", "2017-09-17 21:31:31.135527"], ["name", "Precious Hagenes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Louisa Kohler III", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "irving@lubowitz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "irving@lubowitz.org"], ["encrypted_password", "$2a$04$0mf/8q82r3Er5P0.j2uJcuF1CbVguoG8Z.9XPynYJ89hXYoSbD0Oe"], ["created_at", "2017-09-17 21:31:31.153508"], ["updated_at", "2017-09-17 21:31:31.153508"], ["name", "Manuel Parker"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Elda Oberbrunner", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 7ms (Views: 0.5ms | ActiveRecord: 0.7ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arvid@huels.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "arvid@huels.io"], ["encrypted_password", "$2a$04$lYgEC.jR9kt0TTwAcSLJWu.2J8299GamOSvsrz6XvNcAXQ81Q5mCO"], ["created_at", "2017-09-17 21:31:31.174092"], ["updated_at", "2017-09-17 21:31:31.174092"], ["name", "Randal Cormier"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$0CNyNaM.l6xScLfy8oJTve.6a6IZ6qJdQ6Se.J6WYY38AW.nh6TCy"], ["created_at", "2017-09-17 21:31:31.178704"], ["updated_at", "2017-09-17 21:31:31.178704"], ["name", "Wilford Kuhn DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"alisa.barrows@huels.org", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "alisa.barrows@huels.org"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "alisa.barrows@huels.org"], ["encrypted_password", "$2a$04$9FX2dU.yPk6pq.uq77LuzO.1lGfRefuLAP84lJbJdDrjtRmSMloxe"], ["status", "f"], ["updated_at", "2017-09-17 21:31:31.186781"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eloise@cummingsjohnston.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eloise@cummingsjohnston.io"], ["encrypted_password", "$2a$04$/5qHccQdyIXZ4HdZ8/EK..s0A.Bud6gBs54Yjbqi/S1ZBRogRw5jm"], ["created_at", "2017-09-17 21:31:31.197094"], ["updated_at", "2017-09-17 21:31:31.197094"], ["name", "Nikolas Gutkowski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$cAmLSlM/U3bvpMeYR9xAqeILkWa51V4Ogi26cmqabEUqmPTm4DvfW"], ["created_at", "2017-09-17 21:31:31.202160"], ["updated_at", "2017-09-17 21:31:31.202160"], ["name", "Frederic Romaguera"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"lauryn@larkin.co", "name"=>"Frederic Romaguera", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$TCwzoi.ofQ8psya.t4Tz3eSyXKdHPSQSGMEVsOhUzmho.NYB59V.C"], ["updated_at", "2017-09-17 21:31:31.208031"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roselyn@heathcoteroberts.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "roselyn@heathcoteroberts.info"], ["encrypted_password", "$2a$04$3W7F2EJ3N248qiymneLL1OmVtXJk8TnS3m.0yV/ZHlqNzb.bXWksq"], ["created_at", "2017-09-17 21:31:31.217356"], ["updated_at", "2017-09-17 21:31:31.217356"], ["name", "Dr. Richard Eichmann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$b3Kqp1tjsIiumknoO0ms7ueBnUf0yhTZ5yj1ZZlMiXGr1F/9G5pES"], ["created_at", "2017-09-17 21:31:31.222397"], ["updated_at", "2017-09-17 21:31:31.222397"], ["name", "Katarina Emard"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Evie Wiza", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "annabel_brekke@raynor.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "annabel_brekke@raynor.org"], ["encrypted_password", "$2a$04$GKO.K6FodZxXyMGo2RgbqeBf72D2DThPBFXUXUxMvmc/G1qwNPiFu"], ["created_at", "2017-09-17 21:31:31.238567"], ["updated_at", "2017-09-17 21:31:31.238567"], ["name", "Vito Hodkiewicz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$ubUruy6CTdEQ28m8N7.h0OcC5mDqkCMsClxo5R1m/y9SptdomUqL6"], ["created_at", "2017-09-17 21:31:31.244277"], ["updated_at", "2017-09-17 21:31:31.244277"], ["name", "Dr. Johan Greenfelder"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:31:31.248366"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jake.breitenberg@beckerswaniawski.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jake.breitenberg@beckerswaniawski.biz"], ["encrypted_password", "$2a$04$NkyYs0YG6jdi.LWJKqiP5u.PQeHIs/UcwjUzroSdtt.tCCS5K6J4y"], ["created_at", "2017-09-17 21:31:31.257341"], ["updated_at", "2017-09-17 21:31:31.257341"], ["name", "Kory Hoeger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lauryn@larkin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lauryn@larkin.co"], ["encrypted_password", "$2a$04$F7E4Wlbvod4X.WGfJHT4euPBHR25Ub4b0nEz9VVnBUaI9QqLt82lq"], ["created_at", "2017-09-17 21:31:31.262391"], ["updated_at", "2017-09-17 21:31:31.262391"], ["name", "Mr. Ellis Kulas"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:31:31.266362"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (97.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.3ms)  PRAGMA foreign_keys
 (0.2ms)  PRAGMA foreign_keys = OFF
 (67.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "christina.batz@upton.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "christina.batz@upton.name"], ["encrypted_password", "$2a$04$y5KGMTet.vt73Noqr3q0feKC7TKtBwYuxMsE6T9Rz0J9UpbFi7iDa"], ["created_at", "2017-09-17 21:31:31.728832"], ["updated_at", "2017-09-17 21:31:31.728832"], ["name", "Toni Kreiger"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Handful of Dust"], ["description", "Tempora sit voluptates perferendis. Consequatur esse ratione. Et expedita quam incidunt quaerat quod laborum eos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Taya Lehner"], ["created_at", "2017-09-17 21:31:31.730896"], ["updated_at", "2017-09-17 21:31:31.730896"], ["user_id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elizabeth_murphy@hammes.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elizabeth_murphy@hammes.org"], ["encrypted_password", "$2a$04$0VgLGHXHSXBteIGIolkhS.YyHvgRoAjcmobEsK8mtvGMfiELe0RiW"], ["created_at", "2017-09-17 21:31:31.742813"], ["updated_at", "2017-09-17 21:31:31.742813"], ["name", "Mrs. Will Powlowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Sleep the Brave"], ["description", "Eligendi et eos quibusdam enim voluptas. Nesciunt dolorum et et. Qui nihil aspernatur porro repellat magnam iste. Et aut qui dolorum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amelia Stehr"], ["created_at", "2017-09-17 21:31:31.746038"], ["updated_at", "2017-09-17 21:31:31.746038"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mina@harris.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mina@harris.com"], ["encrypted_password", "$2a$04$co0DB3nO4KQilGzh9zC01Okpt/6vTuIyNXUNF22O0cOsOEY/vGdku"], ["created_at", "2017-09-17 21:31:31.755712"], ["updated_at", "2017-09-17 21:31:31.755712"], ["name", "Mrs. Vivian Hane"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Carrion Comfort"], ["description", "Enim nemo sint vitae nihil. Quasi sed soluta dignissimos aliquid tempora voluptas. Consequuntur dolore aliquid qui sit ducimus hic architecto. Voluptatem voluptatem nihil aut sunt libero."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Okey Deckow"], ["created_at", "2017-09-17 21:31:31.758016"], ["updated_at", "2017-09-17 21:31:31.758016"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ubaldo@yost.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ubaldo@yost.com"], ["encrypted_password", "$2a$04$kIEFw/wurM3GAWon1YiYbO3qP.2pItuWjMXgNQOAzxyBrGEl6ps3S"], ["created_at", "2017-09-17 21:31:31.770169"], ["updated_at", "2017-09-17 21:31:31.770169"], ["name", "Ms. Hershel Heller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Butter In a Lordly Dish"], ["description", "Odit occaecati magnam magni ipsum ut. Repellendus assumenda placeat unde deserunt rerum voluptates. Eveniet et nisi aut sapiente explicabo eaque. Non maiores amet cumque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eleonore Shields"], ["created_at", "2017-09-17 21:31:31.772268"], ["updated_at", "2017-09-17 21:31:31.772268"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bella_grady@wintheiser.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bella_grady@wintheiser.co"], ["encrypted_password", "$2a$04$8zcPQLhQDKdMjKHoVHaiguXvx959AIDJ6S9Zmgi8OE9y5DLJ59tw6"], ["created_at", "2017-09-17 21:31:31.782577"], ["updated_at", "2017-09-17 21:31:31.782577"], ["name", "Jimmie Gutkowski III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Time of our Darkness"], ["description", "Dignissimos iure expedita ipsa necessitatibus aut ipsum. Earum sunt perspiciatis ullam eius et. Vel tempora sit in voluptas. Quisquam expedita est sed nihil tenetur rem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Melody Cronin"], ["created_at", "2017-09-17 21:31:31.786135"], ["updated_at", "2017-09-17 21:31:31.786135"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maymie@pagac.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maymie@pagac.com"], ["encrypted_password", "$2a$04$3kh8/1mOhNh53BaD5Po7QeQF93wBB9Ft/L7Zl8cVLQvcL6OuI1L0O"], ["created_at", "2017-09-17 21:31:31.797444"], ["updated_at", "2017-09-17 21:31:31.797444"], ["name", "Vivien Schamberger II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Parliament of Man"], ["description", "Sed natus vero vitae. Dolores saepe illo. Delectus maxime qui repudiandae enim voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Charlie Bogan PhD"], ["created_at", "2017-09-17 21:31:31.799720"], ["updated_at", "2017-09-17 21:31:31.799720"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amina@wiza.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "amina@wiza.name"], ["encrypted_password", "$2a$04$8vaTV91a9epIpv4dTkAPm.kWQqETbTA0j14EqGZGnmtTIKPBkqrFO"], ["created_at", "2017-09-17 21:31:31.812572"], ["updated_at", "2017-09-17 21:31:31.812572"], ["name", "Sydnee Bauch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dulce et Decorum Est"], ["description", "Ut sequi sapiente animi. Facere aliquam voluptatem culpa quia suscipit. Pariatur provident aut sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Edmund Dare III"], ["created_at", "2017-09-17 21:31:31.814694"], ["updated_at", "2017-09-17 21:31:31.814694"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alda@sauer.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alda@sauer.net"], ["encrypted_password", "$2a$04$t4TuF6XYfft4jzHImHuqL.6e2p6/QX3m1KVph/9LvxfnqsGcJj4T6"], ["created_at", "2017-09-17 21:31:31.825803"], ["updated_at", "2017-09-17 21:31:31.825803"], ["name", "Emely Moore"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Monstrous Regiment of Women"], ["description", "Est voluptate omnis et consequatur natus repudiandae. Et perferendis impedit facilis molestiae nobis hic. Rerum sapiente molestiae beatae quo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lizeth Barrows"], ["created_at", "2017-09-17 21:31:31.828765"], ["updated_at", "2017-09-17 21:31:31.828765"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorris_kuvalis@kunze.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dorris_kuvalis@kunze.info"], ["encrypted_password", "$2a$04$ied3LvPeTJCU248DiKpjO.7HDyp2hMjOz5Xr32cKpaEhqoPyrJGeC"], ["created_at", "2017-09-17 21:31:31.839541"], ["updated_at", "2017-09-17 21:31:31.839541"], ["name", "Sylvester Greenholt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Far From the Madding Crowd"], ["description", "Soluta reiciendis labore id. Dicta tenetur non. Voluptatum quidem esse modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Myrna Tromp"], ["created_at", "2017-09-17 21:31:31.841763"], ["updated_at", "2017-09-17 21:31:31.841763"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "treie@predovicferry.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "treie@predovicferry.com"], ["encrypted_password", "$2a$04$GkQUTyrTFqRgjOd6m53ybesMl5oieUH8RJ5lO3Y8fRgcOTtsbn3GW"], ["created_at", "2017-09-17 21:31:31.854764"], ["updated_at", "2017-09-17 21:31:31.854764"], ["name", "Fredrick Blanda"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "An Acceptable Time"], ["description", "Quam ullam maxime ut unde sit excepturi. Placeat distinctio nulla aliquam ut. Veniam beatae quia. Quo expedita nisi animi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Herminio McGlynn"], ["created_at", "2017-09-17 21:31:31.856914"], ["updated_at", "2017-09-17 21:31:31.856914"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cordelia@jacobson.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cordelia@jacobson.com"], ["encrypted_password", "$2a$04$6EpSiSz/Lplqanm8oCIXMeT6/l0lTM1tgKnWEK5LfL4EuadvKIrMi"], ["created_at", "2017-09-17 21:31:31.870166"], ["updated_at", "2017-09-17 21:31:31.870166"], ["name", "Vince Ortiz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Line of Beauty"], ["description", "Et maiores quis velit. Mollitia voluptatem omnis dolores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amiya Koepp"], ["created_at", "2017-09-17 21:31:31.872295"], ["updated_at", "2017-09-17 21:31:31.872295"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "conor@brakusquitzon.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "conor@brakusquitzon.co"], ["encrypted_password", "$2a$04$C1FOM9rXudkk4j.2udNaXe2kngu6h1Xk.wXKEaAA5NTFbFCcI8f7i"], ["created_at", "2017-09-17 21:31:31.883077"], ["updated_at", "2017-09-17 21:31:31.883077"], ["name", "Norene O'Hara"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Heart Is a Lonely Hunter"], ["description", "Qui vel dolores voluptate. Eum commodi placeat in. Et voluptatem sequi voluptate in ullam. Officiis voluptates sed numquam quo quasi praesentium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tevin Kunze"], ["created_at", "2017-09-17 21:31:31.886570"], ["updated_at", "2017-09-17 21:31:31.886570"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lazaro.towne@botsford.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lazaro.towne@botsford.org"], ["encrypted_password", "$2a$04$yvcB4tQnJjURvUsTkVtFYOchYcEnhDRKmkckAXFo1m.SsfFPScFmi"], ["created_at", "2017-09-17 21:31:31.898343"], ["updated_at", "2017-09-17 21:31:31.898343"], ["name", "Jessika Schulist Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wealth of Nations"], ["description", "Voluptas eveniet nam temporibus. Hic aliquam eum. Repudiandae possimus at fugit et esse voluptatum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Florian Gusikowski"], ["created_at", "2017-09-17 21:31:31.900487"], ["updated_at", "2017-09-17 21:31:31.900487"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (77.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maribel_hodkiewicz@volkman.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maribel_hodkiewicz@volkman.name"], ["encrypted_password", "$2a$04$I2DUsqvpB3kAbLz.9zYP3uAhn5Mdn398RIb.Nb2u32UWnEKSI93pq"], ["created_at", "2017-09-17 21:31:32.151356"], ["updated_at", "2017-09-17 21:31:32.151356"], ["name", "Dr. Jovany Gutkowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sid.mraz@ortiztromp.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sid.mraz@ortiztromp.co"], ["encrypted_password", "$2a$04$JaAlX0gjLEF/rtjdBdwgmuM7oiW1aKyTlJUa0rN/AeL5Zray5A.vW"], ["created_at", "2017-09-17 21:31:32.159816"], ["updated_at", "2017-09-17 21:31:32.159816"], ["name", "Alda Rohan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tanner_haley@considinedaugherty.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tanner_haley@considinedaugherty.co"], ["encrypted_password", "$2a$04$NxSe8Cs4em35jX6QuOcUyOR2iLevByd60ZJ3QIF4uBGtviYlqpwtW"], ["created_at", "2017-09-17 21:31:32.169155"], ["updated_at", "2017-09-17 21:31:32.169155"], ["name", "Zechariah Johns"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadrick.oconner@luettgencummings.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chadrick.oconner@luettgencummings.co"], ["encrypted_password", "$2a$04$euXobGYTleN36pqbshXCOu2OyZyXMNfRzJhb7kZYKd1X4so0uHRfK"], ["created_at", "2017-09-17 21:31:32.179356"], ["updated_at", "2017-09-17 21:31:32.179356"], ["name", "Juliana Ebert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "betty@zboncak.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "betty@zboncak.biz"], ["encrypted_password", "$2a$04$IG2rOAH1R.mIqQ68KsDGa.JYx1QKy7.N3ABPxaRUtBCfTHjcgqILS"], ["created_at", "2017-09-17 21:31:32.190822"], ["updated_at", "2017-09-17 21:31:32.190822"], ["name", "Emmett Emard"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaquan@durgan.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaquan@durgan.biz"], ["encrypted_password", "$2a$04$Hk58UmOQdM7P1gbdElHCPuoTcqKHO/spfxpmO88Kd8sKctnTCqw3y"], ["created_at", "2017-09-17 21:31:32.201043"], ["updated_at", "2017-09-17 21:31:32.201043"], ["name", "Aaliyah Heaney"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "annalise.kling@mraz.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "annalise.kling@mraz.io"], ["encrypted_password", "$2a$04$DpnSgW2equaxZTtp0bpF.OD.r.P2Yk1pBZfBUSbBH94kfF0lLO/TC"], ["created_at", "2017-09-17 21:31:32.213044"], ["updated_at", "2017-09-17 21:31:32.213044"], ["name", "Kiley Haag"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (102.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abagail@erdman.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "abagail@erdman.name"], ["encrypted_password", "$2a$04$xvzmP9jYtJxwOkiM.fPNMuyfJKoA6yt3pbWiQbSgbLwVpNNWmk6hu"], ["created_at", "2017-09-17 21:31:32.536308"], ["updated_at", "2017-09-17 21:31:32.536308"], ["name", "Pamela Lang"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 18:31:32 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:31:32.544693"], ["last_sign_in_at", "2017-09-17 21:31:32.544693"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:31:32.545140"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (3.7ms)
Rendered layouts/shared/_header.html.erb (2.6ms)

Completed 200 OK in 1684ms (Views: 1683.0ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (1.0ms)  DELETE FROM sqlite_sequence where name = 'books';
 (64.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "toy_adams@keler.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "toy_adams@keler.name"], ["encrypted_password", "$2a$04$tvSKESoenRq/1aXUfPfE5O8X/GRry1bZjfXzrLxbmmuDB3SWp34q6"], ["created_at", "2017-09-17 21:31:34.460366"], ["updated_at", "2017-09-17 21:31:34.460366"], ["name", "Alda Marks"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 18:31:34 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:31:34.464215"], ["last_sign_in_at", "2017-09-17 21:31:34.464215"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:31:34.464669"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (3.0ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 18:31:34 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.3ms)
Rendered users/sessions/new.html.erb within layouts/application (62.9ms)

Completed 200 OK in 69ms (Views: 67.2ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (84.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "corine@brown.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "corine@brown.com"], ["encrypted_password", "$2a$04$HMZmb5fBXiO.n493DAZbE.PjiW9JyYE6uxaoeyM0UOpyXTrJPZf4u"], ["created_at", "2017-09-17 21:31:34.803071"], ["updated_at", "2017-09-17 21:31:34.803071"], ["name", "Anibal Lindgren"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 18:31:34 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:31:34.805989"], ["last_sign_in_at", "2017-09-17 21:31:34.805989"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:31:34.806376"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.3ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (96.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (77.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.6ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (65.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.9ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vida@funk.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vida@funk.biz"], ["encrypted_password", "$2a$04$UwVO9iqE/2FUVkNf9yC5eOid1sLHHlMry.Org9OPAgLa0Q9EdBEbW"], ["created_at", "2017-09-17 21:31:35.580240"], ["updated_at", "2017-09-17 21:31:35.580240"], ["name", "Kyle Gleichner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dying of the Light"], ["description", "Eius aliquid magnam sit suscipit voluptas mollitia nam. Nemo autem doloribus fugit laborum molestias sapiente repudiandae. Nam fugit voluptate omnis non. Et et sint ab sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Guillermo Treutel"], ["created_at", "2017-09-17 21:31:35.582525"], ["updated_at", "2017-09-17 21:31:35.582525"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (8.1ms)
Rendered books/edit.html.erb (18.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (72.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.3ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "casimir.feil@denesik.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "casimir.feil@denesik.com"], ["encrypted_password", "$2a$04$kHuZZheC8W6HrDCRJQeGGu6FGlSU0IfxgiOlaU00Ot9reiZchrkve"], ["created_at", "2017-09-17 21:31:35.871754"], ["updated_at", "2017-09-17 21:31:35.871754"], ["name", "Ms. Hannah Bashirian"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:31:35.873862"], ["updated_at", "2017-09-17 21:31:35.873862"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:31:35.875617"], ["updated_at", "2017-09-17 21:31:35.875617"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (5.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (83.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.0ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dawn.roberts@blick.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dawn.roberts@blick.name"], ["encrypted_password", "$2a$04$uEo6fR3fUHWuenXkqoQA8.9aJPRzM9pSlundLj96je5uDiEDGB2Va"], ["created_at", "2017-09-17 21:31:36.159903"], ["updated_at", "2017-09-17 21:31:36.159903"], ["name", "Raquel Gerhold"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (5.3ms)
Rendered books/new.html.erb (6.2ms)
 (0.2ms)  rollback transaction
 (0.9ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (105.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:31:36.466071"], ["updated_at", "2017-09-17 21:31:36.466071"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (10.6ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (1.3ms)  PRAGMA foreign_keys = OFF
 (82.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (110.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (1.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (94.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (109.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.4ms)  DELETE FROM "ar_internal_metadata";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (65.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (86.3ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (83.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "houston@heelerdman.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "houston@heelerdman.org"], ["encrypted_password", "$2a$04$hiL1NoUEjnE8VnUfcgO./eslb/NnrtEBKUwz/EdvvZlaelIx3Ig7G"], ["created_at", "2017-09-17 21:31:37.602242"], ["updated_at", "2017-09-17 21:31:37.602242"], ["name", "Mr. Sylvia Gerhold"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (16.9ms)
Rendered users/edit.html.erb (28.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (86.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$eRW3f4tgFAq1R2M7o2nSLOpTWhQ7i7ZOg7FCAY3ylziDywFoKj4A."], ["created_at", "2017-09-17 21:31:37.907372"], ["updated_at", "2017-09-17 21:31:37.907372"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (2.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.2ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.1ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (8.6ms)
Rendered users/new.html.erb (10.1ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (89.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (2.6ms)
Rendered users/sessions/new.html.erb (11.5ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (92.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "duane@hand.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "duane@hand.com"], ["encrypted_password", "$2a$04$nzi/7kj7H/WTBcj1pIbx3O0V8uTY4BDAq56KsUD6GqPjR6OZynU36"], ["created_at", "2017-09-17 21:31:38.776682"], ["updated_at", "2017-09-17 21:31:38.776682"], ["name", "Paula Bailey"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (92.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (121.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cierra@toy.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cierra@toy.biz"], ["encrypted_password", "$2a$04$yarEyZBZC322wjwz5lGhY.mNEZUVl4yXvlCQgwUu9ekKf4oYT6Q9m"], ["created_at", "2017-09-17 21:32:12.452561"], ["updated_at", "2017-09-17 21:32:12.452561"], ["name", "Laurel Beier DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Time of Gifts"], ["description", "Ratione vel corporis eum maxime laborum. Molestiae libero nobis alias."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Max Kovacek"], ["created_at", "2017-09-17 21:32:12.467115"], ["updated_at", "2017-09-17 21:32:12.467115"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (27.4ms)
Rendered books/edit.html.erb (36.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (138.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "talon@kuphal.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "talon@kuphal.io"], ["encrypted_password", "$2a$04$8OMLmeijLmVzTrpVxa90H.TX8XjW2QA8QAEPgd5iaKYXpCLXq4sN6"], ["created_at", "2017-09-17 21:32:12.843850"], ["updated_at", "2017-09-17 21:32:12.843850"], ["name", "Marguerite Howe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:32:12.845719"], ["updated_at", "2017-09-17 21:32:12.845719"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:32:12.847033"], ["updated_at", "2017-09-17 21:32:12.847033"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (105.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (66.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.4ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.4ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elisha.johnston@schaden.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elisha.johnston@schaden.org"], ["encrypted_password", "$2a$04$miybHeu5VlK.FwZz4cid6Oqk.NkCuTIPXJ2tHKkmYD/so.O68.tQm"], ["created_at", "2017-09-17 21:32:13.211068"], ["updated_at", "2017-09-17 21:32:13.211068"], ["name", "Ms. Robin Kemmer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.0ms)
Rendered books/new.html.erb (4.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (100.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:32:13.496946"], ["updated_at", "2017-09-17 21:32:13.496946"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (4.4ms)
 (0.4ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (99.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "herbert.glover@wintheiserborer.net"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "herbert.glover@wintheiserborer.net"], ["encrypted_password", "$2a$04$50MkyGJam26WHQ.es7oFm.HtwCsgiJ4bzAvER2n7767flkotxVNQa"], ["created_at", "2017-09-17 21:33:20.763726"], ["updated_at", "2017-09-17 21:33:20.763726"], ["name", "Derrick Homenick"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Lilies of the Field"], ["description", "Alias temporibus voluptatem quia consequatur ex. Et deserunt quia. Voluptate labore dolores explicabo qui consequuntur. Et officiis molestias quis rerum ut quis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dedric O'Hara"], ["created_at", "2017-09-17 21:33:20.786765"], ["updated_at", "2017-09-17 21:33:20.786765"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (30.2ms)
Rendered books/edit.html.erb (40.7ms)
 (1.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (151.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (100.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.1ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.2ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clifton@abbott.name"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "clifton@abbott.name"], ["encrypted_password", "$2a$04$aG.uyE0bMTHj2ry/196Zt.aYY9BP5gJsjEAFOQF8TU8bKksQA9V02"], ["created_at", "2017-09-17 21:33:21.228330"], ["updated_at", "2017-09-17 21:33:21.228330"], ["name", "Miss Amara Reynolds"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:33:21.232971"], ["updated_at", "2017-09-17 21:33:21.232971"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:33:21.236644"], ["updated_at", "2017-09-17 21:33:21.236644"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (217.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (96.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.5ms)  DELETE FROM "users";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "graciela@bernhard.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "graciela@bernhard.co"], ["encrypted_password", "$2a$04$lDFchpG7.F4woBvZEJP0pu3oUnvZxYEo70V9QKSQz2TkVVqSMORia"], ["created_at", "2017-09-17 21:33:21.761149"], ["updated_at", "2017-09-17 21:33:21.761149"], ["name", "Kaela Wilderman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.3ms)
Rendered books/new.html.erb (4.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (76.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:33:22.015967"], ["updated_at", "2017-09-17 21:33:22.015967"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (3.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "julie@johns.info"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "julie@johns.info"], ["encrypted_password", "$2a$04$XXdFTfjdQMSQeMGdwk39UOPUyeTb2c7mILU5YnrDI6P4z8DuAyasm"], ["created_at", "2017-09-17 21:34:15.245951"], ["updated_at", "2017-09-17 21:34:15.245951"], ["name", "Miss Trystan Larkin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dance Dance Dance"], ["description", "Fuga necessitatibus ex mollitia aut sed. Vel ducimus eligendi ullam est dolor."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Delaney Kovacek"], ["created_at", "2017-09-17 21:34:15.265300"], ["updated_at", "2017-09-17 21:34:15.265300"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (27.8ms)
Rendered books/edit.html.erb (37.3ms)
 (0.9ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (109.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stephania@harber.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stephania@harber.org"], ["encrypted_password", "$2a$04$hM6KIQvc/25zF3BCn3PxeuFQApRTlskHDeimk8NyHhkLsooZHB9hu"], ["created_at", "2017-09-17 21:34:15.601263"], ["updated_at", "2017-09-17 21:34:15.601263"], ["name", "Arch Mayer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:34:15.603340"], ["updated_at", "2017-09-17 21:34:15.603340"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:34:15.604697"], ["updated_at", "2017-09-17 21:34:15.604697"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (170.0ms)
 (1.5ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (76.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (75.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vinnie@herzogkonopelski.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vinnie@herzogkonopelski.name"], ["encrypted_password", "$2a$04$irF8gOibx5Gyp6hB9Miox..QZZHHAgzu7qqiK30aEg1MQ0FVvVbce"], ["created_at", "2017-09-17 21:34:16.015215"], ["updated_at", "2017-09-17 21:34:16.015215"], ["name", "Monica Parisian"], ["status", "t"], ["admin", "t"]]
 (1.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (15.9ms)
Rendered books/new.html.erb (16.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.3ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:34:16.275546"], ["updated_at", "2017-09-17 21:34:16.275546"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (4.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darian@dooleyrobel.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "darian@dooleyrobel.net"], ["encrypted_password", "$2a$04$6C448H6Oh2zjWKztVOe5.uMUhqXqJ8XzkvEkpXgopo8MtLGuKIF4W"], ["created_at", "2017-09-17 21:34:56.302505"], ["updated_at", "2017-09-17 21:34:56.302505"], ["name", "Ms. Edna Miller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Carrion Comfort"], ["description", "Amet placeat voluptatibus. Nesciunt id autem ad dolorem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Vivienne Parker"], ["created_at", "2017-09-17 21:34:56.323767"], ["updated_at", "2017-09-17 21:34:56.323767"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (28.4ms)
Rendered books/edit.html.erb (38.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (96.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "walker_schaefer@murazikparisian.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "walker_schaefer@murazikparisian.com"], ["encrypted_password", "$2a$04$F8VCWnMfOj4Nr3wf6TwZXOhH.cb6VMBUwT6wYClkphlGn2D.v9XU6"], ["created_at", "2017-09-17 21:34:56.651531"], ["updated_at", "2017-09-17 21:34:56.651531"], ["name", "Wiley Ankunding"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:34:56.653502"], ["updated_at", "2017-09-17 21:34:56.653502"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:34:56.654854"], ["updated_at", "2017-09-17 21:34:56.654854"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (187.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (70.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anderson_roberts@pfannerstill.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "anderson_roberts@pfannerstill.io"], ["encrypted_password", "$2a$04$wQtKebdDoUNOk/IpOS7DSeKZPzGC35pO6pyAoPlzo3/GIL2godTMO"], ["created_at", "2017-09-17 21:34:57.082594"], ["updated_at", "2017-09-17 21:34:57.082594"], ["name", "Miss Bernadette Predovic"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (5.2ms)
Rendered books/new.html.erb (6.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.0ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.5ms)  DELETE FROM "users";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (75.6ms)  DELETE FROM "ar_internal_metadata";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:34:57.352005"], ["updated_at", "2017-09-17 21:34:57.352005"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (6.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (93.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "omari_orn@adams.name"], ["LIMIT", 1]]
SQL (1.1ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "omari_orn@adams.name"], ["encrypted_password", "$2a$04$bXl5ohQD/s0EkpH3WO.ISOXoRg6FS7NLv2zX6KOq7av9GsheimZtm"], ["created_at", "2017-09-17 21:35:27.527141"], ["updated_at", "2017-09-17 21:35:27.527141"], ["name", "Jeanne Doyle"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Monkey's Raincoat"], ["description", "Et id molestias occaecati magnam cum. Rerum nemo atque vel et error consequatur repudiandae. Ut velit temporibus nemo non. Fugiat quisquam expedita iure reiciendis ex."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maudie Steuber"], ["created_at", "2017-09-17 21:35:27.542258"], ["updated_at", "2017-09-17 21:35:27.542258"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (26.9ms)
Rendered books/edit.html.erb (36.6ms)
 (0.6ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (134.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (176.5ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (187.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "albert@moenstehr.co"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "albert@moenstehr.co"], ["encrypted_password", "$2a$04$.CpHgiuVgNYGUruTjdIrNOEQXKN2ry/ZFlDBLSLTril2SCevMAL8a"], ["created_at", "2017-09-17 21:35:28.113232"], ["updated_at", "2017-09-17 21:35:28.113232"], ["name", "Jannie Torphy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:35:28.115363"], ["updated_at", "2017-09-17 21:35:28.115363"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:35:28.117698"], ["updated_at", "2017-09-17 21:35:28.117698"], ["user_id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (102.7ms)
 (0.7ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (87.9ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (86.8ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reynold_greenholt@gulgowskiokon.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "reynold_greenholt@gulgowskiokon.biz"], ["encrypted_password", "$2a$04$RZFOPgIrITNkMbE5cg0PKuin9sibR0wfuq1YIatHXcdQ3QRnTRkwO"], ["created_at", "2017-09-17 21:35:28.510342"], ["updated_at", "2017-09-17 21:35:28.510342"], ["name", "Roel Parisian"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.8ms)
Rendered books/new.html.erb (5.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:35:28.776211"], ["updated_at", "2017-09-17 21:35:28.776211"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (5.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (82.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexis@cain.name"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alexis@cain.name"], ["encrypted_password", "$2a$04$drCk9pFa9nRBOKovElRMAO5gn/Rd5ourq9UCoyMod4OoSyMPy/82K"], ["created_at", "2017-09-17 21:35:33.610215"], ["updated_at", "2017-09-17 21:35:33.610215"], ["name", "Ferne Braun"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:35:33.628679"], ["updated_at", "2017-09-17 21:35:33.628679"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:35:33.630185"], ["updated_at", "2017-09-17 21:35:33.630185"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (94.5ms)
 (0.6ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (114.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.2ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abner_roberts@haagmacgyver.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "abner_roberts@haagmacgyver.info"], ["encrypted_password", "$2a$04$8Hro/b8kbxiu5qoPE4uLN.Ig3DKKpb621yeA0iAKyrN89HHyht1mG"], ["created_at", "2017-09-17 21:36:03.806915"], ["updated_at", "2017-09-17 21:36:03.806915"], ["name", "Zula Bruen"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:36:03.826773"], ["updated_at", "2017-09-17 21:36:03.826773"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:36:03.828455"], ["updated_at", "2017-09-17 21:36:03.828455"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (91.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (85.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.5ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "georgette.ledner@hartmanncorwin.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "georgette.ledner@hartmanncorwin.name"], ["encrypted_password", "$2a$04$2.HLqBtfmkT1khhSWhjWBeMleAYa00Mackf2csehuLuwi6P9bme6a"], ["created_at", "2017-09-17 21:36:34.341423"], ["updated_at", "2017-09-17 21:36:34.341423"], ["name", "Elijah Weber III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:36:34.356071"], ["updated_at", "2017-09-17 21:36:34.356071"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:36:34.357674"], ["updated_at", "2017-09-17 21:36:34.357674"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (107.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (184.5ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (86.1ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "korey@bayerwalter.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "korey@bayerwalter.co"], ["encrypted_password", "$2a$04$UIC/mbqquqwTWKBizThsCeh/.HJ0ztaUsykxLzI97jbWvGB0w3RBS"], ["created_at", "2017-09-17 21:38:21.479792"], ["updated_at", "2017-09-17 21:38:21.479792"], ["name", "Stella Daugherty"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:38:21.493496"], ["updated_at", "2017-09-17 21:38:21.493496"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:38:21.495166"], ["updated_at", "2017-09-17 21:38:21.495166"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (9.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (103.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (1.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kristian.gibson@klein.co"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kristian.gibson@klein.co"], ["encrypted_password", "$2a$04$wlc7dnPJ//Ek7k7fTfLz2.r5JYDhUY/Ph3F3U4IqgdLDhteJhcacm"], ["created_at", "2017-09-17 21:41:49.095974"], ["updated_at", "2017-09-17 21:41:49.095974"], ["name", "Caesar Weissnat"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:41:49.114951"], ["updated_at", "2017-09-17 21:41:49.114951"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:41:49.116675"], ["updated_at", "2017-09-17 21:41:49.116675"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (8.1ms)
 (0.7ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (143.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (122.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.4ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rickey.auer@handroberts.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rickey.auer@handroberts.org"], ["encrypted_password", "$2a$04$XwBahJQNQs0AyOd7asBubO70gtGciy2WG08riAGBtiSWX1MN/8.06"], ["created_at", "2017-09-17 21:44:47.510180"], ["updated_at", "2017-09-17 21:44:47.510180"], ["name", "Mrs. Thora Murray"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (88.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.0ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.7ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "peter@kohler.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "peter@kohler.net"], ["encrypted_password", "$2a$04$ubRHouXonT4eVEBbnWdcgO5LRHuAMLxklFyMW6laBhwi1/Pukbi1e"], ["created_at", "2017-09-17 21:45:05.501286"], ["updated_at", "2017-09-17 21:45:05.501286"], ["name", "Rigoberto Mayer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:45:05.519803"], ["updated_at", "2017-09-17 21:45:05.519803"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:45:05.521418"], ["updated_at", "2017-09-17 21:45:05.521418"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (127.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (67.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "genoveva@jast.com"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "genoveva@jast.com"], ["encrypted_password", "$2a$04$I8w/mXZRNpoPBi9m71WXU.94sA4H/NXPcmisYu59Eu6bdpSuu9rAK"], ["created_at", "2017-09-17 21:45:29.357199"], ["updated_at", "2017-09-17 21:45:29.357199"], ["name", "Dalton Schaefer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:45:29.372954"], ["updated_at", "2017-09-17 21:45:29.372954"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:45:29.374666"], ["updated_at", "2017-09-17 21:45:29.374666"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (160.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eusebio_legros@wardheidenreich.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eusebio_legros@wardheidenreich.io"], ["encrypted_password", "$2a$04$wDXUpR20Vn.ib8ioLz8WcOQc2oj9NYhyR.HSUllWLCgXxu.CbQ2fu"], ["created_at", "2017-09-17 21:46:23.636700"], ["updated_at", "2017-09-17 21:46:23.636700"], ["name", "Willy Roberts"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:46:23.649556"], ["updated_at", "2017-09-17 21:46:23.649556"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:46:23.651116"], ["updated_at", "2017-09-17 21:46:23.651116"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.8ms)
 (0.6ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (83.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (100.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ramiro@ortiz.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ramiro@ortiz.co"], ["encrypted_password", "$2a$04$/IGoHK6kAcnB89ETBFUkDOE0IoRUhtHNj3upy7iKleN/4zmcsacua"], ["created_at", "2017-09-17 21:46:38.981351"], ["updated_at", "2017-09-17 21:46:38.981351"], ["name", "Miss Valentin Koepp"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:46:38.999404"], ["updated_at", "2017-09-17 21:46:38.999404"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:46:39.000946"], ["updated_at", "2017-09-17 21:46:39.000946"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (97.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.2ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "angie@gorczanyboyle.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "angie@gorczanyboyle.co"], ["encrypted_password", "$2a$04$0RNYn2UGFDP8SYpWZBf31ueCWhVoTdXi6h15L6thLlYLru849rOru"], ["created_at", "2017-09-17 21:46:58.930545"], ["updated_at", "2017-09-17 21:46:58.930545"], ["name", "Alisha McKenzie"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:46:58.944073"], ["updated_at", "2017-09-17 21:46:58.944073"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:46:58.945575"], ["updated_at", "2017-09-17 21:46:58.945575"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (7.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (84.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (121.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hollie.leannon@schowalter.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hollie.leannon@schowalter.org"], ["encrypted_password", "$2a$04$2mHqyM0tlgwZCP0q6nyWTOalxPAPYmirjl6zCTdg7L1CWu2IjMonW"], ["created_at", "2017-09-17 21:47:07.841704"], ["updated_at", "2017-09-17 21:47:07.841704"], ["name", "Lynn Hane"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:07.859770"], ["updated_at", "2017-09-17 21:47:07.859770"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:07.861413"], ["updated_at", "2017-09-17 21:47:07.861413"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (94.7ms)  DELETE FROM "books";
 (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "warren_keebler@harvey.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "warren_keebler@harvey.biz"], ["encrypted_password", "$2a$04$9RGvC.ICelcbnPOE7bvJZu.bEExM6qYiB5VVIyzp9Yvs.5Hg3IYzC"], ["created_at", "2017-09-17 21:47:21.149687"], ["updated_at", "2017-09-17 21:47:21.149687"], ["name", "Christop Braun"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:21.163634"], ["updated_at", "2017-09-17 21:47:21.163634"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:21.165272"], ["updated_at", "2017-09-17 21:47:21.165272"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (7.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (98.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tracy.wilkinson@caineichmann.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tracy.wilkinson@caineichmann.com"], ["encrypted_password", "$2a$04$oZazVS5Iqxvfo1ZBnK9YvOaBoEkufLel0vd.cmx8I6K.IbvDY89uq"], ["created_at", "2017-09-17 21:47:30.563521"], ["updated_at", "2017-09-17 21:47:30.563521"], ["name", "Murray Howe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:30.576303"], ["updated_at", "2017-09-17 21:47:30.576303"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:30.577828"], ["updated_at", "2017-09-17 21:47:30.577828"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (8.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (103.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.1ms)  DELETE FROM "ar_internal_metadata";
 (0.7ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "raphaelle_adams@hansen.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "raphaelle_adams@hansen.net"], ["encrypted_password", "$2a$04$gGaUTFTRoiXHIKfKYOENPOAnCpMwtF3Y9rR1vP7AZ9MACB.VoeeO2"], ["created_at", "2017-09-17 21:47:44.213030"], ["updated_at", "2017-09-17 21:47:44.213030"], ["name", "Kameron Hegmann PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:44.229153"], ["updated_at", "2017-09-17 21:47:44.229153"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:44.230835"], ["updated_at", "2017-09-17 21:47:44.230835"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (8.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (104.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aurore@murphy.com"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aurore@murphy.com"], ["encrypted_password", "$2a$04$qOIASzrATtTW/MRIVTRT..uOVnfxK9fadKj6MIR2S7sehoyef.4sy"], ["created_at", "2017-09-17 21:47:57.226458"], ["updated_at", "2017-09-17 21:47:57.226458"], ["name", "Lenore Lehner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:57.244413"], ["updated_at", "2017-09-17 21:47:57.244413"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:47:57.246037"], ["updated_at", "2017-09-17 21:47:57.246037"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (8.0ms)
 (0.6ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (95.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tanya_monahan@mcculloughschoen.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tanya_monahan@mcculloughschoen.biz"], ["encrypted_password", "$2a$04$ev08ziHnL3fXXKNFHCCo6OYwDlvJge9O6iv3j47T0y3JbAMwBaBi."], ["created_at", "2017-09-17 21:48:08.180249"], ["updated_at", "2017-09-17 21:48:08.180249"], ["name", "Eliza Mitchell"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:48:08.194065"], ["updated_at", "2017-09-17 21:48:08.194065"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:48:08.195753"], ["updated_at", "2017-09-17 21:48:08.195753"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (255.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (66.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (64.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:48:33.377228"], ["updated_at", "2017-09-17 21:48:33.377228"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (152.1ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (96.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.8ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:49:59.935357"], ["updated_at", "2017-09-17 21:49:59.935357"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (69.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.4ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (75.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:50:47.080319"], ["updated_at", "2017-09-17 21:50:47.080319"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (85.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (143.3ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:51:03.945225"], ["updated_at", "2017-09-17 21:51:03.945225"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (79.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "magali_pfannerstill@ornrobel.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "magali_pfannerstill@ornrobel.info"], ["encrypted_password", "$2a$04$H7QPATtZ0NDa/mSKJbI5/ufaUH7u.U3vH38S88vDvBsIuAfRGfry6"], ["created_at", "2017-09-17 21:51:12.034164"], ["updated_at", "2017-09-17 21:51:12.034164"], ["name", "August Mosciski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Taming a Sea Horse"], ["description", "Voluptatem dignissimos veritatis sint repellendus. Praesentium qui sequi culpa non. Doloremque omnis ipsam dolor. Voluptatum ullam quo quod."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ayla Wiegand"], ["created_at", "2017-09-17 21:51:12.048619"], ["updated_at", "2017-09-17 21:51:12.048619"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (29.6ms)
Rendered books/edit.html.erb (39.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (100.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (143.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "otho@kertzmann.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "otho@kertzmann.net"], ["encrypted_password", "$2a$04$of.nVUnGrVZwhNjskduW5eII3dG14Oz3VVuzdWrkh3iojNE1pfhwG"], ["created_at", "2017-09-17 21:51:50.683109"], ["updated_at", "2017-09-17 21:51:50.683109"], ["name", "Eugenia Huel MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Bury My Heart at Wounded Knee"], ["description", "Aut animi minima hic molestias beatae. Est est dolorum. Necessitatibus provident incidunt ratione sed quia et. Quam tenetur a fuga."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Joshuah Abshire"], ["created_at", "2017-09-17 21:51:50.698977"], ["updated_at", "2017-09-17 21:51:50.698977"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (27.4ms)
Rendered books/edit.html.erb (37.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (142.3ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (85.7ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bud@oberbrunner.info"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bud@oberbrunner.info"], ["encrypted_password", "$2a$04$YURJoeCOJAxA4A3cJUd.q.pkbhkFMXTyoWhtVKJ7nAYzq5yWbkCX2"], ["created_at", "2017-09-17 21:51:56.324278"], ["updated_at", "2017-09-17 21:51:56.324278"], ["name", "Ms. Katlyn Tromp"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dayne@aufderhar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dayne@aufderhar.org"], ["encrypted_password", "$2a$04$j7dIPjSzc2l9IzzdkLUc9uQzx3zMIhP1DViy3eV5j9XsQydLXfnFO"], ["created_at", "2017-09-17 21:51:56.329288"], ["updated_at", "2017-09-17 21:51:56.329288"], ["name", "Dr. Trever Wilderman"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Moab Is My Washpot"], ["description", "Ex quia ut qui delectus vero reprehenderit omnis. Est eos distinctio aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Anita Keebler"], ["created_at", "2017-09-17 21:51:56.337881"], ["updated_at", "2017-09-17 21:51:56.337881"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "americo_bernhard@walshwaters.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "americo_bernhard@walshwaters.org"], ["encrypted_password", "$2a$04$Us0ixmtQjSbNJdn5SRxSF.JiglpQTkDjJt3e2BwRADN81akh42Rae"], ["created_at", "2017-09-17 21:51:56.358474"], ["updated_at", "2017-09-17 21:51:56.358474"], ["name", "Austin Klocko"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "juwan@champlin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "juwan@champlin.net"], ["encrypted_password", "$2a$04$D0md4Znr3tTwktDsykBEzOif7sa4iAVqIgDrqfGpjpUGL71liaxcG"], ["created_at", "2017-09-17 21:51:56.362718"], ["updated_at", "2017-09-17 21:51:56.362718"], ["name", "Adella O'Reilly"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "To Say Nothing of the Dog"], ["description", "Quo et placeat eum sint. Id est doloremque. Ea dicta vero ea rerum maiores recusandae est. Qui expedita sequi dolore adipisci sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Cruz Toy DDS"], ["created_at", "2017-09-17 21:51:56.364477"], ["updated_at", "2017-09-17 21:51:56.364477"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.6ms)

Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "savannah@boyerheaney.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "savannah@boyerheaney.com"], ["encrypted_password", "$2a$04$YiRN.7yF/bhDiGkAzwZ3AuoTjlYGcWa8muSUklHN/OQYYmdjCgIlK"], ["created_at", "2017-09-17 21:51:56.379358"], ["updated_at", "2017-09-17 21:51:56.379358"], ["name", "Verdie Altenwerth"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "freddy@smitham.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "freddy@smitham.io"], ["encrypted_password", "$2a$04$WHhxHeSUoZXv30d0.HA6H.xUFAnJoVgilnvBxZfZueDI9PjlzJB3m"], ["created_at", "2017-09-17 21:51:56.383427"], ["updated_at", "2017-09-17 21:51:56.383427"], ["name", "Tina Donnelly"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "damion@baumbachcorwin.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "damion@baumbachcorwin.io"], ["encrypted_password", "$2a$04$LnjnzY3nuiS06YmeQW89KeRxoMUi6sMqjPWe.ICXQD4yE4BO..B8K"], ["created_at", "2017-09-17 21:51:56.397261"], ["updated_at", "2017-09-17 21:51:56.397261"], ["name", "Ms. Myrl Mante"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eulah@priceheel.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eulah@priceheel.io"], ["encrypted_password", "$2a$04$BHTzsk2ffNZES9NRYCRWxuZTtFktpowLEAtiTkuun7pE3LTmyaAoW"], ["created_at", "2017-09-17 21:51:56.401061"], ["updated_at", "2017-09-17 21:51:56.401061"], ["name", "Scotty Keeling"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In Dubious Battle"], ["description", "Ut quae et consequatur animi architecto id et. Ut cupiditate id corrupti. Atque iste possimus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Wilmer Davis"], ["created_at", "2017-09-17 21:51:56.402612"], ["updated_at", "2017-09-17 21:51:56.402612"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "raul_cruickshank@hirthecummerata.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "raul_cruickshank@hirthecummerata.biz"], ["encrypted_password", "$2a$04$D3cKSjKLCunKLNew7KRB/O3wWqirNGQwr/.r.zK6ZshDFWa4OEZE."], ["created_at", "2017-09-17 21:51:56.416819"], ["updated_at", "2017-09-17 21:51:56.416819"], ["name", "Wilbert Hirthe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "coralie@hand.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "coralie@hand.info"], ["encrypted_password", "$2a$04$O607jJmmPL5dzrjI3oJ0m.JQUwRsCZSho.A7Ns4/0AmdHiYC1wgcS"], ["created_at", "2017-09-17 21:51:56.420808"], ["updated_at", "2017-09-17 21:51:56.420808"], ["name", "Mauricio Barton"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Aliya Torp V", "description"=>"Impedit occaecati perferendis consequatur in voluptates. Veritatis fuga ea nesciunt.", "image"=>"http://lorempixel.com/200/200", "name"=>"Beyond the Mexique Bay", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Beyond the Mexique Bay"], ["description", "Impedit occaecati perferendis consequatur in voluptates. Veritatis fuga ea nesciunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Aliya Torp V"], ["created_at", "2017-09-17 21:51:56.433197"], ["updated_at", "2017-09-17 21:51:56.433197"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "al_brakus@littelturcotte.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "al_brakus@littelturcotte.biz"], ["encrypted_password", "$2a$04$FsmZrUYXiAJWL4pxTh5GDO6LtlHqsg8xf4w2/ujxUbZjmALHj/sY."], ["created_at", "2017-09-17 21:51:56.442810"], ["updated_at", "2017-09-17 21:51:56.442810"], ["name", "Marcus Osinski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "triston_flatley@denesik.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "triston_flatley@denesik.biz"], ["encrypted_password", "$2a$04$Qsxgl71744fBZc/nrZX3Q.9.IX.ewXw4YQ4ePNr/1JNDWjqyIVlG."], ["created_at", "2017-09-17 21:51:56.446885"], ["updated_at", "2017-09-17 21:51:56.446885"], ["name", "Remington Wilderman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Milton Rolfson", "description"=>"Nam qui consequatur repellendus expedita fuga. Vero eaque laudantium atque modi quis dolor vitae.", "image"=>"http://lorempixel.com/200/200", "name"=>"In Death Ground", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In Death Ground"], ["description", "Nam qui consequatur repellendus expedita fuga. Vero eaque laudantium atque modi quis dolor vitae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Milton Rolfson"], ["created_at", "2017-09-17 21:51:56.452209"], ["updated_at", "2017-09-17 21:51:56.452209"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "barbara.romaguera@roobstamm.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "barbara.romaguera@roobstamm.biz"], ["encrypted_password", "$2a$04$Zeh7t3hdbcINNvcqmrAuauKnIMs0XJqCbk2hlBDZ6hardccuCvIKK"], ["created_at", "2017-09-17 21:51:56.462971"], ["updated_at", "2017-09-17 21:51:56.462971"], ["name", "Amira Spinka"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gillian.romaguera@raynor.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gillian.romaguera@raynor.info"], ["encrypted_password", "$2a$04$eDE866kFdsrOb0z0tag/w.z/YfVoygzNJWb578rBY253oMzpLrZG6"], ["created_at", "2017-09-17 21:51:56.466961"], ["updated_at", "2017-09-17 21:51:56.466961"], ["name", "Eliza Wunsch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Dallas Green", "description"=>"Molestiae sit fugit tempore.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.5ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mellie.goldner@miller.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mellie.goldner@miller.org"], ["encrypted_password", "$2a$04$jBeKhfpwi31IEMvIZ/ctq.9cZHePXpBLLAaCyMd8ULdReJmmhEQz6"], ["created_at", "2017-09-17 21:51:56.481228"], ["updated_at", "2017-09-17 21:51:56.481228"], ["name", "Yazmin Sanford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandrea@rolfson.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alexandrea@rolfson.biz"], ["encrypted_password", "$2a$04$B55.TTN.pKZFo8mf3XZCPOrOG4VxIQngIsB1g1ndrVrHLeTQdVPym"], ["created_at", "2017-09-17 21:51:56.485179"], ["updated_at", "2017-09-17 21:51:56.485179"], ["name", "Ms. Arvilla Lynch"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Those Barren Leaves, Thrones, Dominations"], ["description", "Consectetur distinctio esse. Sed numquam error aut veniam sed vel qui. Odio omnis sequi enim atque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rowland Herzog"], ["created_at", "2017-09-17 21:51:56.486857"], ["updated_at", "2017-09-17 21:51:56.486857"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 21:51:56.492237"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anibal@walker.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "anibal@walker.co"], ["encrypted_password", "$2a$04$EfRkdy8fAvPVAAQScaV7yOB4h34G9.SayXRkYS.fNqRW6v8wlps2u"], ["created_at", "2017-09-17 21:51:56.502979"], ["updated_at", "2017-09-17 21:51:56.502979"], ["name", "Kianna Harris I"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "destini_corkery@powlowski.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "destini_corkery@powlowski.biz"], ["encrypted_password", "$2a$04$qEY1jfRWYpjG5wPaQ.VR/.zIPlvlsxJD9ZiVUwfjfv4ZSM8NCyaty"], ["created_at", "2017-09-17 21:51:56.507264"], ["updated_at", "2017-09-17 21:51:56.507264"], ["name", "Lonny Hane I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Grapes of Wrath"], ["description", "Quia ut sint debitis eos non. Iste sint architecto atque et. Ut quam sunt ut odit ipsum aut nihil. Alias perferendis ducimus cum quidem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Sheridan Fay"], ["created_at", "2017-09-17 21:51:56.509914"], ["updated_at", "2017-09-17 21:51:56.509914"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Sheridan Fay", "description"=>"Quia ut sint debitis eos non. Iste sint architecto atque et. Ut quam sunt ut odit ipsum aut nihil. Alias perferendis ducimus cum quidem.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Grapes of Wrath", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fabian@trantow.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fabian@trantow.net"], ["encrypted_password", "$2a$04$NDjys6dbaRj4giFO.hrVUuBbVqztBEiIW9a5K5jxEtq5q4PJI39h2"], ["created_at", "2017-09-17 21:51:56.523428"], ["updated_at", "2017-09-17 21:51:56.523428"], ["name", "Santos O'Hara"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "greta.kilback@konopelski.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "greta.kilback@konopelski.com"], ["encrypted_password", "$2a$04$zk9StZc1dn8N9eO5mLMmNeMmkjA6ZSYb5gOgVml5VNDAIscIpRCrO"], ["created_at", "2017-09-17 21:51:56.527691"], ["updated_at", "2017-09-17 21:51:56.527691"], ["name", "Marcelle Will DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "O Jerusalem!"], ["description", "Et numquam illum iste reprehenderit ad. Dolor nulla quia voluptatem sapiente. Illum possimus et saepe. Quidem nostrum porro qui reprehenderit maiores consequatur ex."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Hillary Gulgowski"], ["created_at", "2017-09-17 21:51:56.529939"], ["updated_at", "2017-09-17 21:51:56.529939"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Damien Hodkiewicz", "description"=>"Quia ut recusandae.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joanny@stokes.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "joanny@stokes.biz"], ["encrypted_password", "$2a$04$sYefLCkVT8grHJ0HkFgYqemx5CnlD63LyoNpghDn6n6WDvl3Yp2z2"], ["created_at", "2017-09-17 21:51:56.543789"], ["updated_at", "2017-09-17 21:51:56.543789"], ["name", "Ruthe O'Reilly"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadrick@hillsgoodwin.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chadrick@hillsgoodwin.biz"], ["encrypted_password", "$2a$04$pNGG8EDTCz1sQVxQY9mbs.ID8g0eI0JW483iG8YKNwY6Q3weyieme"], ["created_at", "2017-09-17 21:51:56.547917"], ["updated_at", "2017-09-17 21:51:56.547917"], ["name", "Lesley Mante"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Look Homeward, Angel"], ["description", "Ut rerum vero repellat quia. Rerum itaque enim adipisci molestias. Numquam ad perferendis fugiat aliquam. Doloribus alias deleniti atque perspiciatis sit sequi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Noemie Feest"], ["created_at", "2017-09-17 21:51:56.550379"], ["updated_at", "2017-09-17 21:51:56.550379"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:51:56.555740"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeffry_runolfon@haley.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeffry_runolfon@haley.co"], ["encrypted_password", "$2a$04$VllTQetFxwRUidWWHQiTIuZJT8H0K9QgJ7hrq0WYFCOSyifoBQW3q"], ["created_at", "2017-09-17 21:51:56.566395"], ["updated_at", "2017-09-17 21:51:56.566395"], ["name", "Carmela Walter"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@bradtkemertz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stevie@bradtkemertz.org"], ["encrypted_password", "$2a$04$K96P9usMk12rsDDOIhOnPOBYj5AUO4NQkXCEBy/.GCdrH5foCKOwq"], ["created_at", "2017-09-17 21:51:56.572544"], ["updated_at", "2017-09-17 21:51:56.572544"], ["name", "Elenora Sporer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Doors of Perception"], ["description", "Ut voluptate harum esse qui. Ipsam accusantium molestias. Eos ea libero qui dignissimos deleniti. Nemo corporis a nulla id."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lesly Kuhlman"], ["created_at", "2017-09-17 21:51:56.574392"], ["updated_at", "2017-09-17 21:51:56.574392"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:51:56.577871"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (70.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (110.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dereck@kuhn.com"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dereck@kuhn.com"], ["encrypted_password", "$2a$04$FpUlj9VJAyzRjbhNQaCuHOe4Mvq80JvPGvyXBVqxFNEFuzrjYXrZK"], ["created_at", "2017-09-17 21:51:56.903483"], ["updated_at", "2017-09-17 21:51:56.903483"], ["name", "Chelsie Sipes"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$JJ5ulUbRKLbXBCKH4nVNseBJrOe8LvMK/unDs0cSl.i2azzovjYi."], ["created_at", "2017-09-17 21:51:56.914021"], ["updated_at", "2017-09-17 21:51:56.914021"], ["name", "Arnold Kuphal"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.7ms)

Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 0.3ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dante.langworth@schamberger.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dante.langworth@schamberger.biz"], ["encrypted_password", "$2a$04$J8XDAtb9A19mDpDjJ5o8q.0AHCI.rrGtg4JXeAQ.gk0UI3ztO4RoO"], ["created_at", "2017-09-17 21:51:56.944921"], ["updated_at", "2017-09-17 21:51:56.944921"], ["name", "Jarvis Fisher"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$RYaP720cI4jIhuM1mtzNt..4mEwzRWFKP9dlEjvdFlaF3Y7xZgENW"], ["created_at", "2017-09-17 21:51:56.951567"], ["updated_at", "2017-09-17 21:51:56.951567"], ["name", "Kyle Schultz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eveline_dubuque@vonruedenwilliamson.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eveline_dubuque@vonruedenwilliamson.com"], ["encrypted_password", "$2a$04$Q19HBZtPj8e2Pwfuj9KnWObqMYN1ytSl6ljaPYrPyVPFgeoAdkLxa"], ["created_at", "2017-09-17 21:51:56.969193"], ["updated_at", "2017-09-17 21:51:56.969193"], ["name", "Adolf Reichel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)

 (0.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "desiree.carter@oconner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "desiree.carter@oconner.info"], ["encrypted_password", "$2a$04$5gY50fVjGA5H5eH4RvAinecNS3N4XlWQG.Ltgs8flF9LeE6jx2ui2"], ["created_at", "2017-09-17 21:51:56.982875"], ["updated_at", "2017-09-17 21:51:56.982875"], ["name", "Justen Ledner DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$zg/C4Fb0x/ydWSriI7td6.Fz2eEumKcGYAO39NjdPcUj4mY.RPiFa"], ["created_at", "2017-09-17 21:51:56.987160"], ["updated_at", "2017-09-17 21:51:56.987160"], ["name", "Heath Schamberger"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaquelin.hickle@kutchkling.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jaquelin.hickle@kutchkling.com"], ["encrypted_password", "$2a$04$QnBSo56lRVmmhRXRCNOzYuymA1DEccvAOAR0k/RXnv3vCjAWe4oFW"], ["created_at", "2017-09-17 21:51:57.001594"], ["updated_at", "2017-09-17 21:51:57.001594"], ["name", "Kayli Mitchell"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"august@keler.info", "name"=>"Marielle Pouros", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$5.hCeE941vQxNe.id2PwRewq4T7nAwH3OfDfX2PeV/8md2Zr6cuGy"], ["created_at", "2017-09-17 21:51:57.008620"], ["updated_at", "2017-09-17 21:51:57.008620"], ["name", "Marielle Pouros"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cyril@harvey.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cyril@harvey.name"], ["encrypted_password", "$2a$04$aH9wqiovH85cKlQ7AoFtH.yYADmN2JkhA/.z5S2.0/F5u.NyMt4n."], ["created_at", "2017-09-17 21:51:57.020549"], ["updated_at", "2017-09-17 21:51:57.020549"], ["name", "Marisol Romaguera"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"august@keler.info", "name"=>"Tyra Kovacek", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$bgdbLDWgIPlhIbtwIJG.3.4WjVTDUZx/pgFHYKZFUMfyxPkp/sXRO"], ["created_at", "2017-09-17 21:51:57.031587"], ["updated_at", "2017-09-17 21:51:57.031587"], ["name", "Tyra Kovacek"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 10ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "thora.mraz@vandervort.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "thora.mraz@vandervort.com"], ["encrypted_password", "$2a$04$8oQypSUYuw8cokB83cTKwunQqfWMzXSPDFuH/RnxvPdqkMz/kJOmy"], ["created_at", "2017-09-17 21:51:57.041218"], ["updated_at", "2017-09-17 21:51:57.041218"], ["name", "Josie Ziemann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Concepcion Kuphal I", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vincent@ernser.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vincent@ernser.com"], ["encrypted_password", "$2a$04$Y8L87x3IjMJ2XxeVNDrg3.4QX9JjNxJKhponyFKt97/LDxsx0ExMC"], ["created_at", "2017-09-17 21:51:57.057948"], ["updated_at", "2017-09-17 21:51:57.057948"], ["name", "Jarvis Mosciski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Pansy O'Hara", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "theodora@hettinger.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "theodora@hettinger.net"], ["encrypted_password", "$2a$04$7yhHcqYPciqrj7nXuICMle0/nf2Uw7H3LRPcHIqls99lFUxuysXPW"], ["created_at", "2017-09-17 21:51:57.073379"], ["updated_at", "2017-09-17 21:51:57.073379"], ["name", "Christa Gerhold"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$9HuoIVeC8HL7e2FBgKBojuufuwWuqVqcGnD/LO9b..Cp6zxQ.diAW"], ["created_at", "2017-09-17 21:51:57.078887"], ["updated_at", "2017-09-17 21:51:57.078887"], ["name", "Mr. Gideon Wyman"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"bryce@rice.io", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "bryce@rice.io"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "bryce@rice.io"], ["encrypted_password", "$2a$04$zH8z3Jf6Ny/3xtWYzoWBleMesvRLzHwiAJhvuD0Rv8YBVAQubonzi"], ["status", "t"], ["updated_at", "2017-09-17 21:51:57.084947"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dallin@hills.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dallin@hills.info"], ["encrypted_password", "$2a$04$F8S4JmKAYUVLKzMW2hEbWuz5UMgcsLiZ9/6g2XIcVIgBqncYQ4TS2"], ["created_at", "2017-09-17 21:51:57.097573"], ["updated_at", "2017-09-17 21:51:57.097573"], ["name", "Mr. Bryce Bartell"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$Zhbl9bOeqt/V7rFjUzs9.OLFHJGyqsHcR8QUfewKxDOlX82YmeqUu"], ["created_at", "2017-09-17 21:51:57.102054"], ["updated_at", "2017-09-17 21:51:57.102054"], ["name", "Reva O'Reilly"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"august@keler.info", "name"=>"Reva O'Reilly", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$CcoT2nfG7VeXXwTZSZRafeaIEfF5vmIiVySoXDPLe36fB9jv22NO2"], ["updated_at", "2017-09-17 21:51:57.107517"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nikita@moorequigley.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nikita@moorequigley.info"], ["encrypted_password", "$2a$04$vtYW4nqC0PX25lqJ5w/yk.MbCvh8ztBBADtRS/2J3SmdGdPcZMyKK"], ["created_at", "2017-09-17 21:51:57.118661"], ["updated_at", "2017-09-17 21:51:57.118661"], ["name", "Ms. Maci Zemlak"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$e0ZQq8PNE.IBYX/fO9P3jOC3VGb057BtbsIFtcTXBz5iTLtvvdklG"], ["created_at", "2017-09-17 21:51:57.122859"], ["updated_at", "2017-09-17 21:51:57.122859"], ["name", "Mrs. Kip Windler"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Fernando Waters", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bernice_willms@rolfson.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bernice_willms@rolfson.name"], ["encrypted_password", "$2a$04$wEg9NBlHqqe928us8OQonuvXuEvi6ya0mVEb1adbQXaeNNwHg5uGm"], ["created_at", "2017-09-17 21:51:57.139454"], ["updated_at", "2017-09-17 21:51:57.139454"], ["name", "Max Weimann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$zD9gWIxD75dxPMwke9ony.R2xs9eSz8Hff5lNLM2WTPn1M1/lW7SC"], ["created_at", "2017-09-17 21:51:57.143458"], ["updated_at", "2017-09-17 21:51:57.143458"], ["name", "Miss Reymundo Hartmann"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:51:57.148234"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "esta.bode@gerhold.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "esta.bode@gerhold.com"], ["encrypted_password", "$2a$04$Ikj71orAIIkpfeIPUI2Ma.rVAE1nrq1a4YHiavkhLIvPBtXg/8A1S"], ["created_at", "2017-09-17 21:51:57.158174"], ["updated_at", "2017-09-17 21:51:57.158174"], ["name", "Mr. Rodrick Glover"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "august@keler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "august@keler.info"], ["encrypted_password", "$2a$04$2EfxOyy4iaoylU9YDUJLguGoILwI9Er.fHCQlq0.7me.NJ9d9C6vG"], ["created_at", "2017-09-17 21:51:57.162608"], ["updated_at", "2017-09-17 21:51:57.162608"], ["name", "Dustin Mohr"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:51:57.166229"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "enola_streich@kuvalis.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "enola_streich@kuvalis.net"], ["encrypted_password", "$2a$04$QoeiWKSXEZDn8.Dr7cFVTe8nKCBX/1IYlpBA2IpoZzcKudxSuCKhq"], ["created_at", "2017-09-17 21:51:57.389120"], ["updated_at", "2017-09-17 21:51:57.389120"], ["name", "Dr. Rafael Walter"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Fame Is the Spur"], ["description", "Voluptates dolores at explicabo omnis voluptatibus illum. Inventore similique veniam veritatis. Numquam explicabo animi molestiae dicta. Quia sapiente maxime sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Willy Aufderhar"], ["created_at", "2017-09-17 21:51:57.391174"], ["updated_at", "2017-09-17 21:51:57.391174"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "queen.bayer@johns.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "queen.bayer@johns.org"], ["encrypted_password", "$2a$04$bKBPGmhgQd9TJ1fvOTAQROSuPJiZZHvTD/ykVI.ZTIoQvrurLeahG"], ["created_at", "2017-09-17 21:51:57.400673"], ["updated_at", "2017-09-17 21:51:57.400673"], ["name", "Chesley Hamill"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Cricket on the Hearth"], ["description", "Blanditiis minus dignissimos eum. Laborum a quis doloribus et minima. A reprehenderit aut. Est nihil qui et labore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Emmett Beier I"], ["created_at", "2017-09-17 21:51:57.402833"], ["updated_at", "2017-09-17 21:51:57.402833"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ova_dickens@gottlieb.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ova_dickens@gottlieb.net"], ["encrypted_password", "$2a$04$QngFyRezrINVrl9vdPcPsedw4skIU955/ZYg0UHQIkKApMy3Oe4lu"], ["created_at", "2017-09-17 21:51:57.411677"], ["updated_at", "2017-09-17 21:51:57.411677"], ["name", "Joana Hilll"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wind's Twelve Quarters"], ["description", "Animi voluptate fugiat ut doloremque ut consequuntur qui. Rerum et labore harum est porro vel. Velit voluptas temporibus cumque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Katelyn Smitham"], ["created_at", "2017-09-17 21:51:57.413714"], ["updated_at", "2017-09-17 21:51:57.413714"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nettie@croninernser.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nettie@croninernser.info"], ["encrypted_password", "$2a$04$LCUqAInr8LFB9AyzfqiYIO1M8egqXIPJE2ITdgFUyYc4JLYPl4iUu"], ["created_at", "2017-09-17 21:51:57.424416"], ["updated_at", "2017-09-17 21:51:57.424416"], ["name", "Heath Schoen"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Noli Me Tangere"], ["description", "Ut impedit molestiae ut. Aperiam asperiores omnis quaerat. Et voluptate dolores nulla."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Katlyn Watsica"], ["created_at", "2017-09-17 21:51:57.426552"], ["updated_at", "2017-09-17 21:51:57.426552"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "augustine.runolfsdottir@conn.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "augustine.runolfsdottir@conn.io"], ["encrypted_password", "$2a$04$wRK.xOmPm1nbjscZLVI3AeQH.qpF4UTfnJrJn0Na8Lb9IRFRP3dym"], ["created_at", "2017-09-17 21:51:57.437790"], ["updated_at", "2017-09-17 21:51:57.437790"], ["name", "Dejon Buckridge DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Widening Gyre"], ["description", "Nam officia earum adipisci. Aut vitae qui molestiae unde aut quis. In dignissimos ipsa corporis molestiae placeat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Margarete Batz"], ["created_at", "2017-09-17 21:51:57.440612"], ["updated_at", "2017-09-17 21:51:57.440612"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "theron.rau@bechtelaremard.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "theron.rau@bechtelaremard.co"], ["encrypted_password", "$2a$04$nw0EzYKTVyBn3kBTfOR4lePl0N3qowxnuNRWIa/hSAgz10GAx0H4S"], ["created_at", "2017-09-17 21:51:57.451322"], ["updated_at", "2017-09-17 21:51:57.451322"], ["name", "Mrs. Arlene Littel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Way Through the Woods"], ["description", "Ut repellendus tenetur odio. Et iste doloremque voluptatum adipisci ad velit. Dicta perspiciatis distinctio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tyshawn Simonis Jr."], ["created_at", "2017-09-17 21:51:57.453412"], ["updated_at", "2017-09-17 21:51:57.453412"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "catharine@jones.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "catharine@jones.org"], ["encrypted_password", "$2a$04$cb6OdBAItnSqUia0bxjqcupg0oD83sAYq5NbjSGKUhBC9bQPNiyxe"], ["created_at", "2017-09-17 21:51:57.466002"], ["updated_at", "2017-09-17 21:51:57.466002"], ["name", "Tiana Stroman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blithe Spirit"], ["description", "Ipsa dolores autem quia. Tempora in aperiam. Architecto cum omnis modi. Est sint et accusantium est fugiat repellat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Calista Heathcote"], ["created_at", "2017-09-17 21:51:57.468079"], ["updated_at", "2017-09-17 21:51:57.468079"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shanie_boyer@rempel.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shanie_boyer@rempel.info"], ["encrypted_password", "$2a$04$bbJwWRk.4/qEg4TE5FxBGepBQqQKQJr34niwoEJSR684z905QM1re"], ["created_at", "2017-09-17 21:51:57.479401"], ["updated_at", "2017-09-17 21:51:57.479401"], ["name", "Chase Lubowitz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Farewell to Arms"], ["description", "Eveniet impedit quidem hic. Blanditiis eligendi quaerat aliquid."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maya Bartoletti"], ["created_at", "2017-09-17 21:51:57.481495"], ["updated_at", "2017-09-17 21:51:57.481495"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "americo@bednar.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "americo@bednar.org"], ["encrypted_password", "$2a$04$vj5eLRHoxJJwFqjOid9rGunucN34dOZ2Lu/hiuxWNqUSKBRll.MfW"], ["created_at", "2017-09-17 21:51:57.492817"], ["updated_at", "2017-09-17 21:51:57.492817"], ["name", "Ms. Andres O'Hara"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blithe Spirit"], ["description", "Sunt tempore temporibus. Voluptatum unde neque minus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Lorine Brown"], ["created_at", "2017-09-17 21:51:57.494999"], ["updated_at", "2017-09-17 21:51:57.494999"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "katheryn.runolfon@hermann.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "katheryn.runolfon@hermann.co"], ["encrypted_password", "$2a$04$YCHm9cBXhMoXb.AWBkPxBOc6iafLSJDf/lH4ji5GXsumLj/gXhkRG"], ["created_at", "2017-09-17 21:51:57.507640"], ["updated_at", "2017-09-17 21:51:57.507640"], ["name", "Mr. Marvin Denesik"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Moab Is My Washpot"], ["description", "Molestias neque eligendi iste facilis minus. Sunt corrupti est quaerat nihil debitis tempora minima. Et eos quam blanditiis fuga quasi repudiandae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Demario Mohr"], ["created_at", "2017-09-17 21:51:57.509716"], ["updated_at", "2017-09-17 21:51:57.509716"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elvie@fahey.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elvie@fahey.co"], ["encrypted_password", "$2a$04$UDEnjL9ApRmHRqiUtFzpaOICAWmLVVkPd59mkShN1nBZUqFQtkG6m"], ["created_at", "2017-09-17 21:51:57.521816"], ["updated_at", "2017-09-17 21:51:57.521816"], ["name", "Rodrick McGlynn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Carrion Comfort"], ["description", "Dolores accusamus sequi. Velit molestiae illum aut ratione ut provident."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Guillermo Cronin"], ["created_at", "2017-09-17 21:51:57.523832"], ["updated_at", "2017-09-17 21:51:57.523832"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "natalia@torpgorczany.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "natalia@torpgorczany.net"], ["encrypted_password", "$2a$04$dAOa5AJW4Y9RVlOBOjMAJeJc3g9twubUzvoNH9BSOhNYE0VowbJZe"], ["created_at", "2017-09-17 21:51:57.534302"], ["updated_at", "2017-09-17 21:51:57.534302"], ["name", "Genoveva Nienow"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wealth of Nations"], ["description", "Mollitia esse necessitatibus temporibus quia laboriosam. Eum nam reprehenderit recusandae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Deven West"], ["created_at", "2017-09-17 21:51:57.536993"], ["updated_at", "2017-09-17 21:51:57.536993"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "raphaelle_bogan@leannonyundt.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "raphaelle_bogan@leannonyundt.info"], ["encrypted_password", "$2a$04$xSVcHtbPUbGuhWq5smKZo.Jrk6NRyD.7WlnFmolzeBCQ6tbMZHIIe"], ["created_at", "2017-09-17 21:51:57.549053"], ["updated_at", "2017-09-17 21:51:57.549053"], ["name", "Mittie Kozey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Blood's a Rover"], ["description", "Illum harum similique sit magnam quibusdam. Unde quo consequatur quae laudantium perspiciatis blanditiis. Provident quam itaque eum sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Webster Lynch III"], ["created_at", "2017-09-17 21:51:57.551092"], ["updated_at", "2017-09-17 21:51:57.551092"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (77.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dolores@greenfelder.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dolores@greenfelder.name"], ["encrypted_password", "$2a$04$3FlyaYlfTqwfjW2GGAlDvOGMVdCGfACFVuJ1rWtP0/wrKfUzStr/K"], ["created_at", "2017-09-17 21:51:57.777129"], ["updated_at", "2017-09-17 21:51:57.777129"], ["name", "Mrs. Jerel Bartell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mariam@simonis.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mariam@simonis.com"], ["encrypted_password", "$2a$04$Uenv1GcrttXtpjZi88F.Be2TH5oAZu.s7h2tJSi0vJJso9Aq.096a"], ["created_at", "2017-09-17 21:51:57.786366"], ["updated_at", "2017-09-17 21:51:57.786366"], ["name", "Dr. Erna Gaylord"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brandt.upton@daugherty.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brandt.upton@daugherty.name"], ["encrypted_password", "$2a$04$5.jun2DJZN7RBcP8HIwLBeWKQm4hXSJ8a6swMIaOCbgrh/aiWRtEW"], ["created_at", "2017-09-17 21:51:57.794217"], ["updated_at", "2017-09-17 21:51:57.794217"], ["name", "Ms. Jarrell Simonis"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bobbie_kutch@herman.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bobbie_kutch@herman.com"], ["encrypted_password", "$2a$04$SExrQ00XnT.JC59LCjYTyOWLAefnOwHls5XMEevGjscj1w6v1.fh2"], ["created_at", "2017-09-17 21:51:57.805947"], ["updated_at", "2017-09-17 21:51:57.805947"], ["name", "Tillman Ratke III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "athena@schummschneider.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "athena@schummschneider.info"], ["encrypted_password", "$2a$04$/sNeq5t1Vvf9PUYUntaSI.pfbwNDMbesxETzDP4UEVBz2r6dR7z1G"], ["created_at", "2017-09-17 21:51:57.815603"], ["updated_at", "2017-09-17 21:51:57.815603"], ["name", "Hilda Fisher"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kenny@runte.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kenny@runte.co"], ["encrypted_password", "$2a$04$A.S.FeF1cELBplZvW1dB3uCxduch3KN7EtdyHBwxAMGlbj36NYmm."], ["created_at", "2017-09-17 21:51:57.827125"], ["updated_at", "2017-09-17 21:51:57.827125"], ["name", "Lori Marvin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stephon_gislason@beahan.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stephon_gislason@beahan.co"], ["encrypted_password", "$2a$04$2itO5lwenSb8CyZvUMsEGeT.3OiIT8A4Qopx8n1GB3aPH4Vr5nsy6"], ["created_at", "2017-09-17 21:51:57.837213"], ["updated_at", "2017-09-17 21:51:57.837213"], ["name", "Catherine Bogan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (69.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alba@reichert.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alba@reichert.biz"], ["encrypted_password", "$2a$04$XuvNrVKjZfr37cpaeXlS1.dZdRzpYXy2bZC1SKPfMeamlIdDVKws2"], ["created_at", "2017-09-17 21:51:58.193683"], ["updated_at", "2017-09-17 21:51:58.193683"], ["name", "Roosevelt Hagenes DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 18:51:58 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:51:58.202119"], ["last_sign_in_at", "2017-09-17 21:51:58.202119"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:51:58.202686"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (3.3ms)
Rendered layouts/shared/_header.html.erb (1.0ms)

Completed 200 OK in 263ms (Views: 262.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (84.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.6ms)  DELETE FROM "users";
 (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "austin_hammes@sanford.com"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "austin_hammes@sanford.com"], ["encrypted_password", "$2a$04$BfEmcXzE34x7flgOhGxN/uTKJx9ekzhDHGGbarJN7PspbLK85VYT6"], ["created_at", "2017-09-17 21:51:58.724899"], ["updated_at", "2017-09-17 21:51:58.724899"], ["name", "Isom Becker DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 18:51:58 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:51:58.730081"], ["last_sign_in_at", "2017-09-17 21:51:58.730081"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:51:58.730563"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (2.2ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 18:51:58 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (2.6ms)
Rendered users/sessions/new.html.erb within layouts/application (81.3ms)

Completed 200 OK in 91ms (Views: 86.5ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (98.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (75.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.7ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alene_kreiger@durganstrosin.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alene_kreiger@durganstrosin.co"], ["encrypted_password", "$2a$04$wJV9Es1rSgin55htW/Pf0OkX1Kcac5quIvsJrVz5RPKsobgeSQ5BS"], ["created_at", "2017-09-17 21:51:59.105697"], ["updated_at", "2017-09-17 21:51:59.105697"], ["name", "Jennyfer Pouros"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 18:51:59 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:51:59.109352"], ["last_sign_in_at", "2017-09-17 21:51:59.109352"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:51:59.109887"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.9ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (90.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.0ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (88.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.9ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.3ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (79.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nicholas@willms.co"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nicholas@willms.co"], ["encrypted_password", "$2a$04$KL1.h.X78NtFDejXl2xvAOwDozF5JUlxSi6SmHJKOMVvl7t5NGB3u"], ["created_at", "2017-09-17 21:51:59.944951"], ["updated_at", "2017-09-17 21:51:59.944951"], ["name", "Geo Luettgen"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The House of Mirth"], ["description", "Eveniet culpa et maxime. Temporibus corporis ratione dolorem eveniet tempore. Non enim qui neque non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Camylle Bahringer"], ["created_at", "2017-09-17 21:51:59.950267"], ["updated_at", "2017-09-17 21:51:59.950267"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (12.5ms)
Rendered books/edit.html.erb (33.8ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (89.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rogers@hudson.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rogers@hudson.org"], ["encrypted_password", "$2a$04$rRoz9IusBF3t0Wj1zGO/n.hjVdOaPFdb8euqAPXDIZYxm2eOmt.V2"], ["created_at", "2017-09-17 21:52:00.241938"], ["updated_at", "2017-09-17 21:52:00.241938"], ["name", "Dallas Leuschke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:52:00.243836"], ["updated_at", "2017-09-17 21:52:00.243836"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:52:00.245181"], ["updated_at", "2017-09-17 21:52:00.245181"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (67.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "krystel.hamill@howenicolas.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "krystel.hamill@howenicolas.co"], ["encrypted_password", "$2a$04$nOVgaE.jbIRYBxpftOHo3Os.mEaoxeudcDh7DVpbhq8X8Yd42iN2e"], ["created_at", "2017-09-17 21:52:00.477942"], ["updated_at", "2017-09-17 21:52:00.477942"], ["name", "Ms. Camylle Hayes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (3.9ms)
Rendered books/new.html.erb (4.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (63.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:52:00.715733"], ["updated_at", "2017-09-17 21:52:00.715733"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (73.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "floy_renner@mrazhettinger.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "floy_renner@mrazhettinger.net"], ["encrypted_password", "$2a$04$n0EjAoy.HFTQqfJHXruMse25fdrU1NETAxIyv.iYZHClzFSojDjzq"], ["created_at", "2017-09-17 21:52:00.940121"], ["updated_at", "2017-09-17 21:52:00.940121"], ["name", "Harmon Muller"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (5.4ms)
Rendered users/edit.html.erb (15.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (64.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$MRbczZDW5AmbTyVCmQNhNOADFT7UKpNx7JoD/71U4inaTNTqYPl66"], ["created_at", "2017-09-17 21:52:01.194801"], ["updated_at", "2017-09-17 21:52:01.194801"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (72.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.8ms)
Rendered users/new.html.erb (5.5ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (104.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.9ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (2.3ms)
Rendered users/sessions/new.html.erb (18.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (90.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elda.gorczany@oreilly.io"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "elda.gorczany@oreilly.io"], ["encrypted_password", "$2a$04$NZrzJfax7LPotpdV95cq4O77cu1U8iUwISiWmNTQejqrYxJ/ifK/K"], ["created_at", "2017-09-17 21:52:02.063374"], ["updated_at", "2017-09-17 21:52:02.063374"], ["name", "Mable Hagenes"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (88.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.1ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (1.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (75.2ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hildegard_senger@lowe.biz"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hildegard_senger@lowe.biz"], ["encrypted_password", "$2a$04$EmSuz9/obEN9no7J.LdZgOwMpXcHom0DxfYSHAuyTmPm7RMR6voB6"], ["created_at", "2017-09-17 21:52:56.504895"], ["updated_at", "2017-09-17 21:52:56.504895"], ["name", "Grover Kessler"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mylene@ebert.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mylene@ebert.name"], ["encrypted_password", "$2a$04$zUnh4llHN/gRCwc95wIRwOlmUciFl2pxq86/5XrRr2D96e4sbBlMu"], ["created_at", "2017-09-17 21:52:56.509814"], ["updated_at", "2017-09-17 21:52:56.509814"], ["name", "Lora Gaylord"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Soldier's Art"], ["description", "Et architecto asperiores voluptas amet. Omnis voluptas quia. Quia id et mollitia ipsum impedit reprehenderit placeat. Suscipit aut deserunt sunt error nesciunt ducimus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Rollin Cremin"], ["created_at", "2017-09-17 21:52:56.519137"], ["updated_at", "2017-09-17 21:52:56.519137"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.5ms | ActiveRecord: 0.2ms)

 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "buck@fadelwisozk.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "buck@fadelwisozk.net"], ["encrypted_password", "$2a$04$ukQMvgcqVhxXvxOXUf9bbOxzjQuy8FWhRRA.pELkIQ8YMA.ZzLquG"], ["created_at", "2017-09-17 21:52:56.541578"], ["updated_at", "2017-09-17 21:52:56.541578"], ["name", "Shaniya McDermott"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "velda@dach.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "velda@dach.name"], ["encrypted_password", "$2a$04$xtCEO6pYfrBpU0/DR2KFX.CN4c7JkMv.elQjTQj9hZBn6WfxSRRHS"], ["created_at", "2017-09-17 21:52:56.545769"], ["updated_at", "2017-09-17 21:52:56.545769"], ["name", "Thea Bergnaum"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "I Will Fear No Evil"], ["description", "In quod tenetur sint quidem. Adipisci sed omnis praesentium beatae assumenda doloremque. Odit quia explicabo amet sunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ottis Stroman"], ["created_at", "2017-09-17 21:52:56.547550"], ["updated_at", "2017-09-17 21:52:56.547550"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "celine@price.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "celine@price.org"], ["encrypted_password", "$2a$04$6BQ7csM7xAQpRnPfiIPHKufye9lZDd1sLSB.Px4vDibZewqBR2XGG"], ["created_at", "2017-09-17 21:52:56.561019"], ["updated_at", "2017-09-17 21:52:56.561019"], ["name", "Wilfrid Luettgen"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nona.kunde@mante.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nona.kunde@mante.com"], ["encrypted_password", "$2a$04$1ef6vUmSuDRi3Y/eqS0rpeZ0HUV3Ags3mBxnNw9nxG8FLjCnerx6a"], ["created_at", "2017-09-17 21:52:56.565126"], ["updated_at", "2017-09-17 21:52:56.565126"], ["name", "Verla Ruecker"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "talon_rempel@thiel.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "talon_rempel@thiel.info"], ["encrypted_password", "$2a$04$7.ptg3OW52GE3crkWjXfleHfau7xrCs5lAYsemr0ApTfIojm94WOa"], ["created_at", "2017-09-17 21:52:56.577491"], ["updated_at", "2017-09-17 21:52:56.577491"], ["name", "Leslie Halvorson II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurel.kohler@metz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laurel.kohler@metz.org"], ["encrypted_password", "$2a$04$G.6CvhL3xBaqF2Udr95H4.laDwAsmvogMt4xkJXjU/FhmGDLNhjrq"], ["created_at", "2017-09-17 21:52:56.582119"], ["updated_at", "2017-09-17 21:52:56.582119"], ["name", "Lee Oberbrunner"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Will Fear No Evil"], ["description", "Magni exercitationem quia nisi ut voluptate ut esse. Consequatur et ut dolore a sit. Aliquam fugit omnis. Quam tempora nam voluptas id dolores facere."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rhianna Littel"], ["created_at", "2017-09-17 21:52:56.583840"], ["updated_at", "2017-09-17 21:52:56.583840"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mertie_lueilwitz@kihnbreitenberg.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mertie_lueilwitz@kihnbreitenberg.org"], ["encrypted_password", "$2a$04$Qi7NTaK/Pnsz8URKFtmmCuem68R8OrMUFxwTQ66jx4DPce2jPbrCK"], ["created_at", "2017-09-17 21:52:56.596996"], ["updated_at", "2017-09-17 21:52:56.596996"], ["name", "Alene Shanahan DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "betty.doyle@cummerata.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "betty.doyle@cummerata.net"], ["encrypted_password", "$2a$04$8cPZ9qC0hEkripd89I07AOyTs8fMreLtx/SJvvx8R/woB2RO4m8TC"], ["created_at", "2017-09-17 21:52:56.601672"], ["updated_at", "2017-09-17 21:52:56.601672"], ["name", "Cheyanne Schimmel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Chanelle Fadel", "description"=>"Omnis quis labore reprehenderit repudiandae magnam. Aspernatur perspiciatis veniam beatae cumque vel.", "image"=>"http://lorempixel.com/200/200", "name"=>"Surprised by Joy", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Surprised by Joy"], ["description", "Omnis quis labore reprehenderit repudiandae magnam. Aspernatur perspiciatis veniam beatae cumque vel."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Chanelle Fadel"], ["created_at", "2017-09-17 21:52:56.612594"], ["updated_at", "2017-09-17 21:52:56.612594"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "susan_flatley@carroll.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "susan_flatley@carroll.biz"], ["encrypted_password", "$2a$04$MS3kwTsUhqTjJhfOg0AEJujOw1nq4HhphEsob64jVTtyBAfCP2xye"], ["created_at", "2017-09-17 21:52:56.622458"], ["updated_at", "2017-09-17 21:52:56.622458"], ["name", "Chelsie Sanford III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "barton_champlin@bruenbashirian.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "barton_champlin@bruenbashirian.net"], ["encrypted_password", "$2a$04$s12ytRc34zzaPKuCkPdR.OszIPxMcF4NKZz6ldJjVkKf6ycLNGQ/W"], ["created_at", "2017-09-17 21:52:56.626551"], ["updated_at", "2017-09-17 21:52:56.626551"], ["name", "Javonte Bosco Sr."], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Magnolia Williamson", "description"=>"Aut distinctio laboriosam dolorem. Est quod incidunt quos. A cum nulla iure voluptas. Cum reprehenderit quia recusandae ut.", "image"=>"http://lorempixel.com/200/200", "name"=>"If I Forget Thee Jerusalem", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "If I Forget Thee Jerusalem"], ["description", "Aut distinctio laboriosam dolorem. Est quod incidunt quos. A cum nulla iure voluptas. Cum reprehenderit quia recusandae ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Magnolia Williamson"], ["created_at", "2017-09-17 21:52:56.630277"], ["updated_at", "2017-09-17 21:52:56.630277"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gabriel_sauer@nienow.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gabriel_sauer@nienow.name"], ["encrypted_password", "$2a$04$2XwzHRnt76iHDxh3nS81cO7AKBM31ou737IRUgMprZdyBF89clxT6"], ["created_at", "2017-09-17 21:52:56.642778"], ["updated_at", "2017-09-17 21:52:56.642778"], ["name", "Anderson Ritchie Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "favian_ruel@gutmannschowalter.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "favian_ruel@gutmannschowalter.co"], ["encrypted_password", "$2a$04$LIU8Gh8HvStKIR/RJsDunu9Fds30coHoCqr1/i81XWDJyNqnZG2Fq"], ["created_at", "2017-09-17 21:52:56.646989"], ["updated_at", "2017-09-17 21:52:56.646989"], ["name", "Miss Antonina Bartoletti"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Omer Mohr", "description"=>"Qui rerum eligendi voluptas ad. Corrupti recusandae libero. Ducimus et consequuntur ea.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "xzavier.heathcote@williamsonschmeler.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "xzavier.heathcote@williamsonschmeler.net"], ["encrypted_password", "$2a$04$HQx3NyONsmb1ZOTttXRYhetGwbqVZvJT.rvB65jgvQ2LZWaGWr1qK"], ["created_at", "2017-09-17 21:52:56.661552"], ["updated_at", "2017-09-17 21:52:56.661552"], ["name", "Flavie Casper"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alize@okonbecker.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alize@okonbecker.com"], ["encrypted_password", "$2a$04$WKjxt5ltUpn6mp23RGx1ReKYux499QNmrZy5Ec4r9tsIS1KkDUt3u"], ["created_at", "2017-09-17 21:52:56.665657"], ["updated_at", "2017-09-17 21:52:56.665657"], ["name", "Zoila Zemlak"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Butter In a Lordly Dish"], ["description", "Iusto veritatis minus quia aut. Et maiores veniam quam. Delectus cum id quidem sit. Mollitia sit quia non qui eum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eudora Hayes V"], ["created_at", "2017-09-17 21:52:56.667316"], ["updated_at", "2017-09-17 21:52:56.667316"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 21:52:56.671067"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lina@weimann.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lina@weimann.biz"], ["encrypted_password", "$2a$04$V9lGdUzVXe7TTaSncDZ74eyH9M8MFAxrLdI./o1jKY1GDWqDEyJae"], ["created_at", "2017-09-17 21:52:56.681526"], ["updated_at", "2017-09-17 21:52:56.681526"], ["name", "Delores Ebert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "concepcion@gibson.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "concepcion@gibson.biz"], ["encrypted_password", "$2a$04$zXEmDsBar3gJQQXpBm1nq.a8WVUaaHEzpSFB6JxVVDMS4KnFLLSq2"], ["created_at", "2017-09-17 21:52:56.686416"], ["updated_at", "2017-09-17 21:52:56.686416"], ["name", "Ramon Yundt"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Way Through the Woods"], ["description", "Enim velit nesciunt est voluptas saepe sapiente id. In quia et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nathan Casper"], ["created_at", "2017-09-17 21:52:56.689071"], ["updated_at", "2017-09-17 21:52:56.689071"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Nathan Casper", "description"=>"Enim velit nesciunt est voluptas saepe sapiente id. In quia et.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Way Through the Woods", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaiden.hayes@boehm.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jaiden.hayes@boehm.org"], ["encrypted_password", "$2a$04$dTdi0qGqUzU4oxRAnBu49urv7X4OXfrcl26Hqw80iZ5M2csSwU3p."], ["created_at", "2017-09-17 21:52:56.702339"], ["updated_at", "2017-09-17 21:52:56.702339"], ["name", "Breana Gutmann PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "constantin_dickinson@welch.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "constantin_dickinson@welch.biz"], ["encrypted_password", "$2a$04$ApSWAx2an8jNNoMQpQKLJexkuwPq3i6fer.rEbBOxSn0v0mE/.Jt2"], ["created_at", "2017-09-17 21:52:56.706460"], ["updated_at", "2017-09-17 21:52:56.706460"], ["name", "Mrs. Ola Corwin"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "For a Breath I Tarry"], ["description", "Ipsam sit ab et qui nobis ullam quia. Et dolores ab. Quae numquam eligendi aut cupiditate eveniet."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Zula Mertz"], ["created_at", "2017-09-17 21:52:56.708156"], ["updated_at", "2017-09-17 21:52:56.708156"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Dr. Mckenna Monahan", "description"=>"Deserunt rem magnam consequatur doloremque est. Distinctio error incidunt occaecati velit deleniti iure est. Dolores error consequatur porro et.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "astrid_marquardt@green.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "astrid_marquardt@green.net"], ["encrypted_password", "$2a$04$zdg3FYIrPPJlvaw5H8P6rOimxfPA913VA0moMH9pEZcEj/6VqsFEK"], ["created_at", "2017-09-17 21:52:56.722779"], ["updated_at", "2017-09-17 21:52:56.722779"], ["name", "Zoe Barton"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "margaretta@ebert.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "margaretta@ebert.info"], ["encrypted_password", "$2a$04$.J.VpkG0xL9SksvHByFuIeSFAiC7ZPS2MEhOa6FIaY35VJ02yxGQe"], ["created_at", "2017-09-17 21:52:56.726905"], ["updated_at", "2017-09-17 21:52:56.726905"], ["name", "Kraig Brown"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Sleep the Brave"], ["description", "Velit placeat ipsa. Nihil magni fugiat. Expedita cupiditate aperiam molestias reiciendis error."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Marshall Jones"], ["created_at", "2017-09-17 21:52:56.728510"], ["updated_at", "2017-09-17 21:52:56.728510"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:52:56.732342"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "justus.damore@lockmanfisher.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "justus.damore@lockmanfisher.net"], ["encrypted_password", "$2a$04$V/I1qlVqrPY1ojwtdINH1e2/.JxCr8Cf.XX8YZwko28bXm5Mt7GUC"], ["created_at", "2017-09-17 21:52:56.742737"], ["updated_at", "2017-09-17 21:52:56.742737"], ["name", "Laura Spencer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaetano@lind.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gaetano@lind.co"], ["encrypted_password", "$2a$04$OF/r92Yg17IhFBeWyb4.2uRWEqMjfdc9p16WSqo6jhYgA2Wg39O.q"], ["created_at", "2017-09-17 21:52:56.746796"], ["updated_at", "2017-09-17 21:52:56.746796"], ["name", "Emmalee Cassin"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Paths of Glory"], ["description", "Cumque labore voluptatem eos excepturi. Ea vel cupiditate."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Hailey Willms"], ["created_at", "2017-09-17 21:52:56.748489"], ["updated_at", "2017-09-17 21:52:56.748489"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:52:56.752112"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 10ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (99.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#book as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (90.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lee@conn.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lee@conn.info"], ["encrypted_password", "$2a$04$bWSnWkee.qkBybhdh3SZ5udxO4mZdegFLlY0ZUi9zhRlZuE5PEBiO"], ["created_at", "2017-09-17 21:52:57.364589"], ["updated_at", "2017-09-17 21:52:57.364589"], ["name", "Columbus Dibbert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$hZVoEYBdtFxg/36jRMg5Ce4DXFlp3VNCCKZD1Am39f6pWX2MpWOFC"], ["created_at", "2017-09-17 21:52:57.368571"], ["updated_at", "2017-09-17 21:52:57.368571"], ["name", "Miss Samantha Kuvalis"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.3ms)

Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cierra@reichert.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cierra@reichert.io"], ["encrypted_password", "$2a$04$ekOX6zIUTnFLsVh2hQNsOuDK9LxcZht1Vfmvmkpim0c0orXApDfmW"], ["created_at", "2017-09-17 21:52:57.384256"], ["updated_at", "2017-09-17 21:52:57.384256"], ["name", "Kiley Sanford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$OKgHZEzrs3bIcOsDW8ClXuG/ZTwj.JrJ1b.oIOpxR9K9lM0r4EtpC"], ["created_at", "2017-09-17 21:52:57.388407"], ["updated_at", "2017-09-17 21:52:57.388407"], ["name", "Cheyanne Price DVM"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alf@schummgutkowski.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alf@schummgutkowski.net"], ["encrypted_password", "$2a$04$ZZFvSZ0iV07/GWt1GNoePuTYC2fHpgZpvb4K69zR2ZcDk0lcQAeDW"], ["created_at", "2017-09-17 21:52:57.401099"], ["updated_at", "2017-09-17 21:52:57.401099"], ["name", "Andy Robel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "milton.hudson@macgyver.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "milton.hudson@macgyver.com"], ["encrypted_password", "$2a$04$G6zXIPVdYXuguX55rUr.debRxLB.HFkwOkmk83NdBzTm1LoIdcCoa"], ["created_at", "2017-09-17 21:52:57.414166"], ["updated_at", "2017-09-17 21:52:57.414166"], ["name", "Mavis Konopelski II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$VMTtAA0JA0kAuSL140iLKesCaAzx1EOrZqVMML1CIRwcXUFPZq0j."], ["created_at", "2017-09-17 21:52:57.418081"], ["updated_at", "2017-09-17 21:52:57.418081"], ["name", "Christopher Prosacco V"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.9ms)

Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abigail@borerebert.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "abigail@borerebert.io"], ["encrypted_password", "$2a$04$Zodn/AcgF3b8OAMj/qcDi.qVsVV9q4pDxDqSB8ezwikDmzopcDR7K"], ["created_at", "2017-09-17 21:52:57.431505"], ["updated_at", "2017-09-17 21:52:57.431505"], ["name", "Mr. Darlene Yost"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"luna_towne@bogisich.co", "name"=>"Stacy Nikolaus", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$sKJ2UIPLZnaSti43ad.SkeKOoGBLnyWjqnzPgS7J.lfKP/xNKMuGq"], ["created_at", "2017-09-17 21:52:57.437954"], ["updated_at", "2017-09-17 21:52:57.437954"], ["name", "Stacy Nikolaus"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "johnathan_auer@keeling.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "johnathan_auer@keeling.net"], ["encrypted_password", "$2a$04$PdU.ueJsME.3ABOFPbebV.bXcxPa7d0vHR3Mi020H93nHn8CSahRm"], ["created_at", "2017-09-17 21:52:57.448821"], ["updated_at", "2017-09-17 21:52:57.448821"], ["name", "Lisandro O'Reilly"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"luna_towne@bogisich.co", "name"=>"Terrill Kuhlman V", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$KOVRI9cTKN7NCo3WXupfiu3mazFNUPyspQlAEInbVmH5p7eFL50IG"], ["created_at", "2017-09-17 21:52:57.454624"], ["updated_at", "2017-09-17 21:52:57.454624"], ["name", "Terrill Kuhlman V"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "granville@greenholt.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "granville@greenholt.com"], ["encrypted_password", "$2a$04$Fj.ID9VF.5JYxVAxYUflRetIHsvFsmkfls63MntbGGJAesZ921/22"], ["created_at", "2017-09-17 21:52:57.465419"], ["updated_at", "2017-09-17 21:52:57.465419"], ["name", "Clarabelle Medhurst"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Chase Sawayn", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aylin_ullrich@ebert.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aylin_ullrich@ebert.io"], ["encrypted_password", "$2a$04$uvJaX6pmbUV3aSHHAIjaUOsBz0rxXQQMhSdrbeTy771ZcXf/XozJu"], ["created_at", "2017-09-17 21:52:57.480404"], ["updated_at", "2017-09-17 21:52:57.480404"], ["name", "Mr. Brando Kuhic"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Dariana Rohan Jr.", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "candido_buckridge@bruen.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "candido_buckridge@bruen.biz"], ["encrypted_password", "$2a$04$3t5q8V1dJZq23GxgDGNDT.oPdnKHr1ABm9zFbyYxsZxm6U2f.1zhO"], ["created_at", "2017-09-17 21:52:57.496954"], ["updated_at", "2017-09-17 21:52:57.496954"], ["name", "Trey O'Connell"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$mVX5yx8PrSfwUiEw6rk2v.2/j.03aKx7LZ6GwMf5W3Jv9mZkblOb."], ["created_at", "2017-09-17 21:52:57.501110"], ["updated_at", "2017-09-17 21:52:57.501110"], ["name", "Alfonso Rice"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"jazmin_weimann@dach.org", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "jazmin_weimann@dach.org"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "jazmin_weimann@dach.org"], ["encrypted_password", "$2a$04$zNuXgYs3.9edHwNFk9bw0ODSj4yZizpc2ne/DxFNJuc98gtDkmDB."], ["admin", "t"], ["status", "t"], ["updated_at", "2017-09-17 21:52:57.508819"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sofia@marvin.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sofia@marvin.com"], ["encrypted_password", "$2a$04$byVYc2ALzIo7mJQaBordqeO4eChb9ptUGU5gOZK3jdGEs46J1fpq."], ["created_at", "2017-09-17 21:52:57.518767"], ["updated_at", "2017-09-17 21:52:57.518767"], ["name", "Mrs. Janessa Legros"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$qp7cO4s6.urlQC7XA4tX7Ol4A8MRRsf0c/O7NszzQ65gwiz7KY.Ve"], ["created_at", "2017-09-17 21:52:57.523920"], ["updated_at", "2017-09-17 21:52:57.523920"], ["name", "Augustine Heller"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"luna_towne@bogisich.co", "name"=>"Augustine Heller", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$7Y.vDyi6Gke..zDjwyGI4.S254f7g/mhRcJVV47YvLCAn1/c5K9zS"], ["updated_at", "2017-09-17 21:52:57.529463"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaquan.king@raynorwilkinson.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jaquan.king@raynorwilkinson.org"], ["encrypted_password", "$2a$04$xT0FE8Rjk6iG5RibuqxzZeGtFHDgp2kWgFUkIcj.IMRXWN9clO9sW"], ["created_at", "2017-09-17 21:52:57.539469"], ["updated_at", "2017-09-17 21:52:57.539469"], ["name", "Selena Mante"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$HRPNhaB9nWxIoP1np7.oOutdmX2y33qcTEqBlJsrxTna6lZMRN1H2"], ["created_at", "2017-09-17 21:52:57.545214"], ["updated_at", "2017-09-17 21:52:57.545214"], ["name", "Pasquale Stiedemann"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Logan Franecki", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alene.lind@purdywitting.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alene.lind@purdywitting.info"], ["encrypted_password", "$2a$04$zHV0wkjAe7KDDgq/UDqHEuxlWn.XeDMxUSnYH2jl0Gtw3Ob4dsbgW"], ["created_at", "2017-09-17 21:52:57.563001"], ["updated_at", "2017-09-17 21:52:57.563001"], ["name", "Jennyfer Yundt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$jdghG/37J3pXZAWQ0RzyvOGjBw7/DvSu6xUQioI3GVlAeYMwnTya."], ["created_at", "2017-09-17 21:52:57.567144"], ["updated_at", "2017-09-17 21:52:57.567144"], ["name", "Mr. Furman Wuckert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:52:57.571445"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "saul.grimes@bode.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "saul.grimes@bode.io"], ["encrypted_password", "$2a$04$W7Fo.aoYJSSby3Ceii.CqOcvvK.Yvm/hGXX81tjClnjZk3nTmsEEu"], ["created_at", "2017-09-17 21:52:57.581553"], ["updated_at", "2017-09-17 21:52:57.581553"], ["name", "Myrna Strosin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luna_towne@bogisich.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "luna_towne@bogisich.co"], ["encrypted_password", "$2a$04$5znTuQ4Gcwh/0EIPT8DX.Ofg4ie.pCz6Z3LZ5iIeHYK/Hq.VSLCTS"], ["created_at", "2017-09-17 21:52:57.586049"], ["updated_at", "2017-09-17 21:52:57.586049"], ["name", "Nathanial Roberts"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:52:57.589224"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (74.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (62.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "xander@wintheiserpouros.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "xander@wintheiserpouros.com"], ["encrypted_password", "$2a$04$0lCSks4HG6sCJw0rT0A.puS0DIy7l0oh1m09NkapF5e1iFFs6GImq"], ["created_at", "2017-09-17 21:52:58.084709"], ["updated_at", "2017-09-17 21:52:58.084709"], ["name", "Ms. Elliott Lind"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Needle's Eye"], ["description", "Ducimus ut repellat temporibus iure. Est deleniti nobis ut delectus ut similique non. Iusto tenetur et id perferendis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Cole Ullrich PhD"], ["created_at", "2017-09-17 21:52:58.088106"], ["updated_at", "2017-09-17 21:52:58.088106"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bernadette@gaylord.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bernadette@gaylord.com"], ["encrypted_password", "$2a$04$Ir3z63NMb5Ifw/mhjhdu.eWcDRtWJArcmTV4q63YzW/HZIjAmPe.m"], ["created_at", "2017-09-17 21:52:58.096888"], ["updated_at", "2017-09-17 21:52:58.096888"], ["name", "Cordie Batz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "All Passion Spent"], ["description", "Vel omnis ut voluptas porro. Debitis odio facilis quae nihil. A veniam tenetur aspernatur officia dolorem corrupti. Sunt ex qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maggie Hoppe"], ["created_at", "2017-09-17 21:52:58.098843"], ["updated_at", "2017-09-17 21:52:58.098843"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hermann@shanahanstamm.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hermann@shanahanstamm.co"], ["encrypted_password", "$2a$04$2nIbw2KVsbTIDqkLNJXBquwP5GZKJwM/DH5GDaKm6LGCtI4JhzZiy"], ["created_at", "2017-09-17 21:52:58.109373"], ["updated_at", "2017-09-17 21:52:58.109373"], ["name", "Jeramie Jast DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nine Coaches Waiting"], ["description", "Aut ratione veniam ut doloribus. Ipsam consequatur omnis. Ratione deserunt sit nulla cumque porro."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jany Frami"], ["created_at", "2017-09-17 21:52:58.111650"], ["updated_at", "2017-09-17 21:52:58.111650"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "imani.heidenreich@casperhoppe.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "imani.heidenreich@casperhoppe.io"], ["encrypted_password", "$2a$04$IpB5353lIYdxXyeIsW5tCeZI2nA9K.H.dMWA3uspgQvPBB7U7dBfa"], ["created_at", "2017-09-17 21:52:58.121188"], ["updated_at", "2017-09-17 21:52:58.121188"], ["name", "Larry Douglas"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Tender Is the Night"], ["description", "Debitis vel aspernatur. Esse ea alias optio et harum soluta. Unde facere ut voluptatum alias suscipit reiciendis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Billie Haag"], ["created_at", "2017-09-17 21:52:58.123973"], ["updated_at", "2017-09-17 21:52:58.123973"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dedrick.spencer@bahringerlebsack.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dedrick.spencer@bahringerlebsack.com"], ["encrypted_password", "$2a$04$NToBRfveb8Sc3Rg5RQ1h9Ozs098GWyMZXIjbano/VSU5wRj5BYr/2"], ["created_at", "2017-09-17 21:52:58.136213"], ["updated_at", "2017-09-17 21:52:58.136213"], ["name", "Jackeline Cormier"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Daffodil Sky"], ["description", "Voluptas tempore accusamus dolor vitae eos. Et vel nulla dolorum qui minima molestiae. Quas culpa est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Josiah Connelly"], ["created_at", "2017-09-17 21:52:58.138387"], ["updated_at", "2017-09-17 21:52:58.138387"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zoie.kris@ruelterry.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zoie.kris@ruelterry.info"], ["encrypted_password", "$2a$04$XTTuD5dQaq/GfYzY6.SEueg8oi3Qj2oWOuconKz4smwIoXCNiFw.S"], ["created_at", "2017-09-17 21:52:58.150834"], ["updated_at", "2017-09-17 21:52:58.150834"], ["name", "Miss Luciano Gorczany"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Last Enemy"], ["description", "Quia fuga et voluptas ipsa aspernatur. Quos accusantium deleniti qui expedita. Est id reprehenderit eligendi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ericka Rodriguez"], ["created_at", "2017-09-17 21:52:58.153094"], ["updated_at", "2017-09-17 21:52:58.153094"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "christy@fishernader.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "christy@fishernader.name"], ["encrypted_password", "$2a$04$KK5JnWz5v1ORi/0mBNZczOEPB8ikAhqhN7IPCdJAMOtUV4kT09NSa"], ["created_at", "2017-09-17 21:52:58.165378"], ["updated_at", "2017-09-17 21:52:58.165378"], ["name", "Devon Armstrong"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Taming a Sea Horse"], ["description", "Quos qui tempora. Impedit enim necessitatibus aut optio provident dignissimos id. Alias non quia excepturi aliquam culpa velit. Reprehenderit placeat asperiores velit cumque sit id nesciunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lonny Hartmann"], ["created_at", "2017-09-17 21:52:58.168062"], ["updated_at", "2017-09-17 21:52:58.168062"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "margie.toy@corwinbogan.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "margie.toy@corwinbogan.name"], ["encrypted_password", "$2a$04$HnVZrE0mNVQs6JGcdeAP3evdEhDCI6.5d/pgWVcWv5CNbzZg8ig3O"], ["created_at", "2017-09-17 21:52:58.178797"], ["updated_at", "2017-09-17 21:52:58.178797"], ["name", "Ricky Kertzmann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Country for Old Men"], ["description", "Ducimus beatae distinctio quia vero harum tempore. Eaque odio fugiat. Asperiores distinctio at est pariatur dolore consequatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Horace Yundt III"], ["created_at", "2017-09-17 21:52:58.181207"], ["updated_at", "2017-09-17 21:52:58.181207"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "berneice@wisoky.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "berneice@wisoky.net"], ["encrypted_password", "$2a$04$6HBIg3ClintZZNO6yoz0UuQIrq9HEgywuN73YD4eOIbBSvM0mMR3u"], ["created_at", "2017-09-17 21:52:58.194724"], ["updated_at", "2017-09-17 21:52:58.194724"], ["name", "Dr. Yoshiko Rath"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "For Whom the Bell Tolls"], ["description", "Dolore aut deserunt. Dolores hic sunt eius beatae. Cumque tempora ut quisquam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Maximillia Torp"], ["created_at", "2017-09-17 21:52:58.197027"], ["updated_at", "2017-09-17 21:52:58.197027"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bernadine_olson@jast.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bernadine_olson@jast.biz"], ["encrypted_password", "$2a$04$S.k8m9DhPg4pHWx.pzeE5.xuJOYeyXa5Y7ggTBt86D/ASgp0iIv9W"], ["created_at", "2017-09-17 21:52:58.208796"], ["updated_at", "2017-09-17 21:52:58.208796"], ["name", "Mr. Adela Hilll"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Frequent Hearses"], ["description", "Suscipit quia illum ea ipsam. Eaque non vero qui nisi quis. Voluptate amet praesentium quisquam qui rem. Est et rem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tyreek Harvey"], ["created_at", "2017-09-17 21:52:58.211696"], ["updated_at", "2017-09-17 21:52:58.211696"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chelsey@rutherford.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chelsey@rutherford.org"], ["encrypted_password", "$2a$04$G4Tyhf9dgqL.F3cjgsiwk.Pekvpc5JrQViiBi8mDWIX7Htd/IEjL6"], ["created_at", "2017-09-17 21:52:58.221868"], ["updated_at", "2017-09-17 21:52:58.221868"], ["name", "Melissa Rodriguez"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Look Homeward, Angel"], ["description", "Sit eveniet ex id sed eos neque. Consequuntur voluptates ut temporibus. Temporibus ut ea assumenda error necessitatibus et est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Daphne Kemmer"], ["created_at", "2017-09-17 21:52:58.224062"], ["updated_at", "2017-09-17 21:52:58.224062"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurel@kris.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laurel@kris.org"], ["encrypted_password", "$2a$04$N1NMGMi2YRADeeP2JyM7FebeJz7WV9e5HLkjE8cds112eTLQqIGom"], ["created_at", "2017-09-17 21:52:58.237120"], ["updated_at", "2017-09-17 21:52:58.237120"], ["name", "Mrs. Nikolas Keebler"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Lathe of Heaven"], ["description", "Recusandae autem alias sed ratione libero. Hic earum iusto."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Leila Littel"], ["created_at", "2017-09-17 21:52:58.239937"], ["updated_at", "2017-09-17 21:52:58.239937"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jett@prohaska.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jett@prohaska.info"], ["encrypted_password", "$2a$04$A5hqFWPrkuqLdrQaNp6FOePbCU4Oi47kJ7zlLFzqcnhtsIFQwLXtu"], ["created_at", "2017-09-17 21:52:58.253652"], ["updated_at", "2017-09-17 21:52:58.253652"], ["name", "Nella Kassulke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wings of the Dove"], ["description", "Et et quam voluptas. Et velit aliquam incidunt quos at. Consequatur laudantium inventore illum nihil quisquam. Repudiandae dignissimos suscipit natus distinctio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Sherman Ernser"], ["created_at", "2017-09-17 21:52:58.255861"], ["updated_at", "2017-09-17 21:52:58.255861"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.2ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.4ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emie@crooks.org"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emie@crooks.org"], ["encrypted_password", "$2a$04$8Wlu/sonbBZ9YnzJ5T5CUeQona.ztsdIvegtcuJt0oOXNe3iwrU2q"], ["created_at", "2017-09-17 21:52:58.541409"], ["updated_at", "2017-09-17 21:52:58.541409"], ["name", "Ms. Polly Waelchi"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "users"
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gus@crona.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gus@crona.info"], ["encrypted_password", "$2a$04$fm3mwq6PvxtERn6dunyd3OstsKnzMfoOvRn3GV6PWVYlryr9to.pS"], ["created_at", "2017-09-17 21:52:58.561460"], ["updated_at", "2017-09-17 21:52:58.561460"], ["name", "Mr. Angus Schaden"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jayda_jast@moriette.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jayda_jast@moriette.org"], ["encrypted_password", "$2a$04$9R7ewnSlFPh4xqK8J3N7VedrW2V7N8jG3YJTBhmWd640ei/DLj3sy"], ["created_at", "2017-09-17 21:52:58.576277"], ["updated_at", "2017-09-17 21:52:58.576277"], ["name", "Mose Orn III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dusty@barton.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dusty@barton.net"], ["encrypted_password", "$2a$04$fl5a4Fk/HuqouypwhLwk2uQ4/ZdXkhudcBaS5Uz1dBbzZ9Ix8bWVm"], ["created_at", "2017-09-17 21:52:58.592601"], ["updated_at", "2017-09-17 21:52:58.592601"], ["name", "Briana Greenfelder"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lucinda@ebert.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lucinda@ebert.io"], ["encrypted_password", "$2a$04$uWgq8g/tB0vxlSL8lp904uqCX3HW.akFpoomuwupuraqLhR/8gILO"], ["created_at", "2017-09-17 21:52:58.603976"], ["updated_at", "2017-09-17 21:52:58.603976"], ["name", "David Stark"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "randy_jacobi@wiza.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "randy_jacobi@wiza.info"], ["encrypted_password", "$2a$04$0gUx4TjsyhR1gLsanyVD3OOyvQb2x.LM9WF3GLjx0ieJ2kzP/joBi"], ["created_at", "2017-09-17 21:52:58.618503"], ["updated_at", "2017-09-17 21:52:58.618503"], ["name", "Mrs. Mellie Gleichner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elwyn.maggio@dicki.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elwyn.maggio@dicki.org"], ["encrypted_password", "$2a$04$JhB2kk4TTpCvLxamkExyfOJ9hBDfIykmPPc/V6LP2HqOWVvihIcim"], ["created_at", "2017-09-17 21:52:58.629004"], ["updated_at", "2017-09-17 21:52:58.629004"], ["name", "Mrs. Rahsaan Bins"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (96.9ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (109.0ms)  DELETE FROM "users";
 (1.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.5ms)  DELETE FROM "ar_internal_metadata";
 (2.9ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lucius.haag@marks.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lucius.haag@marks.io"], ["encrypted_password", "$2a$04$whnvnWn6PiNu4dhx1/qHUO2v6LYGueOO1o92URwXTNIftHWtePpbS"], ["created_at", "2017-09-17 21:52:59.057571"], ["updated_at", "2017-09-17 21:52:59.057571"], ["name", "Laurence Predovic II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 18:52:59 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:52:59.065697"], ["last_sign_in_at", "2017-09-17 21:52:59.065697"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:52:59.066168"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (3.4ms)
Rendered layouts/shared/_header.html.erb (1.0ms)

Completed 200 OK in 264ms (Views: 262.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (104.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dixie@dickens.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dixie@dickens.io"], ["encrypted_password", "$2a$04$6n8TnZmHoPZHtlLr/rDLnOfGnUEsjKkH5sBqi6HKzaCZ2rUJ2ZN.q"], ["created_at", "2017-09-17 21:52:59.615583"], ["updated_at", "2017-09-17 21:52:59.615583"], ["name", "Louvenia Stanton V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 18:52:59 -0300

 (0.2ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:52:59.617800"], ["last_sign_in_at", "2017-09-17 21:52:59.617800"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:52:59.618473"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (2.8ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 18:52:59 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.0ms)
Rendered users/sessions/new.html.erb within layouts/application (39.5ms)

Completed 200 OK in 44ms (Views: 42.9ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.1ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garland_gleason@gibson.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "garland_gleason@gibson.name"], ["encrypted_password", "$2a$04$uOAb4BvF6YkMOrOb5VC.QuH1oFriu8.4eg5Lvhhy0e6WyDcHO8wUy"], ["created_at", "2017-09-17 21:52:59.948569"], ["updated_at", "2017-09-17 21:52:59.948569"], ["name", "Mrs. Sienna Heaney"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 18:52:59 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:52:59.950653"], ["last_sign_in_at", "2017-09-17 21:52:59.950653"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:52:59.951063"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.1ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (82.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (79.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (86.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alvah.kirlin@kuhic.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alvah.kirlin@kuhic.biz"], ["encrypted_password", "$2a$04$a6EgfUdkkpA0CIwipUawru07Dnxjv8wh3FHDX1CW4q/o10nd9KTI."], ["created_at", "2017-09-17 21:53:00.781418"], ["updated_at", "2017-09-17 21:53:00.781418"], ["name", "Barney Emmerich"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vile Bodies"], ["description", "Animi aspernatur exercitationem maiores doloribus. Exercitationem vel facere distinctio quasi molestias minus. Quasi hic dolores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Gennaro Skiles"], ["created_at", "2017-09-17 21:53:00.783666"], ["updated_at", "2017-09-17 21:53:00.783666"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (6.4ms)
Rendered books/edit.html.erb (15.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (76.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "melvin@connelly.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "melvin@connelly.com"], ["encrypted_password", "$2a$04$8MBxqbruCwNhbi6sv4biGuy/XI.KDyr7oMte2vud47n9fTeoruDtK"], ["created_at", "2017-09-17 21:53:01.047720"], ["updated_at", "2017-09-17 21:53:01.047720"], ["name", "Rey Marks"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:53:01.050494"], ["updated_at", "2017-09-17 21:53:01.050494"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:53:01.052535"], ["updated_at", "2017-09-17 21:53:01.052535"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (77.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.2ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myrtis.rosenbaum@schiller.name"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "myrtis.rosenbaum@schiller.name"], ["encrypted_password", "$2a$04$/CzmPmOlfxX1tNkJfWoXJ./fNnIa1nE450dxUEl5UMasKNOmPpVT2"], ["created_at", "2017-09-17 21:53:01.314209"], ["updated_at", "2017-09-17 21:53:01.314209"], ["name", "Rozella Purdy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (8.6ms)
Rendered books/new.html.erb (10.1ms)
 (0.4ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (77.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (132.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:53:01.660026"], ["updated_at", "2017-09-17 21:53:01.660026"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (89.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (126.8ms)  DELETE FROM "books";
 (1.8ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (63.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (95.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (177.6ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (98.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaunita_dare@ritchie.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "jaunita_dare@ritchie.name"], ["encrypted_password", "$2a$04$6y9Zp57fBfP6uDYJZl7VdurhNpf8mIm88b.zxnLwbgnZTFYQKsUpq"], ["created_at", "2017-09-17 21:53:02.889442"], ["updated_at", "2017-09-17 21:53:02.889442"], ["name", "Granville Baumbach"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (5.9ms)
Rendered users/edit.html.erb (15.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (91.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.9ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$oeLbsaJ6b7cXCg6jWFcuiOI94NVwDV/tnlUeUWWreIO0Frx3hn.CK"], ["created_at", "2017-09-17 21:53:03.166900"], ["updated_at", "2017-09-17 21:53:03.166900"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (82.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.2ms)  DELETE FROM "ar_internal_metadata";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (10.7ms)
Rendered users/new.html.erb (12.8ms)
 (0.1ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.1ms)
Rendered users/sessions/new.html.erb (7.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (93.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (110.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caesar.breitenberg@rau.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "caesar.breitenberg@rau.net"], ["encrypted_password", "$2a$04$QWACPepwf4FTmRlyj1Y.qufJ8X.eV6KfWWlZo9egvMoYIZLDruLf6"], ["created_at", "2017-09-17 21:53:04.021006"], ["updated_at", "2017-09-17 21:53:04.021006"], ["name", "Princess Nader"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.7ms)  DELETE FROM "books";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (84.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (86.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (122.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (121.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (78.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (64.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kip_donnelly@gerlach.co"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kip_donnelly@gerlach.co"], ["encrypted_password", "$2a$04$8G4MpcVxwG8hoHLksPm42uEv4JEqK1g.neNMjr0VLkEXEHZV0YbWK"], ["created_at", "2017-09-17 21:57:44.542723"], ["updated_at", "2017-09-17 21:57:44.542723"], ["name", "Kassandra Mosciski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "angelo_goyette@kreiger.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "angelo_goyette@kreiger.net"], ["encrypted_password", "$2a$04$um/bxJwTGuxhkYZqvLC3wOXkQjGXzGgRsVPrXkxWHEzCARB2ZM9vu"], ["created_at", "2017-09-17 21:57:44.547494"], ["updated_at", "2017-09-17 21:57:44.547494"], ["name", "Abdullah Price"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Such, Such Were the Joys"], ["description", "Et ad optio. Aut necessitatibus voluptas optio consequatur id qui minus. Blanditiis doloremque aut quis reprehenderit nisi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Carmelo Lueilwitz"], ["created_at", "2017-09-17 21:57:44.556468"], ["updated_at", "2017-09-17 21:57:44.556468"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 16ms (Views: 4.5ms | ActiveRecord: 0.2ms)

 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "crystel@kertzmann.name"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "crystel@kertzmann.name"], ["encrypted_password", "$2a$04$ggpNBekYK99W0imd0BGgauJfBGcfSYZuUMf6OMSZeiIaBsOQ1ZjOq"], ["created_at", "2017-09-17 21:57:44.585079"], ["updated_at", "2017-09-17 21:57:44.585079"], ["name", "Magdalena Franecki"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dangelo_pacocha@trompkunze.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dangelo_pacocha@trompkunze.biz"], ["encrypted_password", "$2a$04$tijDOKkIhG3qztR3iAbr.ezPypEGBOhfjqtH9DjS6iYFJwlPEyjOS"], ["created_at", "2017-09-17 21:57:44.589504"], ["updated_at", "2017-09-17 21:57:44.589504"], ["name", "Mason Jacobi"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Blue Remembered Earth"], ["description", "Eligendi numquam distinctio. Quibusdam laudantium dolorem. Ipsa facilis laudantium aspernatur neque. Optio exercitationem earum impedit et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eusebio Koelpin"], ["created_at", "2017-09-17 21:57:44.591317"], ["updated_at", "2017-09-17 21:57:44.591317"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)

 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "millie.schaefer@hettingerleannon.net"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "millie.schaefer@hettingerleannon.net"], ["encrypted_password", "$2a$04$qG428CBUaReEBy5VnXGNJuKM1qL40HDMNejJf6Y.3meyBkFAO8.hS"], ["created_at", "2017-09-17 21:57:44.604895"], ["updated_at", "2017-09-17 21:57:44.604895"], ["name", "Katelynn Thompson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sidney@faheymann.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sidney@faheymann.com"], ["encrypted_password", "$2a$04$u4JM9GA1wLEeXEx6NKldDe7eUIf9bO2KPoisaJ6ueb5NdAWds.kSa"], ["created_at", "2017-09-17 21:57:44.609282"], ["updated_at", "2017-09-17 21:57:44.609282"], ["name", "Amie Dibbert"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "therese_harber@dachkoelpin.name"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "therese_harber@dachkoelpin.name"], ["encrypted_password", "$2a$04$T9i2L3/6Wziyuy9nXUx.qOrTP2Bwe9ocp9S.Grlq3W8OlpguUV04a"], ["created_at", "2017-09-17 21:57:44.622252"], ["updated_at", "2017-09-17 21:57:44.622252"], ["name", "Merritt Kilback PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "neha@wymankutch.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "neha@wymankutch.info"], ["encrypted_password", "$2a$04$zLCw7ZeuiCm0CYH4qtC8nuqiPA/v7RMOalI08QB5APzikYu7iPH66"], ["created_at", "2017-09-17 21:57:44.626853"], ["updated_at", "2017-09-17 21:57:44.626853"], ["name", "Adeline Doyle"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Sun Also Rises"], ["description", "Est eos adipisci. Ex consequatur voluptas et consectetur et maiores sed."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Adalberto Ward"], ["created_at", "2017-09-17 21:57:44.628523"], ["updated_at", "2017-09-17 21:57:44.628523"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "geoffrey@walter.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "geoffrey@walter.name"], ["encrypted_password", "$2a$04$0oW4aseGezti.1wN5TD2JOP6WDHpE8PRpKEFzWXiTZ0OeqzVf/szy"], ["created_at", "2017-09-17 21:57:44.642977"], ["updated_at", "2017-09-17 21:57:44.642977"], ["name", "Derrick Hartmann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vicenta@dare.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vicenta@dare.com"], ["encrypted_password", "$2a$04$oknYWdejXNUQw9K1B0MF3.BxuVw00DixYE/DpinSwoLHm76o6P.L."], ["created_at", "2017-09-17 21:57:44.647629"], ["updated_at", "2017-09-17 21:57:44.647629"], ["name", "Pasquale Feil"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Corine Schiller", "description"=>"Adipisci quas aut. Fugiat enim sit inventore. Porro adipisci eligendi dicta.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Violent Bear It Away", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Violent Bear It Away"], ["description", "Adipisci quas aut. Fugiat enim sit inventore. Porro adipisci eligendi dicta."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Corine Schiller"], ["created_at", "2017-09-17 21:57:44.658527"], ["updated_at", "2017-09-17 21:57:44.658527"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rudy@keebler.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rudy@keebler.io"], ["encrypted_password", "$2a$04$b1yjC4auNVJL0NqCH8jtvOOkm5AAgcA1erWM2aly6jtkjtkMkjDiq"], ["created_at", "2017-09-17 21:57:44.668160"], ["updated_at", "2017-09-17 21:57:44.668160"], ["name", "Janis Carter"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mayra@krajcik.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mayra@krajcik.com"], ["encrypted_password", "$2a$04$WbC88JoFvoAdJvhhKF6EVeqOWZmHNyzCHDxURiv3G0SuNL6GEvoVG"], ["created_at", "2017-09-17 21:57:44.672384"], ["updated_at", "2017-09-17 21:57:44.672384"], ["name", "Shea Frami"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Kaden Pollich", "description"=>"Voluptas nostrum officiis culpa similique nihil omnis numquam. Ea voluptatem molestiae est non ex cumque quaerat. Quia rem quisquam et sed facilis ad perferendis.", "image"=>"http://lorempixel.com/200/200", "name"=>"Wildfire at Midnight", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Wildfire at Midnight"], ["description", "Voluptas nostrum officiis culpa similique nihil omnis numquam. Ea voluptatem molestiae est non ex cumque quaerat. Quia rem quisquam et sed facilis ad perferendis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kaden Pollich"], ["created_at", "2017-09-17 21:57:44.676269"], ["updated_at", "2017-09-17 21:57:44.676269"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenora@stracke.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elenora@stracke.biz"], ["encrypted_password", "$2a$04$xBfpCjqRHaMrH77nfsyFDerT2KS/IkdcDfAmTb5R7/lwAEJEcZ7kS"], ["created_at", "2017-09-17 21:57:44.688633"], ["updated_at", "2017-09-17 21:57:44.688633"], ["name", "Mr. Rebeca Ferry"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "camryn@boyle.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "camryn@boyle.info"], ["encrypted_password", "$2a$04$qtoyCZGMzbJaezgOpsQOVOc2eRqdfqnMj.de0LqLssSyFXR8sgkLC"], ["created_at", "2017-09-17 21:57:44.692936"], ["updated_at", "2017-09-17 21:57:44.692936"], ["name", "Laisha Stroman"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Judah Green", "description"=>"Corrupti quisquam recusandae vel nam aperiam molestias. Neque itaque ea. Animi laborum non sit explicabo est.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myles@lubowitz.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "myles@lubowitz.io"], ["encrypted_password", "$2a$04$DewFCKPxVCUGBNpHg5Nh5uEZqpkM/09Cr.XAxvShf695oknSOmauW"], ["created_at", "2017-09-17 21:57:44.707926"], ["updated_at", "2017-09-17 21:57:44.707926"], ["name", "Joshua Koelpin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tyler.wilkinson@bailey.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tyler.wilkinson@bailey.biz"], ["encrypted_password", "$2a$04$pqlQQXeix5V9qZNtqhlBs.947rRDy78qKPasaWcwgbZDitsKVnVtm"], ["created_at", "2017-09-17 21:57:44.712043"], ["updated_at", "2017-09-17 21:57:44.712043"], ["name", "Sigmund Crooks IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Mirror Crack'd from Side to Side"], ["description", "Ducimus ut dolore iure non vitae sit est. Ut consequatur at. Maiores ea repellendus dicta quis excepturi rerum. Harum molestias dolorem voluptas ex et vel repudiandae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Ava Cronin"], ["created_at", "2017-09-17 21:57:44.713763"], ["updated_at", "2017-09-17 21:57:44.713763"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 21:57:44.717520"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lonie@wiegand.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lonie@wiegand.co"], ["encrypted_password", "$2a$04$ofZ2EMio4DAZNBo.qYJzvejWgvQNv2cS80LBtqkiTf7uHbJM2vX7W"], ["created_at", "2017-09-17 21:57:44.729761"], ["updated_at", "2017-09-17 21:57:44.729761"], ["name", "Dr. Nikki Kovacek"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roosevelt@muellersporer.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "roosevelt@muellersporer.net"], ["encrypted_password", "$2a$04$SRXurpsQBkObx0BaDz07iuHWZwEY2rfmSFV7vp/Io4QjbafXFqyX."], ["created_at", "2017-09-17 21:57:44.733956"], ["updated_at", "2017-09-17 21:57:44.733956"], ["name", "Derek Medhurst"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "All Passion Spent"], ["description", "Modi consequatur sint. Ut quaerat ratione doloremque eum minima. Sint placeat alias a reiciendis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Autumn Hintz"], ["created_at", "2017-09-17 21:57:44.735637"], ["updated_at", "2017-09-17 21:57:44.735637"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Dr. Autumn Hintz", "description"=>"Modi consequatur sint. Ut quaerat ratione doloremque eum minima. Sint placeat alias a reiciendis.", "image"=>"http://lorempixel.com/200/200", "name"=>"All Passion Spent", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ron@price.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ron@price.name"], ["encrypted_password", "$2a$04$liRb5z105vVKAyZeVY3UDe7xVM1I8mNsKCqWG0gJoDp8Q6nn7Kigq"], ["created_at", "2017-09-17 21:57:44.749608"], ["updated_at", "2017-09-17 21:57:44.749608"], ["name", "Guillermo Gislason"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaden.crooks@luettgenshanahan.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaden.crooks@luettgenshanahan.co"], ["encrypted_password", "$2a$04$YafEU4RB4tD.gEwijls8ve0j3mvkYBF/8X8ieqcD3.zzYQaAYvZQi"], ["created_at", "2017-09-17 21:57:44.753666"], ["updated_at", "2017-09-17 21:57:44.753666"], ["name", "Bernita Lockman"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Waste Land"], ["description", "Aut vel cumque voluptas. Qui dolor accusamus magni maxime suscipit saepe est. Deserunt non architecto perferendis. Sequi ratione animi quibusdam et odit laborum impedit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Yasmin O'Reilly"], ["created_at", "2017-09-17 21:57:44.755352"], ["updated_at", "2017-09-17 21:57:44.755352"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Ben Bergstrom V", "description"=>"Vel quia minima.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.2ms)

Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mckenna_conroy@jast.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mckenna_conroy@jast.com"], ["encrypted_password", "$2a$04$wVelI6WubdHtGPWSfDXjD.wffgVPLzVzz9nGg.oJ6YyOQ8aoz25qu"], ["created_at", "2017-09-17 21:57:44.771220"], ["updated_at", "2017-09-17 21:57:44.771220"], ["name", "Kelsie White"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ian@hackettbraun.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ian@hackettbraun.info"], ["encrypted_password", "$2a$04$0mClsZ5TZOb/8MNXAmLDdexo7l1vG8d8RVzXlH0FbZDCo.y29EAiC"], ["created_at", "2017-09-17 21:57:44.775403"], ["updated_at", "2017-09-17 21:57:44.775403"], ["name", "Mauricio Kuvalis"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Cover Her Face"], ["description", "Totam distinctio vero veniam. Eaque voluptatem cum. Praesentium aliquam saepe sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kaelyn Treutel"], ["created_at", "2017-09-17 21:57:44.777069"], ["updated_at", "2017-09-17 21:57:44.777069"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:57:44.782074"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/books Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "germaine@borerbergnaum.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "germaine@borerbergnaum.info"], ["encrypted_password", "$2a$04$OUMAtxmbK28rBVM3dr7OcuLsqD1QjooTd5KNz2tw/DsqHvN6PHwzi"], ["created_at", "2017-09-17 21:57:44.792460"], ["updated_at", "2017-09-17 21:57:44.792460"], ["name", "Mrs. Abbie Wyman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "monte.haag@predovicthiel.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "monte.haag@predovicthiel.net"], ["encrypted_password", "$2a$04$zGvRoAwiU9/UPHgtMqfBJePAsTz7XHtNMzL2GoYFmzmymvlvn6La."], ["created_at", "2017-09-17 21:57:44.796613"], ["updated_at", "2017-09-17 21:57:44.796613"], ["name", "Mr. Isabelle Kautzer"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Mother Night"], ["description", "Est recusandae quidem quo omnis. Tenetur officia voluptatem reprehenderit cum quia quod corporis. Perspiciatis optio itaque animi dolor."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Glennie Carroll III"], ["created_at", "2017-09-17 21:57:44.798382"], ["updated_at", "2017-09-17 21:57:44.798382"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:57:44.803100"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/books Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (133.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 3ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (92.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "coby_hudson@tillman.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "coby_hudson@tillman.info"], ["encrypted_password", "$2a$04$9NxWf5zZZpYSgZR93uHBkeebyS/apuq.BtZ1WDLNzX56yqs.Vm3xG"], ["created_at", "2017-09-17 21:57:45.390377"], ["updated_at", "2017-09-17 21:57:45.390377"], ["name", "Kamille Flatley"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$oMeiqcD7oObiswXU5.ckEe9nvudi1cVW3QqxiW9ANtuUwcOUlzbBm"], ["created_at", "2017-09-17 21:57:45.394598"], ["updated_at", "2017-09-17 21:57:45.394598"], ["name", "Alene Murray V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.4ms)

Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.2ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "horacio.stanton@schmeler.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "horacio.stanton@schmeler.net"], ["encrypted_password", "$2a$04$XmbQXbz.u/TvYKEimPTd2emSYErwd0/xeDhxnjnd7wrSOBjzkKovu"], ["created_at", "2017-09-17 21:57:45.411131"], ["updated_at", "2017-09-17 21:57:45.411131"], ["name", "Garnet Prosacco"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$P66oTmsu5FBHs7PNNHHjBOfMHOhSxi7UiGqEAjv/iSovRy.AXLmz2"], ["created_at", "2017-09-17 21:57:45.415092"], ["updated_at", "2017-09-17 21:57:45.415092"], ["name", "Kyla Schmitt"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paige@effertz.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "paige@effertz.co"], ["encrypted_password", "$2a$04$KSN22Q.6jC3Lz1D88qB6y.UL2VTqVFEe8lDWrog2V4wtowNFzgEvO"], ["created_at", "2017-09-17 21:57:45.430143"], ["updated_at", "2017-09-17 21:57:45.430143"], ["name", "Miss Susie Kerluke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.8ms)

Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "esmeralda.krajcik@ankunding.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "esmeralda.krajcik@ankunding.biz"], ["encrypted_password", "$2a$04$FSDaChdBG7C6KzwLWpoLLOR/jc.aKkPWjos4wJusW.2sjxUm86MpO"], ["created_at", "2017-09-17 21:57:45.444437"], ["updated_at", "2017-09-17 21:57:45.444437"], ["name", "Mr. Margarita Little"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$A1iGmzKKIueqmhvBNFu.WusJMFQ5YY8pIrtYR.8c9yxPZQOOaQA9O"], ["created_at", "2017-09-17 21:57:45.448784"], ["updated_at", "2017-09-17 21:57:45.448784"], ["name", "Mark Champlin"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "trea_oreilly@okoncrona.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "trea_oreilly@okoncrona.com"], ["encrypted_password", "$2a$04$dMu.gDaeWdcFisFnUcetoeFb4afNPchqkO/h4yCa7CRPUHb7OSOVW"], ["created_at", "2017-09-17 21:57:45.460973"], ["updated_at", "2017-09-17 21:57:45.460973"], ["name", "Mrs. Emilie Bartoletti"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"lester.wilderman@sawayn.name", "name"=>"Price Parisian", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$DLgdnfb85U80G/niakPidO8pTryf3ngryEnbPZRmM6W6GxSzzuuxq"], ["created_at", "2017-09-17 21:57:45.469571"], ["updated_at", "2017-09-17 21:57:45.469571"], ["name", "Price Parisian"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lottie_barton@towneschmidt.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lottie_barton@towneschmidt.net"], ["encrypted_password", "$2a$04$PwOoy2liCrq6rOVODNgAB.dOEqClgBGGtU4atKa/H30bJvIkH3BKu"], ["created_at", "2017-09-17 21:57:45.479035"], ["updated_at", "2017-09-17 21:57:45.479035"], ["name", "Edyth Bruen"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"lester.wilderman@sawayn.name", "name"=>"Aaron Herzog", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$Gx6.YX2m4gr8DcP6ni4tKOXMuHmiJrdrw9eywMhB7Apj32UW1gF3i"], ["created_at", "2017-09-17 21:57:45.486429"], ["updated_at", "2017-09-17 21:57:45.486429"], ["name", "Aaron Herzog"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "trea@kochconsidine.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "trea@kochconsidine.info"], ["encrypted_password", "$2a$04$Be76eerrUFvJtFmukIwGUuYYiTWdP7OaLaNx9tOWm/ShGuSxcY.v."], ["created_at", "2017-09-17 21:57:45.497248"], ["updated_at", "2017-09-17 21:57:45.497248"], ["name", "Garfield Mann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Emilia Monahan", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.3ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "branson_bashirian@gerholdsmith.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "branson_bashirian@gerholdsmith.io"], ["encrypted_password", "$2a$04$lxhV1hBKeKGS5t9.diaL9ek5Ffz17.xauknYQ82LEiVkK7KFDc/L2"], ["created_at", "2017-09-17 21:57:45.514974"], ["updated_at", "2017-09-17 21:57:45.514974"], ["name", "Ms. Lillian Bayer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Lizeth Cole", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 11ms (Views: 0.5ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myrtis.buckridge@mayer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "myrtis.buckridge@mayer.com"], ["encrypted_password", "$2a$04$FUjlawNMGTPAc6KkS.U30e/AYRxYdTlBnQ0WgA6o4IBaRszk0BSpW"], ["created_at", "2017-09-17 21:57:45.536670"], ["updated_at", "2017-09-17 21:57:45.536670"], ["name", "Mr. Vivianne Romaguera"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$ckL46xqDYpd8epT5gxPOSezmR4/rfIQ2.BhY4PjLC3HJZEjhP3TF."], ["created_at", "2017-09-17 21:57:45.540869"], ["updated_at", "2017-09-17 21:57:45.540869"], ["name", "Taurean Lang"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"parker@kub.name", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "parker@kub.name"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "parker@kub.name"], ["encrypted_password", "$2a$04$ZKn9HiGmQkQzjS1aPJemzuDTDOEiIYqY8z0Y2Hc5h8YeUM8PVyXIi"], ["admin", "t"], ["updated_at", "2017-09-17 21:57:45.548497"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wendell@mccullough.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wendell@mccullough.net"], ["encrypted_password", "$2a$04$0ue2Sd.mAgJbPJL.RbkHPu0KOjvaT0Ihvrtus0ihjPCquXHp6NzfO"], ["created_at", "2017-09-17 21:57:45.558570"], ["updated_at", "2017-09-17 21:57:45.558570"], ["name", "Rashad Cremin Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$Oh0444olMtQ6mWPd/jg3vevEp2s8xUFdfM0s.bKyU..nJVyM1CT4."], ["created_at", "2017-09-17 21:57:45.562582"], ["updated_at", "2017-09-17 21:57:45.562582"], ["name", "Brigitte Pfannerstill"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"lester.wilderman@sawayn.name", "name"=>"Brigitte Pfannerstill", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$tGK2oLXo0Opol8K.xn2VeOdaFvTVVcnWqSYzGyL/6yaMR0UoB9jxK"], ["updated_at", "2017-09-17 21:57:45.570097"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "timmothy.damore@will.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "timmothy.damore@will.info"], ["encrypted_password", "$2a$04$JKd9jdn/FwdLFDb1Ni7b5ev.M4f7rh5VjFTygI/bNyevbn6jHFEC2"], ["created_at", "2017-09-17 21:57:45.579816"], ["updated_at", "2017-09-17 21:57:45.579816"], ["name", "Thea Goldner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$sVjwAwsSYgVm9010K2.0ueJT9lKr8TDSSwx91bsVMo6yiA74OuK4y"], ["created_at", "2017-09-17 21:57:45.584133"], ["updated_at", "2017-09-17 21:57:45.584133"], ["name", "Cassandre Bahringer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Dr. Abdiel Hartmann", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "yolanda@robelward.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "yolanda@robelward.net"], ["encrypted_password", "$2a$04$0DTJwDvGt8EsK2MhiLs4CeRiOSyDMNx28ZRkxfMAYdLbLbrejAtxC"], ["created_at", "2017-09-17 21:57:45.601681"], ["updated_at", "2017-09-17 21:57:45.601681"], ["name", "Waino Legros"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$4Iy6eOyCQnsPpWykVkKiQOZo5SqPf21YE7PeawJlBDKLv2dpc/7LG"], ["created_at", "2017-09-17 21:57:45.606711"], ["updated_at", "2017-09-17 21:57:45.606711"], ["name", "Stephan O'Hara III"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:57:45.611581"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jasper.bogisich@buckridgeromaguera.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jasper.bogisich@buckridgeromaguera.com"], ["encrypted_password", "$2a$04$jiRCoAsQRjtAW7KFcGOMJua7fBNLDxWSVUtWSuijhPAsVVougou9G"], ["created_at", "2017-09-17 21:57:45.620823"], ["updated_at", "2017-09-17 21:57:45.620823"], ["name", "Kiara Corkery"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lester.wilderman@sawayn.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "lester.wilderman@sawayn.name"], ["encrypted_password", "$2a$04$zy8SaM5F1JMi39VqvLJbeeLYp3sGkkzGV/msp7kNbkCra6oHXSwlm"], ["created_at", "2017-09-17 21:57:45.625391"], ["updated_at", "2017-09-17 21:57:45.625391"], ["name", "Brook Moore"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 21:57:45.630366"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (90.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delia_bradtke@homenick.info"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "delia_bradtke@homenick.info"], ["encrypted_password", "$2a$04$qc3gS/Flz1ZgyvwVS90/5OXFBJGc1szi1u479G8h/4m3c9ohFbiye"], ["created_at", "2017-09-17 21:57:46.140278"], ["updated_at", "2017-09-17 21:57:46.140278"], ["name", "Mrs. Abagail Nolan"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Yellow Meads of Asphodel"], ["description", "Ratione nam aut perferendis laboriosam commodi neque dolores. Eaque assumenda quibusdam in voluptas nihil consequatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Makenzie McCullough"], ["created_at", "2017-09-17 21:57:46.144668"], ["updated_at", "2017-09-17 21:57:46.144668"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "timmothy_jerde@wizamitchell.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "timmothy_jerde@wizamitchell.biz"], ["encrypted_password", "$2a$04$LSj7g0I8rrj5/OX7cYKrketznbrK8h2nQcWN0BdTbdaU/4UfN0B1C"], ["created_at", "2017-09-17 21:57:46.159840"], ["updated_at", "2017-09-17 21:57:46.159840"], ["name", "Ashlynn Wiegand"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Look Homeward, Angel"], ["description", "Veritatis cupiditate quia laborum molestiae esse quis aspernatur. Sit enim nostrum id. Ad assumenda aut sequi soluta quia eaque perferendis. Et voluptatem qui cumque sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Santino Metz"], ["created_at", "2017-09-17 21:57:46.163417"], ["updated_at", "2017-09-17 21:57:46.163417"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "woodrow@streichnitzsche.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "woodrow@streichnitzsche.name"], ["encrypted_password", "$2a$04$Cdk1OLLyd2LdZ8jpAD1JkeM5cWQqV.todHyKjqNI9LwkH2WX1tnQa"], ["created_at", "2017-09-17 21:57:46.177606"], ["updated_at", "2017-09-17 21:57:46.177606"], ["name", "Elinore Altenwerth"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Those Barren Leaves, Thrones, Dominations"], ["description", "Ea autem dicta natus qui et laborum. Totam ea vero quisquam dolorem quis aut sit. Repellat voluptates rerum debitis odit fugiat eligendi quidem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Krystel Hahn"], ["created_at", "2017-09-17 21:57:46.179990"], ["updated_at", "2017-09-17 21:57:46.179990"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elinore.maggio@gutmann.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elinore.maggio@gutmann.net"], ["encrypted_password", "$2a$04$EaWb46vhyfBHhweCqbb8hu5uBx8Iyw60S0J01MftHExUrQgIVJ5o2"], ["created_at", "2017-09-17 21:57:46.189852"], ["updated_at", "2017-09-17 21:57:46.189852"], ["name", "Imogene Moore DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Way Through the Woods"], ["description", "Voluptatum officia aut iste modi. Et aut aut. Iure totam vitae necessitatibus error voluptas cupiditate voluptates."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alexandrea Kessler"], ["created_at", "2017-09-17 21:57:46.193309"], ["updated_at", "2017-09-17 21:57:46.193309"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joey@wyman.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joey@wyman.co"], ["encrypted_password", "$2a$04$ldWBjkZi1vddPVrfm3Plke1YUPtleKI5wxsJhjNzho2hIGowl5xQO"], ["created_at", "2017-09-17 21:57:46.204663"], ["updated_at", "2017-09-17 21:57:46.204663"], ["name", "Mr. Jarrod Murray"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Many-Splendoured Thing"], ["description", "Quas repellendus autem et. Sint asperiores sint quibusdam ex earum eligendi. Qui est voluptas quibusdam maxime et aspernatur non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kira Leuschke"], ["created_at", "2017-09-17 21:57:46.206959"], ["updated_at", "2017-09-17 21:57:46.206959"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elisha@von.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elisha@von.name"], ["encrypted_password", "$2a$04$3UR6ykoLkw0avtBCB0XHhe07HmyseMGz0iH84flSwwwYH3XIkar16"], ["created_at", "2017-09-17 21:57:46.220438"], ["updated_at", "2017-09-17 21:57:46.220438"], ["name", "Edison Hahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dulce et Decorum Est"], ["description", "Ut aut nihil debitis aut pariatur. Porro numquam sit ipsum libero possimus et. Recusandae rerum optio expedita odio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maryam Mitchell"], ["created_at", "2017-09-17 21:57:46.222635"], ["updated_at", "2017-09-17 21:57:46.222635"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arthur@lind.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "arthur@lind.biz"], ["encrypted_password", "$2a$04$ehlhMGB.XNyhcTTPr4GtZugQceLlsX0vRpbHXSgcTde0pRAe0uw1O"], ["created_at", "2017-09-17 21:57:46.236128"], ["updated_at", "2017-09-17 21:57:46.236128"], ["name", "Miss Jeremie Lind"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Many Waters"], ["description", "Fugiat ea enim. Aliquid similique sed in neque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rhea Stroman"], ["created_at", "2017-09-17 21:57:46.239170"], ["updated_at", "2017-09-17 21:57:46.239170"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "michale_heaney@schroeder.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "michale_heaney@schroeder.name"], ["encrypted_password", "$2a$04$nZSccCpk6YdypAVcMq5In.GxV9tmO/oEH7MPM70Zo11t4dLva5Cgm"], ["created_at", "2017-09-17 21:57:46.251962"], ["updated_at", "2017-09-17 21:57:46.251962"], ["name", "Miss Christy Conroy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Mermaids Singing"], ["description", "Facere excepturi ab molestias dolores corrupti assumenda. Aspernatur aut aut excepturi. Vel quam eaque. Magni ipsum et dicta quis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Harley Bauch"], ["created_at", "2017-09-17 21:57:46.254435"], ["updated_at", "2017-09-17 21:57:46.254435"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jerel.morar@haucknienow.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jerel.morar@haucknienow.co"], ["encrypted_password", "$2a$04$8.kIyS5PMnE4JXCU9HTlYeo17104Di5mcyWGf/m5Dk74WvKcyCfLC"], ["created_at", "2017-09-17 21:57:46.266485"], ["updated_at", "2017-09-17 21:57:46.266485"], ["name", "Kellie Schinner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "For a Breath I Tarry"], ["description", "Temporibus ipsam esse quo dolorum aut. A fugit nostrum consequatur. Et sed deserunt. Minus sequi officiis voluptatem aut adipisci qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Savannah Durgan IV"], ["created_at", "2017-09-17 21:57:46.268800"], ["updated_at", "2017-09-17 21:57:46.268800"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marty@hoeger.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marty@hoeger.info"], ["encrypted_password", "$2a$04$REaWuJXJt9ANwTL9/ndiweSuifHAifCbhjE7Yyw5GN5RjaqFFLJd."], ["created_at", "2017-09-17 21:57:46.281061"], ["updated_at", "2017-09-17 21:57:46.281061"], ["name", "Milford Rogahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In a Glass Darkly"], ["description", "Tempora provident molestiae beatae qui distinctio quia. Quas velit maxime reiciendis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "London Connelly"], ["created_at", "2017-09-17 21:57:46.284196"], ["updated_at", "2017-09-17 21:57:46.284196"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keith@fisherolson.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "keith@fisherolson.org"], ["encrypted_password", "$2a$04$vhiJqAGHqhsAMGU1y/nDS.g9vU5lIKGvNQ4USDC5X7mtcBJRH4xFu"], ["created_at", "2017-09-17 21:57:46.295462"], ["updated_at", "2017-09-17 21:57:46.295462"], ["name", "Vilma Reichert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Tiger! Tiger!"], ["description", "Quasi eum sed sit. Qui porro non placeat molestiae repellendus. Accusantium eos cum qui assumenda necessitatibus et magnam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Wilburn Jast III"], ["created_at", "2017-09-17 21:57:46.297901"], ["updated_at", "2017-09-17 21:57:46.297901"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "natalia.dicki@goodwin.name"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "natalia.dicki@goodwin.name"], ["encrypted_password", "$2a$04$Y56Vfat343r/9PcHEZ9BF.NobcXnsV.7GiB1mug4AvOtVKEi/6ljm"], ["created_at", "2017-09-17 21:57:46.310158"], ["updated_at", "2017-09-17 21:57:46.310158"], ["name", "Richie Koelpin MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Mr Standfast"], ["description", "Rerum vel aliquam velit dolorem quo. Eaque possimus molestiae ut provident beatae et in. Minus nam ratione hic quibusdam tempore iste. Nobis sit qui voluptas quia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Vesta Beahan Sr."], ["created_at", "2017-09-17 21:57:46.313215"], ["updated_at", "2017-09-17 21:57:46.313215"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aliyah@hudson.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aliyah@hudson.name"], ["encrypted_password", "$2a$04$Hl4rFdVAQKE2LCVN3fwRDuFs/FMe/Uhu4gO1hwVk51N67ekAWbPb6"], ["created_at", "2017-09-17 21:57:46.325465"], ["updated_at", "2017-09-17 21:57:46.325465"], ["name", "Ola Howell II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "His Dark Materials"], ["description", "Voluptates quia incidunt rem fuga excepturi vitae. Explicabo fugit sit animi accusantium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Antonietta Kuhic"], ["created_at", "2017-09-17 21:57:46.327404"], ["updated_at", "2017-09-17 21:57:46.327404"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (63.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "claudia@ullrich.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "claudia@ullrich.io"], ["encrypted_password", "$2a$04$SQCaYGY4HBimZtt8UGAvTOdPfLsFi7.eR.86gnqmGQPz61At5.eVO"], ["created_at", "2017-09-17 21:57:46.543660"], ["updated_at", "2017-09-17 21:57:46.543660"], ["name", "Tressa Sawayn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kennedy@predovicwilderman.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kennedy@predovicwilderman.biz"], ["encrypted_password", "$2a$04$1DSRzka8qKmWyS9Q38qu6uBjpCJKPPLVnDwFP.Em1h2io.O0br34u"], ["created_at", "2017-09-17 21:57:46.553327"], ["updated_at", "2017-09-17 21:57:46.553327"], ["name", "Talia Lubowitz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "deie.cruickshank@wehnerpurdy.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "deie.cruickshank@wehnerpurdy.name"], ["encrypted_password", "$2a$04$9uNFIWHOuPUPfrfqigqwkesPvn.R277y2loNzz0f9b5zLdikJPDIy"], ["created_at", "2017-09-17 21:57:46.562247"], ["updated_at", "2017-09-17 21:57:46.562247"], ["name", "Verla Wiza"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gaetano_larkin@powlowski.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gaetano_larkin@powlowski.co"], ["encrypted_password", "$2a$04$/MpkLjoTdlKRs2DxlcRPDej0p6/HrEZcKX43VtbTzd3PhIMz.UWZG"], ["created_at", "2017-09-17 21:57:46.573334"], ["updated_at", "2017-09-17 21:57:46.573334"], ["name", "Tristin D'Amore DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alfredo_cronin@jacobi.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alfredo_cronin@jacobi.biz"], ["encrypted_password", "$2a$04$3lu/nMUS2xsajGAyMHYd1ukLWCRjEAwcXjQQJvJV58AUfwXmSk1ga"], ["created_at", "2017-09-17 21:57:46.584747"], ["updated_at", "2017-09-17 21:57:46.584747"], ["name", "Stephon Gorczany"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vidal@schaefer.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vidal@schaefer.name"], ["encrypted_password", "$2a$04$ai1tOlBK7FuuptRQpsCKIeAGKeOEfw7xZnYXoRHn8mJSiFfL2yznS"], ["created_at", "2017-09-17 21:57:46.596292"], ["updated_at", "2017-09-17 21:57:46.596292"], ["name", "Lila Borer DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tito@terryschneider.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tito@terryschneider.io"], ["encrypted_password", "$2a$04$DUnYAM80w4VXUtVeF3ZwJOQa26/TaIiHAY1lO6YeFBDQUymNeo.7K"], ["created_at", "2017-09-17 21:57:46.606570"], ["updated_at", "2017-09-17 21:57:46.606570"], ["name", "Mr. Clemens Blanda"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (66.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "prince@ziemann.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "prince@ziemann.info"], ["encrypted_password", "$2a$04$kurPVwS4Kwp6AuKCRSVcw.0yrz9.ncLHfRnfsZLK8IYQN5EovM8Ma"], ["created_at", "2017-09-17 21:57:46.917979"], ["updated_at", "2017-09-17 21:57:46.917979"], ["name", "Arthur Jakubowski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/books” for 127.0.0.1 at 2017-09-17 18:57:46 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:57:46.926363"], ["last_sign_in_at", "2017-09-17 21:57:46.926363"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:57:46.926836"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/application
Rendered frontend/books.html.erb within layouts/application (1.3ms)
Rendered layouts/shared/_header.html.erb (1.0ms)

Completed 200 OK in 270ms (Views: 269.7ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (72.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "claudine.cummerata@bartell.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "claudine.cummerata@bartell.org"], ["encrypted_password", "$2a$04$o1ZfvGDzOZyjDWNAtHEKUuQbTVXx6H5ZNWWhZtfXiXv77OdxMEM1u"], ["created_at", "2017-09-17 21:57:47.441528"], ["updated_at", "2017-09-17 21:57:47.441528"], ["name", "Dante Abbott"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 18:57:47 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:57:47.444016"], ["last_sign_in_at", "2017-09-17 21:57:47.444016"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:57:47.444460"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (2.2ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 18:57:47 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.7ms)
Rendered users/sessions/new.html.erb within layouts/application (82.5ms)

Completed 200 OK in 88ms (Views: 86.8ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (93.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (75.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.2ms)  commit transaction
 (0.2ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "solon@nienowbreitenberg.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "solon@nienowbreitenberg.biz"], ["encrypted_password", "$2a$04$08MKgjYvp6zdC7ViVgsYi.DURPcBUUNufE5lVXJjd9zYEceJzLYvC"], ["created_at", "2017-09-17 21:57:47.814653"], ["updated_at", "2017-09-17 21:57:47.814653"], ["name", "Jackson Mueller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 18:57:47 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 21:57:47.818335"], ["last_sign_in_at", "2017-09-17 21:57:47.818335"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 21:57:47.819761"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (2.1ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (77.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (64.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (76.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.2ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (61.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.2ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (73.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.6ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara@langworth.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ciara@langworth.info"], ["encrypted_password", "$2a$04$iZbbwbVDMz37qyhfnHcCUOSKzTf/R9aCSOHT54fARryKc.rYzXP0K"], ["created_at", "2017-09-17 21:57:48.808312"], ["updated_at", "2017-09-17 21:57:48.808312"], ["name", "Kole Jacobs"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Skull Beneath the Skin"], ["description", "Fugit sed in ut minima cupiditate autem quos. Ratione excepturi est sed delectus omnis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Jewel Klocko"], ["created_at", "2017-09-17 21:57:48.811112"], ["updated_at", "2017-09-17 21:57:48.811112"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (11.7ms)
Rendered books/edit.html.erb (21.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (111.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.3ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "derick@larson.biz"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "derick@larson.biz"], ["encrypted_password", "$2a$04$bWWmdJaHJRGLX7r50Lcut.ZdHHWedi2u8LPvYdeB.LJ.Un3pdBCP2"], ["created_at", "2017-09-17 21:57:49.173017"], ["updated_at", "2017-09-17 21:57:49.173017"], ["name", "Emilio Blanda Jr."], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:57:49.178402"], ["updated_at", "2017-09-17 21:57:49.178402"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 21:57:49.181871"], ["updated_at", "2017-09-17 21:57:49.181871"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (3.1ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (104.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vaughn_hermann@veum.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vaughn_hermann@veum.net"], ["encrypted_password", "$2a$04$smC3T7j7VvLeRR5E8JGsO.FVBb5iLYZBaUdjQcaq7ptk3gCXplBKC"], ["created_at", "2017-09-17 21:57:49.460563"], ["updated_at", "2017-09-17 21:57:49.460563"], ["name", "Landen Hoeger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (3.9ms)
Rendered books/new.html.erb (4.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (67.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 21:57:49.690230"], ["updated_at", "2017-09-17 21:57:49.690230"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (74.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (72.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (72.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (83.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madisyn_rolfson@robel.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "madisyn_rolfson@robel.org"], ["encrypted_password", "$2a$04$8B8JJ/9WK2cDHgC9q1ARwenMhG9FJjzZAr6chbMKB0XT.uXIWpYGC"], ["created_at", "2017-09-17 21:57:50.669530"], ["updated_at", "2017-09-17 21:57:50.669530"], ["name", "Creola Stanton"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (5.8ms)
Rendered users/edit.html.erb (15.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$L2FTiOGvlaWwprH9zSWgl./zf0CJXMBpGEbWtyJawZaLsaGIPoCiu"], ["created_at", "2017-09-17 21:57:50.949073"], ["updated_at", "2017-09-17 21:57:50.949073"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (69.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.4ms)
Rendered users/new.html.erb (5.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (58.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.2ms)
Rendered users/sessions/new.html.erb (7.5ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (59.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandrea_labadie@cartertrantow.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "alexandrea_labadie@cartertrantow.co"], ["encrypted_password", "$2a$04$sqW7eLv/wuGZ5piKCXyeaOJFYBYTo4f/I/qT4Odr.OZN1afPeCOee"], ["created_at", "2017-09-17 21:57:51.657733"], ["updated_at", "2017-09-17 21:57:51.657733"], ["name", "Clemens Hand"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.2ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 14ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (179.3ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.6ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.5ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.6ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (120.2ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (86.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (86.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (109.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (155.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.8ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 6ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (80.0ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (116.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.1ms)  DELETE FROM "users";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.5ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (145.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (226.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 6ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (69.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (91.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (115.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (66.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#book as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (107.8ms)  DELETE FROM "books";
 (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (109.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#book as HTML Completed 401 Unauthorized in 6ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (62.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#book as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.2ms)  PRAGMA foreign_keys = OFF
 (132.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 6ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#book as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (80.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#book as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 11ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#book as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (73.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 6ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (103.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (86.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (89.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (122.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.8ms)  DELETE FROM "users";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.1ms)  DELETE FROM "ar_internal_metadata";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 1ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (64.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.3ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zoe@nader.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zoe@nader.biz"], ["encrypted_password", "$2a$04$hgkJfH08thaqeIeU9M1sHuLv554cOIffXzTNI1BlYZ75mVSfyL/FK"], ["created_at", "2017-09-17 22:33:04.288136"], ["updated_at", "2017-09-17 22:33:04.288136"], ["name", "Mina Ondricka"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elmira_gaylord@harris.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elmira_gaylord@harris.info"], ["encrypted_password", "$2a$04$hqNXBhcOvEmrpZmRweC.3eeeZwhRMp3Q5GbhXxE639OxZSEaCZCPC"], ["created_at", "2017-09-17 22:33:04.301184"], ["updated_at", "2017-09-17 22:33:04.301184"], ["name", "Niko Ebert IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adrienne@watsica.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adrienne@watsica.org"], ["encrypted_password", "$2a$04$yoEeRxg2QRxKHe2OgcVqguRnC0usnV7CnFo2oFsGL/lNA4u6NlOfO"], ["created_at", "2017-09-17 22:33:04.310475"], ["updated_at", "2017-09-17 22:33:04.310475"], ["name", "June Wehner III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (128.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (110.7ms)  DELETE FROM "users";
 (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "josefa@kuvalichultz.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "josefa@kuvalichultz.net"], ["encrypted_password", "$2a$04$UZTruhjobwIxQzSdWxIyHuJSA1QT6iDdaVCqFM.9ZcTcl8byxKbJq"], ["created_at", "2017-09-17 22:33:19.394671"], ["updated_at", "2017-09-17 22:33:19.394671"], ["name", "Ivah Jacobs"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "If Not Now, When?"], ["description", "Dolorem quam veniam recusandae veritatis ratione atque soluta. Sapiente eius dolor ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Colten Walsh"], ["created_at", "2017-09-17 22:33:19.408269"], ["updated_at", "2017-09-17 22:33:19.408269"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "daphney@franeckitillman.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "daphney@franeckitillman.net"], ["encrypted_password", "$2a$04$uPB6/UrnCds6Ae5gESR/GuHefSMKzrTQtiTxPYpYfcyBzTUD6jpwS"], ["created_at", "2017-09-17 22:33:19.416741"], ["updated_at", "2017-09-17 22:33:19.416741"], ["name", "Darian Pfeffer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eleazar@mertzrau.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eleazar@mertzrau.name"], ["encrypted_password", "$2a$04$ASdneXW8iqOYbpCouAMTaOuwydj0xjfLrtHM869hdwkIb/XbEHDfK"], ["created_at", "2017-09-17 22:33:19.425849"], ["updated_at", "2017-09-17 22:33:19.425849"], ["name", "Kane Stroman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (111.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elouise@vandervortmckenzie.com"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elouise@vandervortmckenzie.com"], ["encrypted_password", "$2a$04$5vCr0M4OuK/kX5O4dLAoA.a5mrAbuDfNJk1miJxM2kH1UP4S8eObm"], ["created_at", "2017-09-17 22:33:33.346967"], ["updated_at", "2017-09-17 22:33:33.346967"], ["name", "Jermey Bechtelar"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Lilies of the Field"], ["description", "Perspiciatis laborum ex necessitatibus ut et. Facere ut laudantium aliquid."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alex Smitham"], ["created_at", "2017-09-17 22:33:33.361100"], ["updated_at", "2017-09-17 22:33:33.361100"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zakary_ullrich@kris.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zakary_ullrich@kris.io"], ["encrypted_password", "$2a$04$UE1.1WVuAVrEdLtAc3YlNewwduJdhbEH4T6WkBeyZPps76hvtYBlW"], ["created_at", "2017-09-17 22:33:33.390162"], ["updated_at", "2017-09-17 22:33:33.390162"], ["name", "Mazie Langosh"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "augustine@stracke.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "augustine@stracke.com"], ["encrypted_password", "$2a$04$NaKKlIhD5viYE3dkOOKGYeK77gjL2ppDLRElwDVvcAeMNR36i1NB6"], ["created_at", "2017-09-17 22:33:33.399214"], ["updated_at", "2017-09-17 22:33:33.399214"], ["name", "Dulce Mertz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (85.6ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (86.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tara@kirlin.com"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tara@kirlin.com"], ["encrypted_password", "$2a$04$ZbIJjiLOiC0.A37/eGlvG.qG5xRDf.cWVF/NCWI2lyC239y.Y.7Ry"], ["created_at", "2017-09-17 22:36:33.671119"], ["updated_at", "2017-09-17 22:36:33.671119"], ["name", "Vernie Veum"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.7ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "richie@lehner.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "richie@lehner.org"], ["encrypted_password", "$2a$04$QG3Iu2o8iyWk7O5jHdAPlOxCUNoeAqBMORfcOr5GtlgUJbWoJ7ZWm"], ["created_at", "2017-09-17 22:36:33.705062"], ["updated_at", "2017-09-17 22:36:33.705062"], ["name", "Angelica Ziemann MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "petra.oreilly@schuster.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "petra.oreilly@schuster.info"], ["encrypted_password", "$2a$04$fZsQWUDCMaXgmLEvp/s20eB5S95wXrYZbfy7S7vQX2zNp4CnCB5xK"], ["created_at", "2017-09-17 22:36:33.714932"], ["updated_at", "2017-09-17 22:36:33.714932"], ["name", "Donny Mayert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (146.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madaline@gusikowskiromaguera.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "madaline@gusikowskiromaguera.biz"], ["encrypted_password", "$2a$04$gTaSw8ZmecQiLA/kMRk19eOhcMum4Niz9omog1qnHWa5li0L78Uim"], ["created_at", "2017-09-17 22:37:42.412134"], ["updated_at", "2017-09-17 22:37:42.412134"], ["name", "Carmela Wisozk DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "terrance_schmeler@fritsch.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "terrance_schmeler@fritsch.biz"], ["encrypted_password", "$2a$04$siRTwv6ni7nWbuq7ujyyLuyySMAAqbYDx6uChzvqAKUb8ptGNAnTe"], ["created_at", "2017-09-17 22:37:42.442651"], ["updated_at", "2017-09-17 22:37:42.442651"], ["name", "Ms. Mckayla Barton"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Far From the Madding Crowd"], ["description", "Voluptatem aut repellat sed delectus. Eveniet voluptas rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Giovani Murphy"], ["created_at", "2017-09-17 22:37:42.459114"], ["updated_at", "2017-09-17 22:37:42.459114"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adalberto.kautzer@walker.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adalberto.kautzer@walker.org"], ["encrypted_password", "$2a$04$ysdb/cjFOQrbcX4niPiPMestLvZbCLUWte9i4l/eC6KTqUgqmKgBy"], ["created_at", "2017-09-17 22:37:42.471903"], ["updated_at", "2017-09-17 22:37:42.471903"], ["name", "Margarett Treutel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (72.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cicero.paucek@oberbrunner.org"], ["LIMIT", 1]]
SQL (1.0ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cicero.paucek@oberbrunner.org"], ["encrypted_password", "$2a$04$18lVgCdfatHC8OXkFvuwLuwlEDoVAhMLKpt5F3mrtUmqXSDH98Fle"], ["created_at", "2017-09-17 22:38:01.847884"], ["updated_at", "2017-09-17 22:38:01.847884"], ["name", "Mrs. Eunice Johnston"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jolie.schoen@parisian.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jolie.schoen@parisian.name"], ["encrypted_password", "$2a$04$p6MBmBnZ89OvqERVffiPwunzNGzrc61LNYGn8XI9H6dDnvMlaWeKm"], ["created_at", "2017-09-17 22:38:01.877624"], ["updated_at", "2017-09-17 22:38:01.877624"], ["name", "Hallie Sauer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Violent Bear It Away"], ["description", "Neque optio natus et dignissimos cupiditate rerum. Nam reiciendis unde iusto sint. Omnis magnam vel aliquam quia quod."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Soledad Reynolds"], ["created_at", "2017-09-17 22:38:01.891086"], ["updated_at", "2017-09-17 22:38:01.891086"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaleel@robelcorkery.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaleel@robelcorkery.biz"], ["encrypted_password", "$2a$04$e1BJtdvCF64l.QRWcqwVnuXaQLljSam6EYLLNd0.y4dPNBex9wmM6"], ["created_at", "2017-09-17 22:38:01.901890"], ["updated_at", "2017-09-17 22:38:01.901890"], ["name", "Kieran Koelpin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (59.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jazmyne@gislason.com"], ["LIMIT", 1]]
SQL (1.0ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jazmyne@gislason.com"], ["encrypted_password", "$2a$04$fEK9BNDMoB.FaTjlnXAmTO03dsSJdQqMPSSh6rSIru.mlJB3N1B8."], ["created_at", "2017-09-17 22:38:45.357385"], ["updated_at", "2017-09-17 22:38:45.357385"], ["name", "Verna Osinski IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kenna@lefflerdouglas.info"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kenna@lefflerdouglas.info"], ["encrypted_password", "$2a$04$0NVrBzqX27gj/5cFPOzhWOCHyRn2tY95lzFvkgS9mVaQJV1gZ.TU6"], ["created_at", "2017-09-17 22:38:45.387534"], ["updated_at", "2017-09-17 22:38:45.387534"], ["name", "Cornell Cormier"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Monstrous Regiment of Women"], ["description", "Error quod nesciunt nobis voluptas quas. Dolores animi maiores est velit minus ipsam vel. Adipisci laudantium debitis doloremque voluptas. Vitae vel accusamus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mattie Russel V"], ["created_at", "2017-09-17 22:38:45.401524"], ["updated_at", "2017-09-17 22:38:45.401524"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wallace@johnsgreenholt.com"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wallace@johnsgreenholt.com"], ["encrypted_password", "$2a$04$xbtK3vrXe6H8CHoecIptxuiEYMeMh.0rY6RlqoyTeeIFJwkdMutBq"], ["created_at", "2017-09-17 22:38:45.412500"], ["updated_at", "2017-09-17 22:38:45.412500"], ["name", "Mason Bailey Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (1.3ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (102.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clotilde_kuhn@stammrutherford.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clotilde_kuhn@stammrutherford.org"], ["encrypted_password", "$2a$04$e2RsUfWCPsLuFGAYYD7cXeCWmP5b5AM3FbKzNMFHTyhrHiUV1WG2q"], ["created_at", "2017-09-17 22:40:18.179724"], ["updated_at", "2017-09-17 22:40:18.179724"], ["name", "Conner Jerde"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pierce@kilback.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "pierce@kilback.com"], ["encrypted_password", "$2a$04$zAgzU2uCzV.5rBW4zH5RVefj5wekqo9rxRfz0Ai.cTWujVZ2Op84y"], ["created_at", "2017-09-17 22:40:18.207037"], ["updated_at", "2017-09-17 22:40:18.207037"], ["name", "Zelma Simonis"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Glory and the Dream"], ["description", "Ipsa voluptate ut reprehenderit aliquam voluptatem. Dignissimos et expedita ad eos provident ex. Dolorum nam perspiciatis. Accusamus veniam corporis dolor nihil natus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Robbie Leannon"], ["created_at", "2017-09-17 22:40:18.220480"], ["updated_at", "2017-09-17 22:40:18.220480"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeanne_jacobs@hudson.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeanne_jacobs@hudson.co"], ["encrypted_password", "$2a$04$1jnYNBaImqdizvtAjUJX0ebdZmJ.ASJWfFlGgDv8oUaAQB7qkjb9S"], ["created_at", "2017-09-17 22:40:18.230374"], ["updated_at", "2017-09-17 22:40:18.230374"], ["name", "Francesco Gutkowski"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (55.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dannie.carter@brekkecollier.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dannie.carter@brekkecollier.io"], ["encrypted_password", "$2a$04$dMW56JDBkxASS9wnwkLxvONDZrQ6SyqEueC7ymCf7/FPn8CmKbZOq"], ["created_at", "2017-09-17 22:43:18.034031"], ["updated_at", "2017-09-17 22:43:18.034031"], ["name", "Nils Kiehn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "skye_graham@mitchell.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "skye_graham@mitchell.biz"], ["encrypted_password", "$2a$04$YGqbtaqnuOZsPor17J7otuNe/Y4HbqCCJkJh8eCtUDafj9QCHwg.K"], ["created_at", "2017-09-17 22:43:18.043928"], ["updated_at", "2017-09-17 22:43:18.043928"], ["name", "Vicky Rolfson IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Surprised by Joy"], ["description", "Et nihil nostrum placeat facere. Aspernatur quibusdam saepe. Velit ea veniam occaecati. Non voluptatem occaecati eum ratione facilis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Stan Hackett PhD"], ["created_at", "2017-09-17 22:43:18.058378"], ["updated_at", "2017-09-17 22:43:18.058378"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "walter@swiftwuckert.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "walter@swiftwuckert.com"], ["encrypted_password", "$2a$04$eX8azGXZOA13vWpEev6KAuD8ZLwImzQGl3fCEXqU16eckoja0hjby"], ["created_at", "2017-09-17 22:43:18.067780"], ["updated_at", "2017-09-17 22:43:18.067780"], ["name", "Mr. Jedidiah Smitham"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.3ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (106.5ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (97.6ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "xzavier_jacobi@harveyluettgen.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "xzavier_jacobi@harveyluettgen.net"], ["encrypted_password", "$2a$04$ZiR2gbFEpPw612S4Ky6VxuY6GS5AWAkHUosi1M8RtuRPCop6hxhJa"], ["created_at", "2017-09-17 22:43:44.288350"], ["updated_at", "2017-09-17 22:43:44.288350"], ["name", "Mr. Lupe Mueller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 6ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "queenie@starkrempel.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "queenie@starkrempel.biz"], ["encrypted_password", "$2a$04$gVccLtbxEMVRpd3Zodb0z.MDe.MRET4GOWPSRq2CrnDCvqUwSwdBS"], ["created_at", "2017-09-17 22:43:44.319509"], ["updated_at", "2017-09-17 22:43:44.319509"], ["name", "Celine Stehr"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Longer at Ease"], ["description", "Maiores architecto voluptas labore quo. Praesentium autem maxime ad. Et sed et magnam ut quis quia quidem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Casey Rodriguez"], ["created_at", "2017-09-17 22:43:44.333224"], ["updated_at", "2017-09-17 22:43:44.333224"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "haleigh@wittinghuel.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "haleigh@wittinghuel.com"], ["encrypted_password", "$2a$04$dgsEVFTE/8xXSMmn5TRbOeEncdDQz7fm0cWayhe1OtOj9lQG9kgPW"], ["created_at", "2017-09-17 22:43:44.343805"], ["updated_at", "2017-09-17 22:43:44.343805"], ["name", "Ulises Lehner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (178.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.7ms)  DELETE FROM "ar_internal_metadata";
 (1.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mathias.hegmann@altenwerth.info"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mathias.hegmann@altenwerth.info"], ["encrypted_password", "$2a$04$mfFKmQcrF.HhVzYMheivwelCyI7N0F2AaeLSCMYsfui4vsZvH3B/q"], ["created_at", "2017-09-17 22:45:07.268079"], ["updated_at", "2017-09-17 22:45:07.268079"], ["name", "Mrs. Augusta Doyle"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "melody.krajcik@casperlehner.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "melody.krajcik@casperlehner.com"], ["encrypted_password", "$2a$04$WOEZfvFQiaZj1fHDrMOPT.0/ygqcD4Job6rMxk/3s9WutYlmiMKEm"], ["created_at", "2017-09-17 22:45:07.279815"], ["updated_at", "2017-09-17 22:45:07.279815"], ["name", "Margarett Schroeder"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Your Scattered Bodies Go"], ["description", "Sunt ut consequatur delectus officia est quos repellat. Nisi ut et atque non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Tate Price"], ["created_at", "2017-09-17 22:45:07.293336"], ["updated_at", "2017-09-17 22:45:07.293336"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}

Completed 401 Unauthorized in 6ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "madge@mccullough.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "madge@mccullough.org"], ["encrypted_password", "$2a$04$j.YkiW/VoyEQWdvfoC3Agu9dj73L9pS5XvA725ZhD1xfsSFmZg5Sm"], ["created_at", "2017-09-17 22:45:07.320259"], ["updated_at", "2017-09-17 22:45:07.320259"], ["name", "Wiley Hand"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (108.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (75.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brayan@walkerswift.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brayan@walkerswift.com"], ["encrypted_password", "$2a$04$S2iI78EKEtjZdX9t6puhaunBpIgBI5ZZYPP/pzHmujz/C6ObGOofC"], ["created_at", "2017-09-17 22:45:35.452805"], ["updated_at", "2017-09-17 22:45:35.452805"], ["name", "Jocelyn Wolff III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ethel.glover@schuppe.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ethel.glover@schuppe.com"], ["encrypted_password", "$2a$04$rJ3VQ1KFCykfdUHA2hM6WucQDI.J7fTc2eaBN8soHOTyRqH3nJnGG"], ["created_at", "2017-09-17 22:45:35.483062"], ["updated_at", "2017-09-17 22:45:35.483062"], ["name", "Corrine Feil IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Heart Is Deceitful Above All Things"], ["description", "Eveniet eius aut facilis non consectetur eos quaerat. Laudantium eum aut rerum rerum delectus. Aut ut expedita rem. Laborum eius quia voluptatem et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Fidel Heathcote"], ["created_at", "2017-09-17 22:45:35.497026"], ["updated_at", "2017-09-17 22:45:35.497026"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lizzie.bayer@schinner.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lizzie.bayer@schinner.name"], ["encrypted_password", "$2a$04$kRZgimTdszpn9sjkYTa19e9mH6NJBO2kV7ySP/.6hsxdRHGTqwhqq"], ["created_at", "2017-09-17 22:45:35.507254"], ["updated_at", "2017-09-17 22:45:35.507254"], ["name", "Hazle McDermott"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.3ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (100.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.5ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.3ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sydnie_stanton@kunzelueilwitz.name"], ["LIMIT", 1]]
SQL (1.0ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sydnie_stanton@kunzelueilwitz.name"], ["encrypted_password", "$2a$04$hB0tGeAvSzp0KWjrXAcyleUO07BI9eS3BV7ntPoVczTI7uDZCRAhC"], ["created_at", "2017-09-17 22:46:48.777542"], ["updated_at", "2017-09-17 22:46:48.777542"], ["name", "Joanny Crona"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "murphy@ko.net"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "murphy@ko.net"], ["encrypted_password", "$2a$04$PPghEdIcQVi1qrCgOdMzleJ9/ni1.B/W/jjxn8rPUx1Uag8BtvNbq"], ["created_at", "2017-09-17 22:46:48.797017"], ["updated_at", "2017-09-17 22:46:48.797017"], ["name", "Lexus Ortiz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "That Hideous Strength"], ["description", "Id facilis voluptatem deleniti nisi. Nostrum consequatur voluptatem unde. Ducimus sed dolore in illum enim dolor."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amanda Bergstrom"], ["created_at", "2017-09-17 22:46:48.810671"], ["updated_at", "2017-09-17 22:46:48.810671"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (1.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mafalda@oconnell.name"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mafalda@oconnell.name"], ["encrypted_password", "$2a$04$EAUEk.tsnqtYJPmBkMyO2unROQU5/mORteUslDbfi3RZWLy45jDBG"], ["created_at", "2017-09-17 22:46:48.828841"], ["updated_at", "2017-09-17 22:46:48.828841"], ["name", "Edgardo Abbott PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (87.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "humberto@wisokyhudson.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "humberto@wisokyhudson.io"], ["encrypted_password", "$2a$04$s66edupRBbJTxH/9Ya0U6O7a8lwFykma3N.atK6PRfcDYI4vqOo.K"], ["created_at", "2017-09-17 22:47:05.488327"], ["updated_at", "2017-09-17 22:47:05.488327"], ["name", "Yasmeen Becker"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "doyle.ward@skilesmurazik.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "doyle.ward@skilesmurazik.com"], ["encrypted_password", "$2a$04$70YBCvocQkg7Mqu3ZjYQHuKwgTCKZYqqXyfCh0exVrZpDr52kPG4a"], ["created_at", "2017-09-17 22:47:05.518119"], ["updated_at", "2017-09-17 22:47:05.518119"], ["name", "Kendrick Rosenbaum"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Let Us Now Praise Famous Men"], ["description", "Veritatis dolores aut et impedit provident atque nemo. Et numquam similique voluptatem velit aliquid ut. Perspiciatis repellendus dolor tenetur. Dolor dignissimos voluptate voluptas sed consequatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gerda Farrell"], ["created_at", "2017-09-17 22:47:05.532329"], ["updated_at", "2017-09-17 22:47:05.532329"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vada@auer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vada@auer.org"], ["encrypted_password", "$2a$04$e9CPuEDy4MQWWme0zpTGIuEcEnGwssy4joPD2E3J7whMS5YUfncyW"], ["created_at", "2017-09-17 22:47:05.544326"], ["updated_at", "2017-09-17 22:47:05.544326"], ["name", "Euna McGlynn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (157.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.5ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (1.0ms)  DELETE FROM sqlite_sequence where name = 'users';
 (97.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tyrese.vonrueden@leuschke.com"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tyrese.vonrueden@leuschke.com"], ["encrypted_password", "$2a$04$.M1BfxuyeeKLHpthUzu8.uhgxLAVDob1upTGH/wJnQ.CSFZ6fHf/i"], ["created_at", "2017-09-17 22:47:41.519356"], ["updated_at", "2017-09-17 22:47:41.519356"], ["name", "Noemie Bergnaum"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ocie.kuphal@mante.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ocie.kuphal@mante.biz"], ["encrypted_password", "$2a$04$F3qa25KzxF7LcbWEUbwvYeWGe9/9kruB40Yr1FwJuhvYW72jOMPIm"], ["created_at", "2017-09-17 22:47:41.550152"], ["updated_at", "2017-09-17 22:47:41.550152"], ["name", "Mrs. Arjun Kris"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Quo Vadis"], ["description", "Eum ea error. Sit in nihil nemo quo dolores. Dignissimos id natus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Darron Schneider"], ["created_at", "2017-09-17 22:47:41.567110"], ["updated_at", "2017-09-17 22:47:41.567110"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}

Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emmanuelle@monahan.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emmanuelle@monahan.com"], ["encrypted_password", "$2a$04$lDFR7tIEZ2FRiSukWV32.uqNj4FvsJO6lZixaJNLcZnhFubMdYtj2"], ["created_at", "2017-09-17 22:47:41.577496"], ["updated_at", "2017-09-17 22:47:41.577496"], ["name", "Cassandra Ondricka"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML Completed 401 Unauthorized in 0ms (ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (135.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (143.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (122.2ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.6ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 3.1ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.2ms)

Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (89.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (78.1ms)  DELETE FROM "ar_internal_metadata";
 (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "xzavier_predovic@cronin.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "xzavier_predovic@cronin.net"], ["encrypted_password", "$2a$04$0YpTX3fTzBf7q0piF73mJOxIT6A8JlcH8t9DkZlGr1bCoVhbi8mlS"], ["created_at", "2017-09-17 22:50:47.445376"], ["updated_at", "2017-09-17 22:50:47.445376"], ["name", "Fidel Hettinger"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 2.8ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "noemi@breitenberg.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "noemi@breitenberg.biz"], ["encrypted_password", "$2a$04$UXv.LW3dr.dEKHkAX9uJBO5UCuqb6IAkZ1ZYn3uxXOFL5HlqxoEKu"], ["created_at", "2017-09-17 22:50:47.463754"], ["updated_at", "2017-09-17 22:50:47.463754"], ["name", "Joseph Dare I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "I Sing the Body Electric"], ["description", "Ea et incidunt impedit non. Quis esse assumenda nostrum ratione."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Thora Mertz"], ["created_at", "2017-09-17 22:50:47.472589"], ["updated_at", "2017-09-17 22:50:47.472589"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rod@lakin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rod@lakin.net"], ["encrypted_password", "$2a$04$cWuNKEYFrLhO./GeH.Qwh.A/paA8SP3jmcjUTzf13z29S66.lNtm6"], ["created_at", "2017-09-17 22:50:47.481446"], ["updated_at", "2017-09-17 22:50:47.481446"], ["name", "Brice Labadie"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.2ms)

Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (113.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kale@lebsack.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kale@lebsack.biz"], ["encrypted_password", "$2a$04$McTI38UE5/n57G.qvOqt9u5fLHh1M9L.8yIrIOjTLL9WkEG6ied8."], ["created_at", "2017-09-17 22:51:00.784232"], ["updated_at", "2017-09-17 22:51:00.784232"], ["name", "Collin Rogahn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.3ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 13ms (Views: 4.9ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lucie@swaniawski.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lucie@swaniawski.info"], ["encrypted_password", "$2a$04$qEIxHlAnjweWguH9t6JqfuR1qir7joFdtk9N.MV2apT2e32oiCR4m"], ["created_at", "2017-09-17 22:51:00.812881"], ["updated_at", "2017-09-17 22:51:00.812881"], ["name", "Santiago Marvin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "No Highway"], ["description", "Non quia nihil autem eos. Earum velit voluptatibus dolor."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Angelina Waters"], ["created_at", "2017-09-17 22:51:00.823045"], ["updated_at", "2017-09-17 22:51:00.823045"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "audra@pfeffer.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "audra@pfeffer.biz"], ["encrypted_password", "$2a$04$njCIm3/Me.g9j4/MkTnyPuf8zilRQhgKwhXL9gHpgjijSFfSlsz5u"], ["created_at", "2017-09-17 22:51:00.831829"], ["updated_at", "2017-09-17 22:51:00.831829"], ["name", "Lilyan O'Kon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.2ms)

Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (94.0ms)  DELETE FROM "books";
 (0.1ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.8ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joseph@watsica.biz"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joseph@watsica.biz"], ["encrypted_password", "$2a$04$edyCIbQEk5X/L2NlJCS2HunjatUGsau5p2DVQZF.TvKN9NUXycXce"], ["created_at", "2017-09-17 22:51:08.860744"], ["updated_at", "2017-09-17 22:51:08.860744"], ["name", "Cleo Mohr"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 8ms (Views: 2.9ms | ActiveRecord: 0.0ms)

 (0.9ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "presley@stiedemann.info"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "presley@stiedemann.info"], ["encrypted_password", "$2a$04$UXtHHbAs2Y.jfu0vcWYj.ukufptoxJCDK9lYm15wvZ0YvrCCmmIHS"], ["created_at", "2017-09-17 22:51:08.880352"], ["updated_at", "2017-09-17 22:51:08.880352"], ["name", "Darby Leannon"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Eyeless in Gaza"], ["description", "Beatae sit aperiam nostrum quisquam. Non incidunt odit soluta facere sit officiis. Eius libero ad voluptas mollitia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Trevion Kilback"], ["created_at", "2017-09-17 22:51:08.889616"], ["updated_at", "2017-09-17 22:51:08.889616"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.2ms)

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.9ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "robert_white@gaylord.org"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "robert_white@gaylord.org"], ["encrypted_password", "$2a$04$LvqQId9DzApk3oApopXvJOryTAKxU/94X5VKyiRZkxhBJiYT5rYx6"], ["created_at", "2017-09-17 22:51:08.903971"], ["updated_at", "2017-09-17 22:51:08.903971"], ["name", "Jacey Eichmann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.2ms)

Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)

 (0.9ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (89.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brannon_maggio@rice.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brannon_maggio@rice.com"], ["encrypted_password", "$2a$04$JXeySHN.yXDFqpcy286iOOerDgP55x6wcoXC.GwrLMNWdJds.2qM."], ["created_at", "2017-09-17 22:52:07.828156"], ["updated_at", "2017-09-17 22:52:07.828156"], ["name", "Kevin Parisian"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Wealth of Nations"], ["description", "Dolorem voluptatem fugiat. Non accusantium repellat qui quis architecto. Temporibus facere quae. Quam recusandae ut sapiente delectus ea dolorem tempore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Eunice Wisozk"], ["created_at", "2017-09-17 22:52:07.849260"], ["updated_at", "2017-09-17 22:52:07.849260"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lazaro_armstrong@kautzerwelch.net"], ["LIMIT", 1]]
SQL (1.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lazaro_armstrong@kautzerwelch.net"], ["encrypted_password", "$2a$04$x3Ir/jUNk6guPoWhfe78vewqj46UIP6Eq3.wpSZWHw021JKKvDUji"], ["created_at", "2017-09-17 22:52:07.874112"], ["updated_at", "2017-09-17 22:52:07.874112"], ["name", "Gardner Walsh"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Consider the Lilies"], ["description", "Atque eos incidunt eius ipsam sint et. Et ratione soluta quaerat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Americo Fadel DDS"], ["created_at", "2017-09-17 22:52:07.879718"], ["updated_at", "2017-09-17 22:52:07.879718"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.3ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 0.3ms)

 (3.6ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "charles.dickinson@cain.co"], ["LIMIT", 1]]
SQL (2.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "charles.dickinson@cain.co"], ["encrypted_password", "$2a$04$zDvTrPx4spMhtIjzg4PI7uTEs0MPUCom7RGdt2Gf40wMc9xS57s0u"], ["created_at", "2017-09-17 22:52:07.910506"], ["updated_at", "2017-09-17 22:52:07.910506"], ["name", "Elbert Price"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.3ms)

Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms)

 (2.9ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (81.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (89.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anais@kihnhermiston.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "anais@kihnhermiston.info"], ["encrypted_password", "$2a$04$gqMLILMYImVGBUwXsXdXI.UfWHZmA.xjm1OCCoWUA4xHhNl5rnF46"], ["created_at", "2017-09-17 22:52:18.264014"], ["updated_at", "2017-09-17 22:52:18.264014"], ["name", "Dusty Green"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Last Temptation"], ["description", "Alias aut iste iure et aut. Debitis quisquam perferendis laboriosam illum quia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Kianna Shanahan"], ["created_at", "2017-09-17 22:52:18.278287"], ["updated_at", "2017-09-17 22:52:18.278287"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.2ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tatyana@ohara.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tatyana@ohara.co"], ["encrypted_password", "$2a$04$d5Xj2SI5Ve6rt9NIt2mMgehgrRmAS5j3VJ8wSDfXZ/xA0qLjtnlrW"], ["created_at", "2017-09-17 22:52:18.292643"], ["updated_at", "2017-09-17 22:52:18.292643"], ["name", "Albin Farrell Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Lilies of the Field"], ["description", "Modi ut fugit aut. Hic voluptatem aliquid ut recusandae dolore provident deserunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rene Considine"], ["created_at", "2017-09-17 22:52:18.294824"], ["updated_at", "2017-09-17 22:52:18.294824"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.2ms)

Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roberta.mayer@hilll.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "roberta.mayer@hilll.io"], ["encrypted_password", "$2a$04$aFdTdYR1PhkMaqK7k8Ww0u1mRogrCt0yt8nR7z8T/KKT/KZ5Wojai"], ["created_at", "2017-09-17 22:52:18.305373"], ["updated_at", "2017-09-17 22:52:18.305373"], ["name", "Randall Koss"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.2ms)

Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (115.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (109.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elijah.schaefer@kuhic.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elijah.schaefer@kuhic.net"], ["encrypted_password", "$2a$04$CgewqcsVgEePpMt1KdY6quaPdbyEnxtwBvWrXgO9IYf8DFJDkTGRS"], ["created_at", "2017-09-17 22:53:29.095127"], ["updated_at", "2017-09-17 22:53:29.095127"], ["name", "Melisa Keeling"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chet@mantebayer.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chet@mantebayer.io"], ["encrypted_password", "$2a$04$0l99/NnIbU4uccByc.MP2uQbHB19wl.YEve4P9gtbzf1VDjxwQO6C"], ["created_at", "2017-09-17 22:53:29.099711"], ["updated_at", "2017-09-17 22:53:29.099711"], ["name", "Lura Dickinson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Moab Is My Washpot"], ["description", "Sunt tempore aperiam quia. Quis expedita et. Vel laboriosam voluptas ex quia. Doloremque est earum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ford Sawayn III"], ["created_at", "2017-09-17 22:53:29.108317"], ["updated_at", "2017-09-17 22:53:29.108317"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kallie@reynolds.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kallie@reynolds.io"], ["encrypted_password", "$2a$04$888Rk3y77QmqG8vZz9zkyeWu9CRwYTOUuRYO.oFja1EyALNOHgR8C"], ["created_at", "2017-09-17 22:53:29.131346"], ["updated_at", "2017-09-17 22:53:29.131346"], ["name", "Kristopher Klocko"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luciano@ward.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "luciano@ward.name"], ["encrypted_password", "$2a$04$jtSEf9rGEZOw0eXUKt4wL.7omU/LMbkoNAmcDzbFz7RZ86IK2XMM2"], ["created_at", "2017-09-17 22:53:29.135542"], ["updated_at", "2017-09-17 22:53:29.135542"], ["name", "Susie McClure DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "A Swiftly Tilting Planet"], ["description", "Repellendus quod laboriosam quis eius dolore quidem. Ducimus voluptatem est et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kari Tillman"], ["created_at", "2017-09-17 22:53:29.137536"], ["updated_at", "2017-09-17 22:53:29.137536"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.2ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "monroe.king@bauchankunding.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "monroe.king@bauchankunding.org"], ["encrypted_password", "$2a$04$uze8i8ZOsrszzslQgLZFSe47VGKbP/u2jieKcaZlgRko03kZ.yfS2"], ["created_at", "2017-09-17 22:53:29.151825"], ["updated_at", "2017-09-17 22:53:29.151825"], ["name", "Willie Schroeder"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maya.keeling@lehner.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maya.keeling@lehner.info"], ["encrypted_password", "$2a$04$77JViNssoZcnpN0rtNero.6YcWXjhp9d/0L8fwhzH4oEpJKXWsyi6"], ["created_at", "2017-09-17 22:53:29.156123"], ["updated_at", "2017-09-17 22:53:29.156123"], ["name", "Juvenal Bernier IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eleanora_shields@hermann.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eleanora_shields@hermann.io"], ["encrypted_password", "$2a$04$g7gJ7fUtVnJygoxs5N3E1.tQ6x5TzupsWOcI401cM64.kIeaZn4Q2"], ["created_at", "2017-09-17 22:53:29.168782"], ["updated_at", "2017-09-17 22:53:29.168782"], ["name", "Torey Goldner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jimmy@schiller.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jimmy@schiller.name"], ["encrypted_password", "$2a$04$B1SE47b1TRiurGHXWgsY9Okykaq/4wWVTMYK7f6wkJvqhfnag9J6q"], ["created_at", "2017-09-17 22:53:29.172934"], ["updated_at", "2017-09-17 22:53:29.172934"], ["name", "Everette Grant DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Those Barren Leaves, Thrones, Dominations"], ["description", "Nulla cum et laborum aspernatur quaerat ea delectus. Omnis facere quia atque mollitia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kraig Koelpin"], ["created_at", "2017-09-17 22:53:29.175439"], ["updated_at", "2017-09-17 22:53:29.175439"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "holden.schulist@runte.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "holden.schulist@runte.name"], ["encrypted_password", "$2a$04$58hZ/Yc6Iczl/vaG7qHyu.uUwmA2qWw52JSLTiLrvA0qV0XO/oWQi"], ["created_at", "2017-09-17 22:53:29.190830"], ["updated_at", "2017-09-17 22:53:29.190830"], ["name", "Buford Blanda V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "petra.bergstrom@damore.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "petra.bergstrom@damore.org"], ["encrypted_password", "$2a$04$1vpgmvIcbecuuG9hxKn7ceKt/pXnGzEHuSho2FWDttHAKkFVP0.0y"], ["created_at", "2017-09-17 22:53:29.194997"], ["updated_at", "2017-09-17 22:53:29.194997"], ["name", "Emilio Jerde"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Jazmin Funk", "description"=>"Rerum accusantium eveniet quis non. Necessitatibus architecto omnis et aut sed illo.", "image"=>"http://lorempixel.com/200/200", "name"=>"Cover Her Face", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Cover Her Face"], ["description", "Rerum accusantium eveniet quis non. Necessitatibus architecto omnis et aut sed illo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jazmin Funk"], ["created_at", "2017-09-17 22:53:29.206697"], ["updated_at", "2017-09-17 22:53:29.206697"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "winona@kutch.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "winona@kutch.biz"], ["encrypted_password", "$2a$04$Ol2TixMp4TjWfkYPRJHY7.4PPiJbmCYXqzDKLoiU4MorXcJ4lH3BO"], ["created_at", "2017-09-17 22:53:29.215976"], ["updated_at", "2017-09-17 22:53:29.215976"], ["name", "Keshawn Torphy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "willie@shields.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "willie@shields.name"], ["encrypted_password", "$2a$04$7nMGy5V7M5FfGqtVYUUXkOCjhshdckIhLR7ke.LfomuGChac.lNmi"], ["created_at", "2017-09-17 22:53:29.220015"], ["updated_at", "2017-09-17 22:53:29.220015"], ["name", "Natalia Sipes PhD"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Felicia Marquardt", "description"=>"Quia aut impedit fugiat ratione itaque exercitationem. Voluptatum saepe et assumenda totam tenetur. Earum ea unde eos.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Widening Gyre", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Widening Gyre"], ["description", "Quia aut impedit fugiat ratione itaque exercitationem. Voluptatum saepe et assumenda totam tenetur. Earum ea unde eos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Felicia Marquardt"], ["created_at", "2017-09-17 22:53:29.223578"], ["updated_at", "2017-09-17 22:53:29.223578"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anjali.keeling@ortizkeebler.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "anjali.keeling@ortizkeebler.biz"], ["encrypted_password", "$2a$04$bSRUbAWCkLnR.AI3H0itKOIfy3s.goUdgCGoe9VSN0nXI8xKQ8McC"], ["created_at", "2017-09-17 22:53:29.235273"], ["updated_at", "2017-09-17 22:53:29.235273"], ["name", "Abner Grimes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "franco@mcdermott.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "franco@mcdermott.org"], ["encrypted_password", "$2a$04$qyHuBep5FOgLPo5XiJ1e3eyg6Y5yANp8zP4EBguxF8FCZ/J/htbp."], ["created_at", "2017-09-17 22:53:29.239432"], ["updated_at", "2017-09-17 22:53:29.239432"], ["name", "Katrina Jakubowski"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Brooke Brekke", "description"=>"Aperiam rerum ducimus sit sint laudantium doloribus. Officia quia voluptates earum aut velit.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "iac.murphy@torpbailey.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "iac.murphy@torpbailey.co"], ["encrypted_password", "$2a$04$k.j8egkm3X/W5igbyQbj6OxHnyvvPwXGXH7G4WiU93Ejes3F/NymC"], ["created_at", "2017-09-17 22:53:29.253487"], ["updated_at", "2017-09-17 22:53:29.253487"], ["name", "Edward Ziemann DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isobel@treutelwaelchi.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "isobel@treutelwaelchi.co"], ["encrypted_password", "$2a$04$tyQ2XfDPpu1K8fDS8noTTejshHTG1Eh.izQSNhMvjCL4hy0caukRm"], ["created_at", "2017-09-17 22:53:29.257436"], ["updated_at", "2017-09-17 22:53:29.257436"], ["name", "Miss Lysanne Roob"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Bury My Heart at Wounded Knee"], ["description", "Aut sunt nam facilis. Et ipsa facilis doloribus ut ullam quae cumque. Dolores ut nemo accusantium. Quod enim hic eaque blanditiis nulla fugit nisi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Brennan Rohan"], ["created_at", "2017-09-17 22:53:29.259072"], ["updated_at", "2017-09-17 22:53:29.259072"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 22:53:29.262515"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "damion@cummerata.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "damion@cummerata.info"], ["encrypted_password", "$2a$04$i12qAA8PXTeMM/oW/LdoTum3hTeaU95Dur.dMH0QgIKMvjPDfsAyu"], ["created_at", "2017-09-17 22:53:29.274844"], ["updated_at", "2017-09-17 22:53:29.274844"], ["name", "Tyreek Towne"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "xavier_hills@beer.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "xavier_hills@beer.name"], ["encrypted_password", "$2a$04$t82Iu.r015/s.GaCinFh6Ohe0HHWj7vBidxf3C8GK/exxJRITJp42"], ["created_at", "2017-09-17 22:53:29.278985"], ["updated_at", "2017-09-17 22:53:29.278985"], ["name", "Tyree Blanda DVM"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Other Side of Silence"], ["description", "Sit voluptate et molestiae labore atque asperiores eum. Consectetur repudiandae eos. Dolor consequuntur rem excepturi sint id voluptatem et. Ipsam enim occaecati voluptas reiciendis sed eligendi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lucious Mertz MD"], ["created_at", "2017-09-17 22:53:29.280699"], ["updated_at", "2017-09-17 22:53:29.280699"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Lucious Mertz MD", "description"=>"Sit voluptate et molestiae labore atque asperiores eum. Consectetur repudiandae eos. Dolor consequuntur rem excepturi sint id voluptatem et. Ipsam enim occaecati voluptas reiciendis sed eligendi.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Other Side of Silence", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "violette@corwinhalvorson.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "violette@corwinhalvorson.co"], ["encrypted_password", "$2a$04$NPJEj5aF4PYftyZIYL15LuclRlRLFcMOshjAL7vdfFCVmQ/nANSum"], ["created_at", "2017-09-17 22:53:29.294228"], ["updated_at", "2017-09-17 22:53:29.294228"], ["name", "Eli DuBuque Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lamar_wolf@thiel.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lamar_wolf@thiel.co"], ["encrypted_password", "$2a$04$5xuQiryAWn.wg/5fmqUdx.l0t9AgAnk4izGcvAUgc6suLpYEZazZC"], ["created_at", "2017-09-17 22:53:29.298461"], ["updated_at", "2017-09-17 22:53:29.298461"], ["name", "Pattie Hane"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "If Not Now, When?"], ["description", "Et unde culpa repellat ut ipsam non. Iusto fuga molestiae ipsam quisquam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Carole Weimann"], ["created_at", "2017-09-17 22:53:29.300130"], ["updated_at", "2017-09-17 22:53:29.300130"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Verona Kautzer", "description"=>"Eius voluptate adipisci accusantium magnam velit.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cyril_veum@mayer.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cyril_veum@mayer.net"], ["encrypted_password", "$2a$04$o2oZ1SRTelMlrnF2irNR8emDNPz0wDFox3B9TtgAwMKksbC6qF1Mq"], ["created_at", "2017-09-17 22:53:29.314860"], ["updated_at", "2017-09-17 22:53:29.314860"], ["name", "Zackary Volkman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeff.harber@langosh.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeff.harber@langosh.biz"], ["encrypted_password", "$2a$04$2qIOwDVr7LfWXhVNgmEvkuDy8IaBuAwaLz1gy7MDwoRNps4.vD15G"], ["created_at", "2017-09-17 22:53:29.318880"], ["updated_at", "2017-09-17 22:53:29.318880"], ["name", "Rahsaan Aufderhar"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "No Highway"], ["description", "Et veniam voluptas dolor delectus dolorem. Dignissimos voluptatem laborum et voluptatem sed et cumque. A alias et in. Et eveniet dignissimos magnam omnis sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Andre Hane"], ["created_at", "2017-09-17 22:53:29.320644"], ["updated_at", "2017-09-17 22:53:29.320644"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 22:53:29.324354"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "layla@little.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "layla@little.co"], ["encrypted_password", "$2a$04$3Y1/AzsLZ7LBSi5dhpIUQOsBLuZ6M8GDSCuAsJIj/bGbGxyPeTRUm"], ["created_at", "2017-09-17 22:53:29.334897"], ["updated_at", "2017-09-17 22:53:29.334897"], ["name", "Lee Boyle PhD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "khalid@quigley.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "khalid@quigley.biz"], ["encrypted_password", "$2a$04$zSIgfOtAJEwD1TJv/1cF3OwmY8i71sN2lfjsIcYeu6tAkzuKicggu"], ["created_at", "2017-09-17 22:53:29.339022"], ["updated_at", "2017-09-17 22:53:29.339022"], ["name", "Kris Olson"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Way of All Flesh"], ["description", "Modi delectus sed accusamus ipsum. Ut esse sint asperiores. Qui nobis adipisci. Sed dolorem similique fuga inventore perferendis delectus quia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Geraldine Raynor"], ["created_at", "2017-09-17 22:53:29.340719"], ["updated_at", "2017-09-17 22:53:29.340719"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 22:53:29.344359"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.3ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (84.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adah.kshlerin@jaskolski.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adah.kshlerin@jaskolski.biz"], ["encrypted_password", "$2a$04$Eqa1gnN9Co6kqZSleiis3uGrIkq1tYKqyerWntN9AVqf0dWuH4y12"], ["created_at", "2017-09-17 22:53:29.619797"], ["updated_at", "2017-09-17 22:53:29.619797"], ["name", "Orville Kuhn Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "What's Become of Waring"], ["description", "Quae libero et eum dolore accusantium explicabo. In delectus numquam. Qui ut beatae deleniti voluptatum eius."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nat Leffler"], ["created_at", "2017-09-17 22:53:29.621971"], ["updated_at", "2017-09-17 22:53:29.621971"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "justine.hermiston@heathcoteokuneva.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "justine.hermiston@heathcoteokuneva.co"], ["encrypted_password", "$2a$04$LQfn4wMrP6a8cYc.tdOlAOLcAn9iShC.VSKTr9.HQySD66xmilgk2"], ["created_at", "2017-09-17 22:53:29.634794"], ["updated_at", "2017-09-17 22:53:29.634794"], ["name", "Ms. Omer Nitzsche"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "A Time to Kill"], ["description", "Est occaecati voluptas sit et error. Consequatur similique sit maxime."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kira Graham"], ["created_at", "2017-09-17 22:53:29.636884"], ["updated_at", "2017-09-17 22:53:29.636884"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bradley_purdy@howell.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bradley_purdy@howell.biz"], ["encrypted_password", "$2a$04$mdoP2XgGXFusu4FVtmsEw.EG0cEkR7YKIsF2tCQ4uwLR.C.Y29Sd6"], ["created_at", "2017-09-17 22:53:29.648628"], ["updated_at", "2017-09-17 22:53:29.648628"], ["name", "Willy Emard PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.4ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.6ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alf.dickinson@langworthfisher.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alf.dickinson@langworthfisher.info"], ["encrypted_password", "$2a$04$5Hr.DThAPnQ3PjXLnlTdL.eN0nmI5T87gvskHWuxyRsJP4vjgVwV."], ["created_at", "2017-09-17 22:53:29.937163"], ["updated_at", "2017-09-17 22:53:29.937163"], ["name", "Alec Bogisich III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$noF34iQzDX61RD.hyMorve4E.Dze5DoTgOh1PhoOfZytnXc7smOXK"], ["created_at", "2017-09-17 22:53:29.941258"], ["updated_at", "2017-09-17 22:53:29.941258"], ["name", "Demetris Carter"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jennyfer@mcdermott.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jennyfer@mcdermott.com"], ["encrypted_password", "$2a$04$8UfaKmu5nF.hio8zrshYFujGn0r3O2TRgFuBbc2N8MCsjeZpxsH1a"], ["created_at", "2017-09-17 22:53:29.957269"], ["updated_at", "2017-09-17 22:53:29.957269"], ["name", "Mrs. Jedediah Gutmann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$.cuL3Z0jlZIy.S81vODG1.mt2U8ZSmFRORGHEp9TOJxM5vN5sJdY."], ["created_at", "2017-09-17 22:53:29.961118"], ["updated_at", "2017-09-17 22:53:29.961118"], ["name", "Kevin Sporer"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delphine_walter@boehm.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "delphine_walter@boehm.net"], ["encrypted_password", "$2a$04$zBeU/b0fFKiJxIPv9wFeAeM0CnyVvyV4G1Zchuyst3IP2zMUQ8K96"], ["created_at", "2017-09-17 22:53:29.974578"], ["updated_at", "2017-09-17 22:53:29.974578"], ["name", "Jesus Marquardt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gladyce_sporer@renner.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gladyce_sporer@renner.name"], ["encrypted_password", "$2a$04$7GbJLR3Y2RfKlVIwqne7oudVbf40irWTjzvhyl9XceA3YvkhhX2Ju"], ["created_at", "2017-09-17 22:53:29.987220"], ["updated_at", "2017-09-17 22:53:29.987220"], ["name", "Kari Wisoky"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$3.EPbY1YPcco4eETJSihw.qpPX44xSp6s3Tq33C1RSm.Nfbn/wXlW"], ["created_at", "2017-09-17 22:53:29.991623"], ["updated_at", "2017-09-17 22:53:29.991623"], ["name", "Alexa Durgan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeff@hauck.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jeff@hauck.biz"], ["encrypted_password", "$2a$04$vKpFfsgU1shuHqmaR0PJfeXfN9VZGEp7DUDK/AdvHnvPo8CQESxZG"], ["created_at", "2017-09-17 22:53:30.004006"], ["updated_at", "2017-09-17 22:53:30.004006"], ["name", "Lina Kerluke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"kasandra@turcotteullrich.info", "name"=>"Ivy Bartell III", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$qfUIIhTSDC.aBivJB5hcHeJMlwD05GNQ6BHjjLMdDJ0nSOCcwEz7C"], ["created_at", "2017-09-17 22:53:30.010844"], ["updated_at", "2017-09-17 22:53:30.010844"], ["name", "Ivy Bartell III"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexis.rogahn@murazikcormier.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alexis.rogahn@murazikcormier.com"], ["encrypted_password", "$2a$04$k0W20fPzfdH5Ll17v6ZRWOgEj5yvY1NGmiZ/xfG3THvs/QxXwzeiy"], ["created_at", "2017-09-17 22:53:30.022033"], ["updated_at", "2017-09-17 22:53:30.022033"], ["name", "Luciano Rau"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"kasandra@turcotteullrich.info", "name"=>"Kristin Howell", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$iXPpzq3Eo4bklwHXORqWsetWOS5erXaga./9ESbrGykMqVMCBU5Lq"], ["created_at", "2017-09-17 22:53:30.028067"], ["updated_at", "2017-09-17 22:53:30.028067"], ["name", "Kristin Howell"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "yazmin@adams.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "yazmin@adams.org"], ["encrypted_password", "$2a$04$b9RtIMEz2WfOquKPmgngJup0KBye5.dcNAzW8GD3wf9QVGpeo/vta"], ["created_at", "2017-09-17 22:53:30.039520"], ["updated_at", "2017-09-17 22:53:30.039520"], ["name", "Willa Spencer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Izaiah Collins", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "colin@pollich.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "colin@pollich.io"], ["encrypted_password", "$2a$04$subvpOU9GMmmh8Kabk0i4OoZdu2pteA7UHyyaMk/Hboaa0xCW1nBy"], ["created_at", "2017-09-17 22:53:30.058142"], ["updated_at", "2017-09-17 22:53:30.058142"], ["name", "Mr. Ozzie Renner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Ms. Verlie Jenkins", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rowena@grantgottlieb.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rowena@grantgottlieb.co"], ["encrypted_password", "$2a$04$3z5wL.BUaz37XcjaoZwa2OuiOJm/LimrobzzkmnQMuSvINAk4W/zq"], ["created_at", "2017-09-17 22:53:30.074385"], ["updated_at", "2017-09-17 22:53:30.074385"], ["name", "Nelda Pfeffer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$IVGkCdGIIbGQNyy7K4n4DehpU9mCjhgMMA7Kja.pqdpixDcjsBYuO"], ["created_at", "2017-09-17 22:53:30.078371"], ["updated_at", "2017-09-17 22:53:30.078371"], ["name", "Gabe Grady DVM"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"jamar@schulist.net", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "jamar@schulist.net"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "jamar@schulist.net"], ["encrypted_password", "$2a$04$LrAgvz8KyETiwCRkBlZd0eIR7e7R/DxCPYYP25vVcNwqaINpBhIT6"], ["admin", "f"], ["updated_at", "2017-09-17 22:53:30.085104"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ova.rippin@murazik.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ova.rippin@murazik.info"], ["encrypted_password", "$2a$04$7T5Qe/WSC7XFEDNL8Az1e.3PSE2NNZyK3UAZZ0gJNf5O/pYZjrBXe"], ["created_at", "2017-09-17 22:53:30.095713"], ["updated_at", "2017-09-17 22:53:30.095713"], ["name", "Gaetano Kunze"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$J1eI0vLtNMcLmfnRFJ.xAOm7tZuNTKuU24DpUS1t88PBAMaZFTMNy"], ["created_at", "2017-09-17 22:53:30.100269"], ["updated_at", "2017-09-17 22:53:30.100269"], ["name", "Ms. Isidro Schowalter"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"kasandra@turcotteullrich.info", "name"=>"Ms. Isidro Schowalter", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$/MZSyLjY0thJIqXFG.UBnebvG/VtlTfCbgcM51YeEv4RQPIq/KD3y"], ["updated_at", "2017-09-17 22:53:30.105938"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hettie_bins@crona.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hettie_bins@crona.biz"], ["encrypted_password", "$2a$04$DFIduWYIF4FVyTxmCMGC9ePgvrqN5aQvVU7oHVUm.Yj5cw9NHkG4G"], ["created_at", "2017-09-17 22:53:30.116067"], ["updated_at", "2017-09-17 22:53:30.116067"], ["name", "Mr. Richie Veum"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$zZaLyc9HBlV8CT7PuLkT0OKp.eeHUbbQYyP9d7qAqznudyZnz6OKu"], ["created_at", "2017-09-17 22:53:30.120437"], ["updated_at", "2017-09-17 22:53:30.120437"], ["name", "Kayleigh Schowalter"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Danyka Medhurst", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jorge@homenick.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jorge@homenick.co"], ["encrypted_password", "$2a$04$a1M7XB8wjPbGhrHIl0Ieyu8CO9mDXuatW6Qa4dJfdAbOlWFUREsdS"], ["created_at", "2017-09-17 22:53:30.136118"], ["updated_at", "2017-09-17 22:53:30.136118"], ["name", "Carleton Hickle"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$quf/COE3srSsnp5OeMXl0u84T/8t6HfvVJpzXqPd0FKr9v66ULz1q"], ["created_at", "2017-09-17 22:53:30.140114"], ["updated_at", "2017-09-17 22:53:30.140114"], ["name", "Tatyana Gleichner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 22:53:30.144169"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "antonetta_olson@mcclurepadberg.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "antonetta_olson@mcclurepadberg.net"], ["encrypted_password", "$2a$04$9E72nnL79I4w64cDU6jCC.oKTLzg0Eottgwejp91pEqtod/wHbfNq"], ["created_at", "2017-09-17 22:53:30.154383"], ["updated_at", "2017-09-17 22:53:30.154383"], ["name", "Rachael Bartoletti"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kasandra@turcotteullrich.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kasandra@turcotteullrich.info"], ["encrypted_password", "$2a$04$ne8i9TfiqQ2H5YWHXHhsi.PHA5HhexrKXMa1QerqVEdecZKhKuunu"], ["created_at", "2017-09-17 22:53:30.158757"], ["updated_at", "2017-09-17 22:53:30.158757"], ["name", "Curt Kuvalis"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 22:53:30.162459"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.5ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "felipa.bernhard@mcglynn.co"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "felipa.bernhard@mcglynn.co"], ["encrypted_password", "$2a$04$CKDCHj52dlu/zADYu62.Nue5J0dgaMF/r/ZmObDery6HKXQltGC4G"], ["created_at", "2017-09-17 22:53:30.415118"], ["updated_at", "2017-09-17 22:53:30.415118"], ["name", "Vincenzo Walsh MD"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Catskill Eagle"], ["description", "Sunt nesciunt fugiat id dignissimos. Ab tempora magni rerum harum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mina Crist"], ["created_at", "2017-09-17 22:53:30.420109"], ["updated_at", "2017-09-17 22:53:30.420109"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aric@gutmann.com"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aric@gutmann.com"], ["encrypted_password", "$2a$04$iJA2COYyPrWxY9hDJeg59.VwCJlGP4Av0vNHY.BUZg3AgxhisjQs6"], ["created_at", "2017-09-17 22:53:30.434136"], ["updated_at", "2017-09-17 22:53:30.434136"], ["name", "Julie Reinger"], ["status", "t"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Such, Such Were the Joys"], ["description", "Et ea nihil iste. Vel et iusto."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Jaunita Doyle"], ["created_at", "2017-09-17 22:53:30.438824"], ["updated_at", "2017-09-17 22:53:30.438824"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "trey.runolfsdottir@pagac.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "trey.runolfsdottir@pagac.io"], ["encrypted_password", "$2a$04$xpa1r/cSgUGIu3GOjeipp.Vlp6YS.apTouZkVu1T6mEsx443Sxvem"], ["created_at", "2017-09-17 22:53:30.450397"], ["updated_at", "2017-09-17 22:53:30.450397"], ["name", "Carmen Corwin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Fear and Trembling"], ["description", "Fuga nesciunt totam. Molestiae excepturi maxime distinctio id quis exercitationem necessitatibus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Karl Vandervort"], ["created_at", "2017-09-17 22:53:30.452564"], ["updated_at", "2017-09-17 22:53:30.452564"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kole_osinski@schowaltergislason.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kole_osinski@schowaltergislason.name"], ["encrypted_password", "$2a$04$esoC6igvVV4ot6vEti63qOzlHBbB63uhpKWL1FMI0sKmTHBFq7PQS"], ["created_at", "2017-09-17 22:53:30.463299"], ["updated_at", "2017-09-17 22:53:30.463299"], ["name", "Deron Kemmer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Heart Is a Lonely Hunter"], ["description", "Officia recusandae est harum et. Aliquam dolore illo magni corporis quasi sunt. Molestias quasi officia quia consequatur nulla eaque. Quia atque quaerat et id."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Andre Bernier"], ["created_at", "2017-09-17 22:53:30.465462"], ["updated_at", "2017-09-17 22:53:30.465462"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jon.bergstrom@jacobi.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jon.bergstrom@jacobi.name"], ["encrypted_password", "$2a$04$j45jX.yLOurHYTEamZ.nVeSJ561ipItaazYTnpqvrIa/wpIfO2Crq"], ["created_at", "2017-09-17 22:53:30.477181"], ["updated_at", "2017-09-17 22:53:30.477181"], ["name", "Theo Bauch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Longer at Ease"], ["description", "Ut quam quo earum qui in ex aliquid. Consequuntur numquam commodi quia quas rerum ratione."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ellis Dickens V"], ["created_at", "2017-09-17 22:53:30.479378"], ["updated_at", "2017-09-17 22:53:30.479378"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "heath.cremin@dietrich.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "heath.cremin@dietrich.io"], ["encrypted_password", "$2a$04$shbp//UXPdn2g8eSsWXGr.h4UsdjY0jDsEcWuVQbb/iiW1ILq7wmS"], ["created_at", "2017-09-17 22:53:30.490455"], ["updated_at", "2017-09-17 22:53:30.490455"], ["name", "Cheyanne Hilll"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Precious Bane"], ["description", "Cum eum dolor. Sit ut ea architecto."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Maymie Schmeler"], ["created_at", "2017-09-17 22:53:30.492581"], ["updated_at", "2017-09-17 22:53:30.492581"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "salvatore@macgyverbartoletti.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "salvatore@macgyverbartoletti.io"], ["encrypted_password", "$2a$04$RxHtWrIX2j2Hs3qP.k/iYOItRvVMT1OlOHdGL962FF//ubvLZWRNe"], ["created_at", "2017-09-17 22:53:30.506348"], ["updated_at", "2017-09-17 22:53:30.506348"], ["name", "Mrs. Dayton Collins"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Where Angels Fear to Tread"], ["description", "Facilis qui quod. Quod veniam magnam aut et voluptatem corporis. Nihil placeat voluptas voluptatem illo. Vero est vel et ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elyse Jacobi"], ["created_at", "2017-09-17 22:53:30.509924"], ["updated_at", "2017-09-17 22:53:30.509924"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abe@batz.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "abe@batz.com"], ["encrypted_password", "$2a$04$4JUYjI6uySr8TGDq2eKxBuLDEyJyIGzfoVGKCKI9OYSTxqt8RkWee"], ["created_at", "2017-09-17 22:53:30.522271"], ["updated_at", "2017-09-17 22:53:30.522271"], ["name", "Giuseppe McGlynn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Itaque qui libero. Quae voluptates consequatur veritatis enim dolorum. Repudiandae dolorem illum voluptas dolores suscipit fugit. Asperiores totam quia harum ipsa eos repellat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jairo Jones IV"], ["created_at", "2017-09-17 22:53:30.524553"], ["updated_at", "2017-09-17 22:53:30.524553"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "junius@little.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "junius@little.io"], ["encrypted_password", "$2a$04$7mp5EDHse/94weGsXUQYLuqsnIr4xmpWBgh7konMhrzg6XmtXQfI6"], ["created_at", "2017-09-17 22:53:30.537546"], ["updated_at", "2017-09-17 22:53:30.537546"], ["name", "Efrain McKenzie"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nine Coaches Waiting"], ["description", "Assumenda sapiente esse. Est eaque blanditiis sed omnis saepe facere harum. Quam ex officia et voluptatem qui vero ad. Excepturi magni et laborum at quia et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Andre Nicolas Sr."], ["created_at", "2017-09-17 22:53:30.539943"], ["updated_at", "2017-09-17 22:53:30.539943"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gino@pfeffer.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gino@pfeffer.io"], ["encrypted_password", "$2a$04$iC64zftU7LrJj96C7L0ddeWBB2672NnQI8/Egx2RDF35ZzfJ7HEpC"], ["created_at", "2017-09-17 22:53:30.551841"], ["updated_at", "2017-09-17 22:53:30.551841"], ["name", "Joannie Johns"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Let Us Now Praise Famous Men"], ["description", "Ut eos et iste quasi quo. Suscipit eum aliquid et est debitis et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alford Johns"], ["created_at", "2017-09-17 22:53:30.554079"], ["updated_at", "2017-09-17 22:53:30.554079"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sedrick_kovacek@trompconroy.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sedrick_kovacek@trompconroy.co"], ["encrypted_password", "$2a$04$8oZ7JG2akGY6wx/kmLdV0erGfjmaOWIhCgDIjt6bRbWdtBf58NILO"], ["created_at", "2017-09-17 22:53:30.566623"], ["updated_at", "2017-09-17 22:53:30.566623"], ["name", "Geovany Rutherford II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "No Longer at Ease"], ["description", "Et aut tempora inventore est. Qui sit quisquam autem dolores voluptatem qui. Ipsam commodi fugit laudantium non cupiditate. Iure perspiciatis consectetur est numquam eos ab."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Benjamin Blanda"], ["created_at", "2017-09-17 22:53:30.568854"], ["updated_at", "2017-09-17 22:53:30.568854"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ernestina_kub@huelsdach.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ernestina_kub@huelsdach.net"], ["encrypted_password", "$2a$04$efyJBvny.ZXnSjY9qkIrBenx.fErl96PfsUnL/8FsDnLmkFIXADVK"], ["created_at", "2017-09-17 22:53:30.581904"], ["updated_at", "2017-09-17 22:53:30.581904"], ["name", "Wilfrid Kunde"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "An Evil Cradling"], ["description", "Iusto itaque dolor fugit quibusdam repudiandae. Ipsam nisi commodi quidem velit qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Esteban Carter"], ["created_at", "2017-09-17 22:53:30.584077"], ["updated_at", "2017-09-17 22:53:30.584077"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "torrance@pouros.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "torrance@pouros.net"], ["encrypted_password", "$2a$04$V38eJ0WzvBofv9yEBwlKB.3Tf2QoG0Tzhmtf/D0wCvK3RJAVpzeWG"], ["created_at", "2017-09-17 22:53:30.596767"], ["updated_at", "2017-09-17 22:53:30.596767"], ["name", "Miss Darlene Little"], ["status", "t"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Daffodil Sky"], ["description", "Quis dignissimos velit neque eos distinctio ab in. Deleniti repellendus voluptas expedita temporibus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Armando Torphy"], ["created_at", "2017-09-17 22:53:30.600035"], ["updated_at", "2017-09-17 22:53:30.600035"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (91.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "margot@wizaeffertz.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "margot@wizaeffertz.info"], ["encrypted_password", "$2a$04$KnkCXcuwCKheLetYEEaIVOwk3hQbfsbuae4YrA3SJbKsdhI.iHama"], ["created_at", "2017-09-17 22:53:30.863643"], ["updated_at", "2017-09-17 22:53:30.863643"], ["name", "Julius Romaguera"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jane.altenwerth@danielstrosin.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jane.altenwerth@danielstrosin.io"], ["encrypted_password", "$2a$04$t4HTEJCbhLLPjtFdUKZcTOAVmSD5Yi2cjq4KvvZbQli16s8.VEdBS"], ["created_at", "2017-09-17 22:53:30.872716"], ["updated_at", "2017-09-17 22:53:30.872716"], ["name", "Ms. Cristal Stracke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "georgiana.will@hamill.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "georgiana.will@hamill.name"], ["encrypted_password", "$2a$04$hUnSp9fVxcSB613EFDr49.FwUvzCTXmlH62wJjHlM6fh4hJeCkTry"], ["created_at", "2017-09-17 22:53:30.882958"], ["updated_at", "2017-09-17 22:53:30.882958"], ["name", "Miss Ethyl Lebsack"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilburn@muellercorkery.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wilburn@muellercorkery.com"], ["encrypted_password", "$2a$04$bto0KUjbIgaxOPYulOzFwO1Q0cyqeTPTlKp6gEh2inZJ9gzXwM7Z2"], ["created_at", "2017-09-17 22:53:30.893207"], ["updated_at", "2017-09-17 22:53:30.893207"], ["name", "Yazmin Reynolds"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "janiya@durgan.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "janiya@durgan.org"], ["encrypted_password", "$2a$04$Wi3e.g8HFUarvKalWs0Hdulkv7JbE3BBYbL7V3eBH9ssTtTYiCRsK"], ["created_at", "2017-09-17 22:53:30.904811"], ["updated_at", "2017-09-17 22:53:30.904811"], ["name", "Miss Terrence Pacocha"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "karson@schimmel.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "karson@schimmel.biz"], ["encrypted_password", "$2a$04$Xd00z3FCaA3yH8N6LG3oqO6kjmzAv53qJj.JlqbZwfWbrNAq8ERn."], ["created_at", "2017-09-17 22:53:30.914856"], ["updated_at", "2017-09-17 22:53:30.914856"], ["name", "Torey Lakin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elenor.lang@beahanwest.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elenor.lang@beahanwest.org"], ["encrypted_password", "$2a$04$C8nfhME4fBhv0XILHI1j4.W8MAOB98b9jPOUNf4Ftb7LebfzA2NN6"], ["created_at", "2017-09-17 22:53:30.927041"], ["updated_at", "2017-09-17 22:53:30.927041"], ["name", "Marcelle Mann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (74.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (143.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joesph_hyatt@hageneshuel.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "joesph_hyatt@hageneshuel.co"], ["encrypted_password", "$2a$04$l7ov8I3jN0H68qFCj8PG0OIOshMjvq0IO6m.mejhaTvbMzNtuYM/S"], ["created_at", "2017-09-17 22:53:31.338806"], ["updated_at", "2017-09-17 22:53:31.338806"], ["name", "Narciso Cartwright"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 19:53:31 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 22:53:31.347414"], ["last_sign_in_at", "2017-09-17 22:53:31.347414"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 22:53:31.347866"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (3.6ms)
Rendered layouts/shared/_header.html.erb (1.2ms)

Completed 200 OK in 312ms (Views: 310.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (86.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lavonne@prosacco.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lavonne@prosacco.biz"], ["encrypted_password", "$2a$04$vo4nR34d1T3JSbAvjfzOtOZKgPZOHJoWTgfq8NA7ZgN9hOvyzlI2a"], ["created_at", "2017-09-17 22:53:31.915768"], ["updated_at", "2017-09-17 22:53:31.915768"], ["name", "Ms. Abelardo Aufderhar"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 19:53:31 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 22:53:31.917976"], ["last_sign_in_at", "2017-09-17 22:53:31.917976"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 22:53:31.918387"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (3.0ms)
Rendered layouts/shared/_header.html.erb (0.4ms)

Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.4ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 19:53:31 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.0ms)
Rendered users/sessions/new.html.erb within layouts/application (40.7ms)

Completed 200 OK in 48ms (Views: 43.9ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (80.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaeden@lindgreenfelder.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jaeden@lindgreenfelder.biz"], ["encrypted_password", "$2a$04$24XKmMCF5K2ZpR7F21rLSu1jPVqOOBF6otWhReRTsJkeoGUSpCTEm"], ["created_at", "2017-09-17 22:53:32.237521"], ["updated_at", "2017-09-17 22:53:32.237521"], ["name", "Adrian Runolfsson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 19:53:32 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 22:53:32.239698"], ["last_sign_in_at", "2017-09-17 22:53:32.239698"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 22:53:32.240066"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.2ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (103.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.0ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.0ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (77.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.2ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (81.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (98.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (88.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brennon@oreillyrempel.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brennon@oreillyrempel.info"], ["encrypted_password", "$2a$04$faTPAQlQsz/18IybUSYZR.6nTwGIniscV.DdIyE7Us5xGHvS/6f7u"], ["created_at", "2017-09-17 22:53:33.403584"], ["updated_at", "2017-09-17 22:53:33.403584"], ["name", "Miss Ivy Hickle"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Monkey's Raincoat"], ["description", "Sed aliquam repudiandae. Nostrum et ut voluptas totam explicabo. Temporibus est magni repellat rem similique. Amet explicabo et eum pariatur eveniet ut dolorum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Charlotte Watsica DDS"], ["created_at", "2017-09-17 22:53:33.405707"], ["updated_at", "2017-09-17 22:53:33.405707"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (6.6ms)
Rendered books/edit.html.erb (17.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (86.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rudy@rau.net"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rudy@rau.net"], ["encrypted_password", "$2a$04$wvzy.PK25DVBhcZ9LjqNCuaqCEQMkusYy/maWPQT8Qiqmw0r9LDd."], ["created_at", "2017-09-17 22:53:33.682958"], ["updated_at", "2017-09-17 22:53:33.682958"], ["name", "Fleta Romaguera"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 22:53:33.686640"], ["updated_at", "2017-09-17 22:53:33.686640"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 22:53:33.688772"], ["updated_at", "2017-09-17 22:53:33.688772"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (95.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.2ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (75.7ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clemens@dach.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "clemens@dach.net"], ["encrypted_password", "$2a$04$h9gTDNjpm6oYT6IGL88tcur.48KXibSCkF5Ie.3GsObLNOIPh0Jje"], ["created_at", "2017-09-17 22:53:33.967323"], ["updated_at", "2017-09-17 22:53:33.967323"], ["name", "Mrs. Bertha Ryan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.4ms)
Rendered books/new.html.erb (5.9ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (331.7ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.2ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 22:53:34.504515"], ["updated_at", "2017-09-17 22:53:34.504515"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (98.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.0ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (86.9ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (83.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.8ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.6ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (99.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (84.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (98.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maggie.ondricka@gorczany.io"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "maggie.ondricka@gorczany.io"], ["encrypted_password", "$2a$04$y5/Bhy1m1HDtEwTgguN3LO95s.KHeWBKryF7tMbrmF32BSyY6Zvha"], ["created_at", "2017-09-17 22:53:35.533204"], ["updated_at", "2017-09-17 22:53:35.533204"], ["name", "Tyrel Hagenes"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (9.7ms)
Rendered users/edit.html.erb (29.2ms)
 (0.3ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (80.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.6ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$wdXZkKv88hoNR4ICpUQ4uuTmzLk97aJeVmIpLw7dd/RP1i0/2M1b6"], ["created_at", "2017-09-17 22:53:35.836484"], ["updated_at", "2017-09-17 22:53:35.836484"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (85.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "ar_internal_metadata";
 (0.8ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.3ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (9.9ms)
Rendered users/new.html.erb (11.8ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (79.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.2ms)
Rendered users/sessions/new.html.erb (7.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.8ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "charlotte.mcglynn@runolfonstamm.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "charlotte.mcglynn@runolfonstamm.co"], ["encrypted_password", "$2a$04$XyOJ09tayqZa58Ec2c9VNO6p..8iJIMhkNvLem22isHhBqaZHQNxe"], ["created_at", "2017-09-17 22:53:36.609423"], ["updated_at", "2017-09-17 22:53:36.609423"], ["name", "Malvina Connelly"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (73.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.9ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.0ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  DROP TABLE IF EXISTS "books"
 (0.1ms)  SELECT sqlite_version(*)
 (113.5ms)  CREATE TABLE "books" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" text, "image" varchar, "status" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "author" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "user_id" integer)
 (155.3ms)  CREATE  INDEX "index_books_on_user_id" ON "books" ("user_id")
 (0.3ms)  DROP TABLE IF EXISTS "users"
 (98.0ms)  CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "email" varchar DEFAULT '' NOT NULL, "encrypted_password" varchar DEFAULT '' NOT NULL, "reset_password_token" varchar, "reset_password_sent_at" datetime, "remember_created_at" datetime, "sign_in_count" integer DEFAULT 0 NOT NULL, "current_sign_in_at" datetime, "last_sign_in_at" datetime, "current_sign_in_ip" varchar, "last_sign_in_ip" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "name" varchar, "status" boolean DEFAULT 'f', "deleted" boolean DEFAULT 'f', "admin" boolean DEFAULT 'f')
 (99.1ms)  CREATE UNIQUE INDEX "index_users_on_email" ON "users" ("email")
 (0.3ms)              SELECT sql
          FROM sqlite_master
          WHERE name='index_users_on_email' AND type='index'
          UNION ALL
          SELECT sql
          FROM sqlite_temp_master
          WHERE name='index_users_on_email' AND type='index'



 (87.4ms)  CREATE UNIQUE INDEX "index_users_on_reset_password_token" ON "users" ("reset_password_token")
 (99.6ms)  CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (78.2ms)  INSERT INTO "schema_migrations" (version) VALUES (20170917184150)
 (99.5ms)  INSERT INTO "schema_migrations" (version) VALUES

(20170917184031), (20170916144801), (20170916152429), (20170916144726);



 (130.3ms)  CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.1ms)  begin transaction
SQL (0.2ms)  INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)  [["key", "environment"], ["value", "test"], ["created_at", "2017-09-17 23:14:27.713939"], ["updated_at", "2017-09-17 23:14:27.713939"]]
 (66.6ms)  commit transaction
ActiveRecord::InternalMetadata Load (0.1ms)  SELECT  "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?  [["key", "environment"], ["LIMIT", 1]]
 (0.0ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.2ms)  begin transaction
 (0.2ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (51.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by Api::V1Controller#index as HTML Completed 401 Unauthorized in 5ms (ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (110.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (112.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction

Processing by Api::V1Controller#index as HTML

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]

Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (192.8ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (89.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "virgie_walter@wunsch.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "virgie_walter@wunsch.biz"], ["encrypted_password", "$2a$04$e/zwq.OOokxZhtgu2pGOmeF7J7Ol.ZI.CByQ42AAW3EbhHkhYyij6"], ["created_at", "2017-09-17 23:15:49.265869"], ["updated_at", "2017-09-17 23:15:49.265869"], ["name", "Mrs. Kiera Medhurst"], ["status", "t"]]
 (0.3ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]

Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "yesenia_douglas@wizabogan.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "yesenia_douglas@wizabogan.com"], ["encrypted_password", "$2a$04$579/iSuKtTPnf6NhccUxcug/JwPKCw3TSwWoNrB8tLm3KQtvGJz62"], ["created_at", "2017-09-17 23:15:49.289285"], ["updated_at", "2017-09-17 23:15:49.289285"], ["name", "Manuela Muller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Have His Carcase"], ["description", "Non adipisci maxime voluptatum. Quasi officia neque. Quis error qui aut ratione quisquam numquam nihil."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Malcolm Walter"], ["created_at", "2017-09-17 23:15:49.297964"], ["updated_at", "2017-09-17 23:15:49.297964"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (91.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (97.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joanne@nikolaus.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joanne@nikolaus.net"], ["encrypted_password", "$2a$04$fg5l9uIHp1BdoCWV6.NHNeSCywMXTrkaddxLtECcm6bM4Ru5NsS7W"], ["created_at", "2017-09-17 23:17:10.975001"], ["updated_at", "2017-09-17 23:17:10.975001"], ["name", "Gabriella Mueller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]

Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ila@moorebashirian.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ila@moorebashirian.org"], ["encrypted_password", "$2a$04$wM02lBK50h6vUj7qq3zMNe2LAyJ3wz7rwgpLTb.1QFGuRvt7GlKEG"], ["created_at", "2017-09-17 23:17:10.998659"], ["updated_at", "2017-09-17 23:17:10.998659"], ["name", "Katheryn Schmitt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Tiger! Tiger!"], ["description", "Minima voluptatem nemo aliquam quisquam tempore. Adipisci in doloribus iste nihil autem. Blanditiis quisquam dolor quia et consequatur cum asperiores. Corporis facere eum quas rerum commodi aut minima."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Piper Marks"], ["created_at", "2017-09-17 23:17:11.007031"], ["updated_at", "2017-09-17 23:17:11.007031"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (70.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (66.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maurice.tillman@schmidtkub.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maurice.tillman@schmidtkub.biz"], ["encrypted_password", "$2a$04$eGxOLfVI7Fe6/wsEDukq7Om79om6xG9kxHGsVKbczQ79kFySuADYy"], ["created_at", "2017-09-17 23:18:08.380059"], ["updated_at", "2017-09-17 23:18:08.380059"], ["name", "Jovanny Zemlak"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]

Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurine@mcglynn.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laurine@mcglynn.biz"], ["encrypted_password", "$2a$04$g/wZvEh/695pyttmKvHbsu.Qui68vxBuHfkXKMFjFqX.Y8uPJyGqu"], ["created_at", "2017-09-17 23:18:08.402291"], ["updated_at", "2017-09-17 23:18:08.402291"], ["name", "Cecelia Williamson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Wind's Twelve Quarters"], ["description", "In earum ut numquam et dignissimos et. Vel magnam ratione. Molestias aspernatur aut cupiditate et omnis mollitia. Debitis ut dignissimos praesentium ea earum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Deion Simonis"], ["created_at", "2017-09-17 23:18:08.410444"], ["updated_at", "2017-09-17 23:18:08.410444"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (145.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adella.macgyver@kodubuque.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adella.macgyver@kodubuque.net"], ["encrypted_password", "$2a$04$8V4xwUPBWTt.P9ZWdqyiJ.TuNKdy9AF5L8ZKxdwrspqWzochbzqEK"], ["created_at", "2017-09-17 23:19:51.433748"], ["updated_at", "2017-09-17 23:19:51.433748"], ["name", "Michael Schulist I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]

Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ozzie.corkery@morar.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ozzie.corkery@morar.biz"], ["encrypted_password", "$2a$04$Bw4GpcuPCT/E1e8C3iLbGuQbqdY1bN9xDkVIv5.FtXyhgAypDSGCG"], ["created_at", "2017-09-17 23:19:51.452059"], ["updated_at", "2017-09-17 23:19:51.452059"], ["name", "Sabryna Lindgren II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "A Time of Gifts"], ["description", "Facilis possimus iusto non inventore omnis architecto. Est ex velit voluptatem facere sit quisquam error."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Quincy Collins"], ["created_at", "2017-09-17 23:19:51.460253"], ["updated_at", "2017-09-17 23:19:51.460253"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Completed 406 Not Acceptable in 31ms (ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (181.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alvah@klein.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alvah@klein.co"], ["encrypted_password", "$2a$04$GONVxTbEIymy5NCtoMJQsuzZNG4vkf9ReSIB2GANQgLG5wi5yl3NG"], ["created_at", "2017-09-17 23:20:15.242806"], ["updated_at", "2017-09-17 23:20:15.242806"], ["name", "Beryl Fadel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]

Completed 200 OK in 7ms (Views: 0.7ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tianna@ferry.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tianna@ferry.net"], ["encrypted_password", "$2a$04$hokPxjNJUj8.9PpSohQjq.FiPjBgHo2tE0clQPrtBGnUt68GfTeKm"], ["created_at", "2017-09-17 23:20:15.259976"], ["updated_at", "2017-09-17 23:20:15.259976"], ["name", "Cicero Ryan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Many Waters"], ["description", "Temporibus atque quam tempora eveniet enim quas consequatur. Neque dolores optio consequatur explicabo similique voluptatibus sapiente. Quia sapiente inventore nulla corporis. Itaque quae ipsum aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tatum Fadel"], ["created_at", "2017-09-17 23:20:15.268472"], ["updated_at", "2017-09-17 23:20:15.268472"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]

Completed 200 OK in 4ms (Views: 0.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (151.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (62.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jed.casper@dachcartwright.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jed.casper@dachcartwright.co"], ["encrypted_password", "$2a$04$oHRitScY78Em0Qf.nJCfc.Hwc9WHWTu4gSz48lXcqpdSmf9XTOAVW"], ["created_at", "2017-09-17 23:20:27.040742"], ["updated_at", "2017-09-17 23:20:27.040742"], ["name", "Jacinthe Kunze"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]

Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.4ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilfred_bechtelar@mertzbradtke.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wilfred_bechtelar@mertzbradtke.info"], ["encrypted_password", "$2a$04$mdOAhHzeAj2A/qGOHly14eBBOO7Q.uDigzSGdZQUZxyObg9FRDZXC"], ["created_at", "2017-09-17 23:20:27.058414"], ["updated_at", "2017-09-17 23:20:27.058414"], ["name", "Jamison Rau"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Cover Her Face"], ["description", "Ea quia tenetur facere exercitationem eum. Numquam et ad."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Irving Kling"], ["created_at", "2017-09-17 23:20:27.067500"], ["updated_at", "2017-09-17 23:20:27.067500"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? AND "books"."id" = ? LIMIT ?  [["deleted", "f"], ["id", 1], ["LIMIT", 1]]

Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (82.8ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chad.casper@pfannerstill.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chad.casper@pfannerstill.org"], ["encrypted_password", "$2a$04$yYNRVYMXaR5uP84/UOcO7OoWwyRaE4z28gV1y7I3DmmQ62RBNBIRK"], ["created_at", "2017-09-17 23:27:06.021979"], ["updated_at", "2017-09-17 23:27:06.021979"], ["name", "Therese Schiller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
active_model_serializers

Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModelSerializers::Adapter::Attributes (0.14ms)

Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hugh_hartmann@graham.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hugh_hartmann@graham.co"], ["encrypted_password", "$2a$04$GSaPjMeL0GJbgbubmqx2ZO1uvzc3FwL2y5yfomNp8BWz2nhJs814e"], ["created_at", "2017-09-17 23:27:06.044652"], ["updated_at", "2017-09-17 23:27:06.044652"], ["name", "Kaitlin Barrows"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Consider the Lilies"], ["description", "Aut ipsam sit atque. Ea id provident. Iste unde sequi eum quidem. Saepe a aut in aperiam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Martin Crona"], ["created_at", "2017-09-17 23:27:06.053137"], ["updated_at", "2017-09-17 23:27:06.053137"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? AND "books"."id" = ? LIMIT ?  [["deleted", "f"], ["id", 1], ["LIMIT", 1]]
active_model_serializers

Rendered ActiveModel::Serializer::Null with Book (0.43ms)

Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (66.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "andrew@kuhic.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "andrew@kuhic.name"], ["encrypted_password", "$2a$04$Vta11bOmS.Y1RkHq96XJM.TNCDmTKYrVaY2lZC5x.1lqzHiLPxaBa"], ["created_at", "2017-09-17 23:27:06.267918"], ["updated_at", "2017-09-17 23:27:06.267918"], ["name", "Clay Luettgen"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shanelle.cruickshank@berge.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shanelle.cruickshank@berge.io"], ["encrypted_password", "$2a$04$NybfgkVBRvHWCyzWB4jxe./FC3zuYq01Ij81XMLkaXCjt5XMePhQ."], ["created_at", "2017-09-17 23:27:06.271995"], ["updated_at", "2017-09-17 23:27:06.271995"], ["name", "Mckenzie McCullough"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Stars' Tennis Balls"], ["description", "Et aut dicta distinctio quia suscipit sit qui. Sequi quisquam aut. Repudiandae recusandae voluptatem odit ut illum et neque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Eleonore Daugherty Sr."], ["created_at", "2017-09-17 23:27:06.273823"], ["updated_at", "2017-09-17 23:27:06.273823"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rolando.skiles@quitzonpfannerstill.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rolando.skiles@quitzonpfannerstill.name"], ["encrypted_password", "$2a$04$8r4kgDUxCtvCvBSwkuVNMeDN2Hu/BUakDvgy7NUGnKsxBJuppd4By"], ["created_at", "2017-09-17 23:27:06.293834"], ["updated_at", "2017-09-17 23:27:06.293834"], ["name", "Hilda Ziemann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zoe.becker@mcdermott.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zoe.becker@mcdermott.co"], ["encrypted_password", "$2a$04$pOqk8bdfdqPyGwtmKQVeQuX2i8jiJGYxlNDbOVGOzyzMguQuvjtFu"], ["created_at", "2017-09-17 23:27:06.299063"], ["updated_at", "2017-09-17 23:27:06.299063"], ["name", "Louie Schaden"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Beneath the Bleeding"], ["description", "Autem quidem quam. Laboriosam debitis nam qui labore velit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Bria Haag"], ["created_at", "2017-09-17 23:27:06.300824"], ["updated_at", "2017-09-17 23:27:06.300824"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cyril@adams.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cyril@adams.io"], ["encrypted_password", "$2a$04$M0azSge9wEj6JS/aWW1.OeO/CDHSsVWu/lBe89zmPiv07L8oRylxS"], ["created_at", "2017-09-17 23:27:06.315939"], ["updated_at", "2017-09-17 23:27:06.315939"], ["name", "Alec Kohler DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isac.heel@hartmannfarrell.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "isac.heel@hartmannfarrell.net"], ["encrypted_password", "$2a$04$GkXsQeBCVQ/x6IdiyP9pDOArdRC7tmQ3L1D0DytAA/D/MZUW2I.ay"], ["created_at", "2017-09-17 23:27:06.320658"], ["updated_at", "2017-09-17 23:27:06.320658"], ["name", "Kendrick Jacobson DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kenyatta_hoppe@rathlubowitz.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kenyatta_hoppe@rathlubowitz.biz"], ["encrypted_password", "$2a$04$O.1fXjYIBExIL2K26gNFWeabjZcAKLa7lgMvVFIQBonjJ.dveRajK"], ["created_at", "2017-09-17 23:27:06.332411"], ["updated_at", "2017-09-17 23:27:06.332411"], ["name", "Mrs. Violette Kiehn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eugenia@johnstonwalsh.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eugenia@johnstonwalsh.co"], ["encrypted_password", "$2a$04$L5RiT1UyFPn1GkViFDt7iuv2qz.R.rY9XJUgdShdXX7MYflJF8XzS"], ["created_at", "2017-09-17 23:27:06.337415"], ["updated_at", "2017-09-17 23:27:06.337415"], ["name", "Madyson Rau"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Alias et consequatur. Quia ipsum nemo laborum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Abagail Jast"], ["created_at", "2017-09-17 23:27:06.339900"], ["updated_at", "2017-09-17 23:27:06.339900"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "barney@rau.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "barney@rau.co"], ["encrypted_password", "$2a$04$lvn/Bpfn9hf.9QcJgLGxjeB2wNptx.QDlGS3h0e/2W5n.CUhSBUvG"], ["created_at", "2017-09-17 23:27:06.351916"], ["updated_at", "2017-09-17 23:27:06.351916"], ["name", "Alexandro Cormier"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jesus@bednargreenholt.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jesus@bednargreenholt.net"], ["encrypted_password", "$2a$04$NYCY4oyevVOZuCrOjssnV.27j.LrvBJ6hafgAGS5vxRyC9H2d4z4e"], ["created_at", "2017-09-17 23:27:06.356715"], ["updated_at", "2017-09-17 23:27:06.356715"], ["name", "Mrs. Addison Bogan"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Beatrice VonRueden", "description"=>"Ea et quis natus. Tempora nulla iure aut iusto consequatur voluptates illo. Quisquam reprehenderit magnam. Veniam dicta aut veritatis recusandae sunt.", "image"=>"http://lorempixel.com/200/200", "name"=>"Wildfire at Midnight", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Wildfire at Midnight"], ["description", "Ea et quis natus. Tempora nulla iure aut iusto consequatur voluptates illo. Quisquam reprehenderit magnam. Veniam dicta aut veritatis recusandae sunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Beatrice VonRueden"], ["created_at", "2017-09-17 23:27:06.368987"], ["updated_at", "2017-09-17 23:27:06.368987"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "raphael@hodkiewicz.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "raphael@hodkiewicz.org"], ["encrypted_password", "$2a$04$KQTiiYSTJ9KrJfi2RmG5Q.PaT8LgBPFZjlNIlDWJgdeXXsXiKZqti"], ["created_at", "2017-09-17 23:27:06.382100"], ["updated_at", "2017-09-17 23:27:06.382100"], ["name", "Clinton Bailey Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "percival.ankunding@volkman.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "percival.ankunding@volkman.net"], ["encrypted_password", "$2a$04$Z2LugI0/qRIRZPVWpE6j6uVbf/.qBQfCD7CT4Fmhcpm1VHGM4i8iO"], ["created_at", "2017-09-17 23:27:06.386203"], ["updated_at", "2017-09-17 23:27:06.386203"], ["name", "Jerod Stroman"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Elizabeth Baumbach", "description"=>"Necessitatibus quae doloribus. Commodi rerum accusamus enim tenetur ea quis non. Et architecto ut laborum quo.", "image"=>"http://lorempixel.com/200/200", "name"=>"Moab Is My Washpot", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Moab Is My Washpot"], ["description", "Necessitatibus quae doloribus. Commodi rerum accusamus enim tenetur ea quis non. Et architecto ut laborum quo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elizabeth Baumbach"], ["created_at", "2017-09-17 23:27:06.390393"], ["updated_at", "2017-09-17 23:27:06.390393"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eden@connelly.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "eden@connelly.com"], ["encrypted_password", "$2a$04$r5wihI/2TeXTu.nv5GDEcO2n6XfCYVCkBeygJhgIFeb/xsXOgOmQm"], ["created_at", "2017-09-17 23:27:06.403209"], ["updated_at", "2017-09-17 23:27:06.403209"], ["name", "Cydney Dietrich V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "matilda@larson.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "matilda@larson.name"], ["encrypted_password", "$2a$04$kG.f7SvEUvkKetNEbSh8WO6PKFWaWa5jUhSybb/yPX4PxjPC3xo3."], ["created_at", "2017-09-17 23:27:06.407616"], ["updated_at", "2017-09-17 23:27:06.407616"], ["name", "Miss Cheyanne Daniel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Vito Mayert", "description"=>"Quia temporibus nostrum qui in molestiae itaque velit. Iste sint quia ut quasi.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ansel@mannbrekke.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ansel@mannbrekke.io"], ["encrypted_password", "$2a$04$pHNBxpNFnIwWl.GViOnEXusb8JUn/9Tw16DzS7khrtEvxzZ0zJpAS"], ["created_at", "2017-09-17 23:27:06.423127"], ["updated_at", "2017-09-17 23:27:06.423127"], ["name", "Liza Dare"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lavon@bergnaum.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lavon@bergnaum.com"], ["encrypted_password", "$2a$04$mC0lOqt/OBDq4o6rAux1TOFArAKx5xieRFF5ukyN6WCn3Qmsy4XHa"], ["created_at", "2017-09-17 23:27:06.427458"], ["updated_at", "2017-09-17 23:27:06.427458"], ["name", "Albertha Ortiz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "What's Become of Waring"], ["description", "Est voluptas aperiam fuga animi. Nesciunt et ducimus autem aliquid. Aspernatur nesciunt culpa necessitatibus dolor occaecati quidem error. Praesentium velit eius."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Theodore Turcotte"], ["created_at", "2017-09-17 23:27:06.429502"], ["updated_at", "2017-09-17 23:27:06.429502"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-17 23:27:06.440550"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.5ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jensen_hintz@kaulke.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jensen_hintz@kaulke.biz"], ["encrypted_password", "$2a$04$5iZSz9vkTAUR1Pgi3VOKqeOyqr4l/eYwGDSgbTtL7.PqvSSuMar3m"], ["created_at", "2017-09-17 23:27:06.452089"], ["updated_at", "2017-09-17 23:27:06.452089"], ["name", "Luther Bogan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "libby@mayert.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "libby@mayert.org"], ["encrypted_password", "$2a$04$XiyLK2MgFel5ZZZ21N1Dvu7XV.CflSf5E9CPU4hbbybDQcQlUnf32"], ["created_at", "2017-09-17 23:27:06.457059"], ["updated_at", "2017-09-17 23:27:06.457059"], ["name", "April Frami"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Your Scattered Bodies Go"], ["description", "Sit ut et. Corporis reprehenderit occaecati exercitationem molestiae. Incidunt in voluptas non molestias explicabo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elmira Kutch"], ["created_at", "2017-09-17 23:27:06.460230"], ["updated_at", "2017-09-17 23:27:06.460230"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Elmira Kutch", "description"=>"Sit ut et. Corporis reprehenderit occaecati exercitationem molestiae. Incidunt in voluptas non molestias explicabo.", "image"=>"http://lorempixel.com/200/200", "name"=>"To Your Scattered Bodies Go", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "khalil@bradtkegleason.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "khalil@bradtkegleason.org"], ["encrypted_password", "$2a$04$uSCH246lh3SaWtX6zqEo1ei9PuDzmUtSPbLFwNJGFzgHOSGqOtNfy"], ["created_at", "2017-09-17 23:27:06.473887"], ["updated_at", "2017-09-17 23:27:06.473887"], ["name", "Celestine Windler"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lizeth@herzog.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lizeth@herzog.com"], ["encrypted_password", "$2a$04$nwAnCgbhSr1seP7dHClgbOKIy8MOzdLXqRIjw2q703auIuFFWqanu"], ["created_at", "2017-09-17 23:27:06.479440"], ["updated_at", "2017-09-17 23:27:06.479440"], ["name", "Mrs. Ashley Funk"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Wives of Bath"], ["description", "Ipsa quibusdam commodi. Pariatur facere voluptatum eaque. Ducimus ipsa necessitatibus quaerat autem reprehenderit debitis. Perspiciatis ut sequi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amanda Von"], ["created_at", "2017-09-17 23:27:06.481251"], ["updated_at", "2017-09-17 23:27:06.481251"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Harold Oberbrunner", "description"=>"Veniam omnis ea repellat at.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darlene_barton@dubuque.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "darlene_barton@dubuque.biz"], ["encrypted_password", "$2a$04$TRDRTuKxAiqYmPGR9M5TH.JKrLVxjafU3iO8Qnuqv5pmkSC4UCIha"], ["created_at", "2017-09-17 23:27:06.494144"], ["updated_at", "2017-09-17 23:27:06.494144"], ["name", "Zola Torphy Sr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brenden_considine@collins.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brenden_considine@collins.com"], ["encrypted_password", "$2a$04$Wxb7iwTvGLAshfpwl3V20e0Ri4FRS1WPw.nyjmMfVPaxmudgsOFLa"], ["created_at", "2017-09-17 23:27:06.499809"], ["updated_at", "2017-09-17 23:27:06.499809"], ["name", "Ava Christiansen IV"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "A Time of Gifts"], ["description", "Blanditiis nihil odio vitae modi id qui qui. Perspiciatis dolore odio velit corporis. Facere consectetur libero. Hic blanditiis quia omnis impedit distinctio quo magni."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Chelsey Carroll"], ["created_at", "2017-09-17 23:27:06.501596"], ["updated_at", "2017-09-17 23:27:06.501596"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 23:27:06.505596"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lucas.schoen@mcclure.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lucas.schoen@mcclure.io"], ["encrypted_password", "$2a$04$9jBI8LP.yUkAGwXRk2NRl.cxsQ1Qk2uzSChMu/i14EYImJ3dJIjgG"], ["created_at", "2017-09-17 23:27:06.514785"], ["updated_at", "2017-09-17 23:27:06.514785"], ["name", "Miss Arianna Herzog"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie@lebsack.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stevie@lebsack.io"], ["encrypted_password", "$2a$04$EfhSa1Ifak1fNjkxHU3/BuYCZknb7MfNaGcTzhl1BY8zZ02VMV8wm"], ["created_at", "2017-09-17 23:27:06.519950"], ["updated_at", "2017-09-17 23:27:06.519950"], ["name", "Domenico Hackett"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Everything is Illuminated"], ["description", "Ea voluptates accusantium qui sint ullam. Aperiam et tempora distinctio fugit. Facere natus eum. Itaque consequatur laboriosam perferendis quia et excepturi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ebony Bahringer DDS"], ["created_at", "2017-09-17 23:27:06.521789"], ["updated_at", "2017-09-17 23:27:06.521789"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 23:27:06.525033"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (42.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joana@reichelkovacek.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joana@reichelkovacek.co"], ["encrypted_password", "$2a$04$9WBT66gnW/NPpyBSBDO6SuuxApPaXW5nHvfCoRiiGvYOwhuj9W5n."], ["created_at", "2017-09-17 23:27:06.701601"], ["updated_at", "2017-09-17 23:27:06.701601"], ["name", "Koby Wiza"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Tirra Lirra by the River"], ["description", "Esse et non. Quis nemo assumenda id laboriosam. Ut saepe voluptates voluptatum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mariela Hahn"], ["created_at", "2017-09-17 23:27:06.703702"], ["updated_at", "2017-09-17 23:27:06.703702"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brionna.ward@feeney.info"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brionna.ward@feeney.info"], ["encrypted_password", "$2a$04$VPuCJmmsHT6Ro6nZJ7A.7ewgxo.Qg1WZJcZlMGqQag4jdNjFuZbr6"], ["created_at", "2017-09-17 23:27:06.716280"], ["updated_at", "2017-09-17 23:27:06.716280"], ["name", "Selmer Hilpert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Soldier's Art"], ["description", "Fuga perferendis excepturi. Sit pariatur voluptas ratione enim corrupti necessitatibus voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Tess Flatley"], ["created_at", "2017-09-17 23:27:06.720189"], ["updated_at", "2017-09-17 23:27:06.720189"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "paula.schumm@zemlak.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "paula.schumm@zemlak.biz"], ["encrypted_password", "$2a$04$ulChGE6sKgWOO8SnlsJL3eXHPmnYUk6AWkDT8w3zOkaA8zlL9Sn0."], ["created_at", "2017-09-17 23:27:06.732149"], ["updated_at", "2017-09-17 23:27:06.732149"], ["name", "Braden Tillman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (55.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hayden_hilpert@kerluke.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hayden_hilpert@kerluke.biz"], ["encrypted_password", "$2a$04$jXdCUzkNIxSOgZJsEfFBG.NtLCwlSLXtxW8ZL2DoWraP/VIuE0/GG"], ["created_at", "2017-09-17 23:27:06.933244"], ["updated_at", "2017-09-17 23:27:06.933244"], ["name", "Gregoria Brekke I"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$z6IyDixjS1R6AE3kD8HVzuazYwoykuQloBo4K.vZfPxgpDAZJLf2i"], ["created_at", "2017-09-17 23:27:06.936863"], ["updated_at", "2017-09-17 23:27:06.936863"], ["name", "Libby Abshire"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.4ms)

Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "selina@croninstroman.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "selina@croninstroman.io"], ["encrypted_password", "$2a$04$Jm1oX.LMv.ajwuLTDmTvPef81a2zk.xpfvxKpcEp.0vP75gxGvO9i"], ["created_at", "2017-09-17 23:27:06.952066"], ["updated_at", "2017-09-17 23:27:06.952066"], ["name", "Birdie Stokes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$MO98yLQACmQf7ZIlXz7gSutG1r./bT3/vt2Pk8nVkX3vQO3kCwrEy"], ["created_at", "2017-09-17 23:27:06.955775"], ["updated_at", "2017-09-17 23:27:06.955775"], ["name", "Woodrow Casper"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jonas@framinitzsche.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jonas@framinitzsche.org"], ["encrypted_password", "$2a$04$JL9M8PA5AzsFjPApHVT/A.wZO46qxXHdAvMj3sGYqEiyEn7sw1sPe"], ["created_at", "2017-09-17 23:27:06.969582"], ["updated_at", "2017-09-17 23:27:06.969582"], ["name", "Kaycee Leuschke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "octavia@kemmer.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "octavia@kemmer.net"], ["encrypted_password", "$2a$04$RO2K7.EmziZU7UW9Oa9T8eOOh0TZKR0a6pxPTXl97zt65FC.w40Wu"], ["created_at", "2017-09-17 23:27:06.982797"], ["updated_at", "2017-09-17 23:27:06.982797"], ["name", "Mr. Ayla Mertz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$1E9cF42rnSjOSNxImj98WewdiTIVSG5zgJcbVFCVTEmSkZ1WnehSq"], ["created_at", "2017-09-17 23:27:06.986539"], ["updated_at", "2017-09-17 23:27:06.986539"], ["name", "Delpha Oberbrunner"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "catherine.lebsack@damore.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "catherine.lebsack@damore.info"], ["encrypted_password", "$2a$04$0Z.4y5NC26.bJTO/k7RPy..10muouBfJZXy8fmFJXYvPCTrMs29WG"], ["created_at", "2017-09-17 23:27:06.998344"], ["updated_at", "2017-09-17 23:27:06.998344"], ["name", "Miss Josefina Okuneva"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"shawna@buckridge.name", "name"=>"Gonzalo Harber", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$ED2uCIL2Dd319RTNh7x0g.PAsru5udxDwHUJZRKQOBAS7OS1EGx.G"], ["created_at", "2017-09-17 23:27:07.006383"], ["updated_at", "2017-09-17 23:27:07.006383"], ["name", "Gonzalo Harber"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delmer@kreiger.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "delmer@kreiger.biz"], ["encrypted_password", "$2a$04$.9b39Sn1fqknR/Dfn4iz3uGy3bTva9Yp5DCgX2Wm9Qzlzq/QeACPy"], ["created_at", "2017-09-17 23:27:07.016178"], ["updated_at", "2017-09-17 23:27:07.016178"], ["name", "Carlie Renner II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"shawna@buckridge.name", "name"=>"Abe Stamm", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$pWZFC36C.depzaiLOSNNU.ONjtXivHrb47T7MGCu23b/54335I6pa"], ["created_at", "2017-09-17 23:27:07.023432"], ["updated_at", "2017-09-17 23:27:07.023432"], ["name", "Abe Stamm"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "karina_roberts@ritchie.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "karina_roberts@ritchie.co"], ["encrypted_password", "$2a$04$OfL6Vqs6xy9sS4uyYq48oecF/trfGUbc7DDcmRBoi6h3JekJyZS6u"], ["created_at", "2017-09-17 23:27:07.032951"], ["updated_at", "2017-09-17 23:27:07.032951"], ["name", "Miss Enos Durgan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Andre Yost", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shaina@shanahan.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "shaina@shanahan.co"], ["encrypted_password", "$2a$04$NpIDEyuFFkWKtjLU7.RqQOstxv.sv8Imm.HlNX0dxV4tT2hXe10cq"], ["created_at", "2017-09-17 23:27:07.048957"], ["updated_at", "2017-09-17 23:27:07.048957"], ["name", "Enos Bergstrom"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Axel Pfannerstill", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "neha@schmittschroeder.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "neha@schmittschroeder.info"], ["encrypted_password", "$2a$04$RP/kHLqTjJYUB.3bnEOIru1BZYW.R8XoyJPsTWXiOa.H25Tt3dq.i"], ["created_at", "2017-09-17 23:27:07.065323"], ["updated_at", "2017-09-17 23:27:07.065323"], ["name", "Benny Kris"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$E5Pj2BmaXMuc9JYNeRh.S.g5qvKK2Q9zUiESdfhF/MgoQjlzBHa32"], ["created_at", "2017-09-17 23:27:07.068947"], ["updated_at", "2017-09-17 23:27:07.068947"], ["name", "Amiya Johnston MD"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"eryn@dooleyleuschke.net", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "eryn@dooleyleuschke.net"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "eryn@dooleyleuschke.net"], ["encrypted_password", "$2a$04$tGTKJGiaRyH0nnlJbGgWh.wXYmOWWeSApC9Qlu41UnPJOE1Y20abS"], ["admin", "t"], ["status", "t"], ["updated_at", "2017-09-17 23:27:07.075033"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "breanne@goyettemayert.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "breanne@goyettemayert.net"], ["encrypted_password", "$2a$04$fSpDxmlxQi.aiYFzwswgjufAdU8W8.Y3e9NDjEubuKoEmHGaTDkBe"], ["created_at", "2017-09-17 23:27:07.086413"], ["updated_at", "2017-09-17 23:27:07.086413"], ["name", "Ernestina Goodwin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$UsBLtdYkR2NOWctOQchXk.u7MzDbNNHFR4zFSO41n.iFxjr6jwR9S"], ["created_at", "2017-09-17 23:27:07.090093"], ["updated_at", "2017-09-17 23:27:07.090093"], ["name", "Heath Dickens"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"shawna@buckridge.name", "name"=>"Heath Dickens", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$aP6RFxHLwUeJgcJdX0oiwuzQrZRYe5b/SWhmrlGOglS.yZzfwcN6i"], ["updated_at", "2017-09-17 23:27:07.095478"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chesley@westleuschke.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "chesley@westleuschke.org"], ["encrypted_password", "$2a$04$BE8ak9ClhBNa0BncYCxz1OcyvaCyg7T4iJPZhXd4htnNY.m6qhCHq"], ["created_at", "2017-09-17 23:27:07.106266"], ["updated_at", "2017-09-17 23:27:07.106266"], ["name", "Isai Beatty"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$IVvJWr2OW3Zt5PjvfghVT.YUCJIvDzX1UxV6RJLfGc57K096MObR."], ["created_at", "2017-09-17 23:27:07.109800"], ["updated_at", "2017-09-17 23:27:07.109800"], ["name", "Easter McGlynn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Johann Sporer", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delia.denesik@feeney.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "delia.denesik@feeney.name"], ["encrypted_password", "$2a$04$1OM9cO53F1zo8oUDVPnRT.cVbcNBssjC8r7mXGzmOyeJmOcHas7VG"], ["created_at", "2017-09-17 23:27:07.126872"], ["updated_at", "2017-09-17 23:27:07.126872"], ["name", "Tabitha Blanda"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$/t6qcW/1TZEdaC7frO8sLurmtb35Eej8O2193h.WvV03b994U22mG"], ["created_at", "2017-09-17 23:27:07.130520"], ["updated_at", "2017-09-17 23:27:07.130520"], ["name", "Jared Hahn"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 23:27:07.134334"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stevie.barton@braunkeebler.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stevie.barton@braunkeebler.info"], ["encrypted_password", "$2a$04$ftbD5cC1lfGTydeVit.12.IRTgzt4hEzbEV94lIu94MXf.DvoAM.q"], ["created_at", "2017-09-17 23:27:07.144303"], ["updated_at", "2017-09-17 23:27:07.144303"], ["name", "Johnnie Marks"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shawna@buckridge.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shawna@buckridge.name"], ["encrypted_password", "$2a$04$0CgHWddXedpH4Z37bAIge.50bwWIiiDDfbeRPqxuHHUAlHOX2fATS"], ["created_at", "2017-09-17 23:27:07.148016"], ["updated_at", "2017-09-17 23:27:07.148016"], ["name", "Cullen Jast"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-17 23:27:07.151267"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (81.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "al.konopelski@jerdepurdy.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "al.konopelski@jerdepurdy.name"], ["encrypted_password", "$2a$04$oUiseTWPgqkPjO/T2IUVU.2ekC2Ol6D8vmL0MIBc/LPkJ35RpcMJS"], ["created_at", "2017-09-17 23:27:07.565758"], ["updated_at", "2017-09-17 23:27:07.565758"], ["name", "Dorcas Swift"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Alone on a Wide, Wide Sea"], ["description", "Recusandae nobis odit dolor dicta. Necessitatibus tempore cupiditate ut mollitia et quis. Voluptatem officiis blanditiis ea voluptas dolorem sunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jacinthe O'Reilly"], ["created_at", "2017-09-17 23:27:07.568183"], ["updated_at", "2017-09-17 23:27:07.568183"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "audra@priceglover.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "audra@priceglover.co"], ["encrypted_password", "$2a$04$vSFLNqBIa.n8Qa3TR9ZrG.oZ8mGETWmrC0GXfGxlSj/9EJn/whf9m"], ["created_at", "2017-09-17 23:27:07.576944"], ["updated_at", "2017-09-17 23:27:07.576944"], ["name", "Emile Bins"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Infinite Jest"], ["description", "Vitae qui aut tempora sunt qui tenetur. Voluptatibus optio quis porro aut dolore voluptate. Quia debitis earum iure sequi est. Iste vitae ducimus et sequi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Andre Kunde"], ["created_at", "2017-09-17 23:27:07.578860"], ["updated_at", "2017-09-17 23:27:07.578860"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "beryl_breitenberg@mccullough.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "beryl_breitenberg@mccullough.io"], ["encrypted_password", "$2a$04$f9D2a9ftNJA30JG5t6KkrecV9GLwDThhS/WBDU0HMAro8mJzTMISW"], ["created_at", "2017-09-17 23:27:07.589496"], ["updated_at", "2017-09-17 23:27:07.589496"], ["name", "Parker Carroll"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Little Foxes"], ["description", "Similique saepe inventore. Repellendus temporibus atque officiis ut fugiat ut nam. Recusandae et sed vitae fuga. Amet quos molestiae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Lavina Ernser"], ["created_at", "2017-09-17 23:27:07.591650"], ["updated_at", "2017-09-17 23:27:07.591650"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "anderson.schroeder@towneswift.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "anderson.schroeder@towneswift.info"], ["encrypted_password", "$2a$04$4ZKp3uD.yV8U/5iTMEkK9ODao6kbwDPydB3aE8eHKwowzRVuSHmFu"], ["created_at", "2017-09-17 23:27:07.601150"], ["updated_at", "2017-09-17 23:27:07.601150"], ["name", "Emmanuel Kuhn Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Little Hands Clapping"], ["description", "Praesentium consequatur libero officiis consequatur. Ut dignissimos accusamus dicta dolorem ut nam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jarret Grant"], ["created_at", "2017-09-17 23:27:07.603296"], ["updated_at", "2017-09-17 23:27:07.603296"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brisa@casperprohaska.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brisa@casperprohaska.net"], ["encrypted_password", "$2a$04$4jpmyLJw8hUjNhoVYzYAkOid7oqtOx3rXm64ZtK9MwZJFnzRBigQm"], ["created_at", "2017-09-17 23:27:07.615312"], ["updated_at", "2017-09-17 23:27:07.615312"], ["name", "Cierra Jones"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nine Coaches Waiting"], ["description", "Cum et sit est enim sed animi commodi. In cupiditate vel est. Iusto et aut. Harum rerum consectetur qui possimus aliquam provident."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Herta Bernhard Jr."], ["created_at", "2017-09-17 23:27:07.617224"], ["updated_at", "2017-09-17 23:27:07.617224"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gilberto@beier.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gilberto@beier.org"], ["encrypted_password", "$2a$04$iNS3ruCHcT2xDEuK0nflZex2MCkKbenL15lOH2JDEGGh/SxSGcY7e"], ["created_at", "2017-09-17 23:27:07.630031"], ["updated_at", "2017-09-17 23:27:07.630031"], ["name", "Jadyn Franecki IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dance Dance Dance"], ["description", "Molestias distinctio unde vel. Quis totam at ut deleniti laudantium dolores in."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Amaya Goodwin"], ["created_at", "2017-09-17 23:27:07.632025"], ["updated_at", "2017-09-17 23:27:07.632025"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "curt@bosco.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "curt@bosco.io"], ["encrypted_password", "$2a$04$PyMrtWJutRvnixg1d3c1cOhn0/IoytwgcgsMgcGl4kQxB326FzjVy"], ["created_at", "2017-09-17 23:27:07.648109"], ["updated_at", "2017-09-17 23:27:07.648109"], ["name", "Andreanne Ruecker"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "This Lime Tree Bower"], ["description", "Consequatur ut ullam fuga qui quia voluptate. Mollitia in error placeat consequatur qui. Consequatur asperiores accusamus iste in reprehenderit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Arturo Bernier II"], ["created_at", "2017-09-17 23:27:07.650021"], ["updated_at", "2017-09-17 23:27:07.650021"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "granville.heel@barton.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "granville.heel@barton.name"], ["encrypted_password", "$2a$04$jelDjfkVpQtqZY9y9kIlie0B7JQDEnbmEeOrSX1cG7J8omQwo6Ppi"], ["created_at", "2017-09-17 23:27:07.659954"], ["updated_at", "2017-09-17 23:27:07.659954"], ["name", "Bud Hirthe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Golden Bowl"], ["description", "Fugiat velit nam. Suscipit ullam unde ex iure architecto quam voluptates. Natus earum et vel aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ella Baumbach IV"], ["created_at", "2017-09-17 23:27:07.661812"], ["updated_at", "2017-09-17 23:27:07.661812"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "saul_roob@grimesmuller.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "saul_roob@grimesmuller.org"], ["encrypted_password", "$2a$04$6AkGqN4q.qC1QjZCVyA9S./ZCnRC17n4Qcl6Gm.5VWRkyBAxKB3Zi"], ["created_at", "2017-09-17 23:27:07.674215"], ["updated_at", "2017-09-17 23:27:07.674215"], ["name", "Kayley Dibbert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Butter In a Lordly Dish"], ["description", "Assumenda voluptas sunt qui vel ipsam quo dolor. Sunt temporibus ut voluptate eum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Raheem Beatty"], ["created_at", "2017-09-17 23:27:07.676059"], ["updated_at", "2017-09-17 23:27:07.676059"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leonora_satterfield@heel.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leonora_satterfield@heel.net"], ["encrypted_password", "$2a$04$tJgwxr169pTNhIJCbxUWT.MRrX3w1sKPCW/Ff8Do7DqWSPDFui0FG"], ["created_at", "2017-09-17 23:27:07.688018"], ["updated_at", "2017-09-17 23:27:07.688018"], ["name", "Lisandro McGlynn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Say Nothing of the Dog"], ["description", "Eos sint aut. Doloribus soluta cumque iusto."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Marvin Koelpin"], ["created_at", "2017-09-17 23:27:07.690010"], ["updated_at", "2017-09-17 23:27:07.690010"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "millie.schulist@smitham.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "millie.schulist@smitham.net"], ["encrypted_password", "$2a$04$zidrEm01NnEcK0kSWIOOfucx946kq2y/21LvluS/aOFsIpzvCLFhC"], ["created_at", "2017-09-17 23:27:07.699970"], ["updated_at", "2017-09-17 23:27:07.699970"], ["name", "Brennan Fritsch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Cricket on the Hearth"], ["description", "Perferendis aliquam enim et libero. Ratione rem porro. Aut praesentium rerum exercitationem accusamus ea reiciendis doloribus. Quasi expedita pariatur sint."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rosamond Walter"], ["created_at", "2017-09-17 23:27:07.701796"], ["updated_at", "2017-09-17 23:27:07.701796"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jabari_conroy@larkinherman.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jabari_conroy@larkinherman.net"], ["encrypted_password", "$2a$04$ZlV8NAaZE.cDycpLOHuF7.jQxHkF7P/rDbN3cMlIrq9mY0Qwmjka6"], ["created_at", "2017-09-17 23:27:07.714899"], ["updated_at", "2017-09-17 23:27:07.714899"], ["name", "Mr. Nils Frami"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Say Nothing of the Dog"], ["description", "Numquam est et necessitatibus. Voluptas quo repellendus est iusto minus non. Amet sed sit earum facere esse. Officia et quisquam quam ex."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Darien Wisozk"], ["created_at", "2017-09-17 23:27:07.716804"], ["updated_at", "2017-09-17 23:27:07.716804"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mittie.mohr@prosacco.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mittie.mohr@prosacco.name"], ["encrypted_password", "$2a$04$5g8cCZpTvblOL6uEXjrSyuMkBztIlLaBy57gO6rOFtUkEVuwnI9d6"], ["created_at", "2017-09-17 23:27:07.729267"], ["updated_at", "2017-09-17 23:27:07.729267"], ["name", "Melvina Harris"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nectar in a Sieve"], ["description", "Nisi sunt accusantium esse minus corporis. Dignissimos dolore minima tenetur deleniti. Similique sed quas voluptatem nihil voluptatem amet. Eos optio voluptates."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Chester Schmeler"], ["created_at", "2017-09-17 23:27:07.731162"], ["updated_at", "2017-09-17 23:27:07.731162"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (155.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elijah@olson.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elijah@olson.co"], ["encrypted_password", "$2a$04$R6kJNl.xD347ZtrbKymeke3XVkNjzbDe5W81rQdOrGh9CoTbw1ZZK"], ["created_at", "2017-09-17 23:27:08.053255"], ["updated_at", "2017-09-17 23:27:08.053255"], ["name", "Maudie Mraz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "immanuel@gerlach.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "immanuel@gerlach.info"], ["encrypted_password", "$2a$04$89X8772SBnaTUvHhjhWJe.8Mdnqv9VT9JyL5G8NLrlxjg7HzXDrca"], ["created_at", "2017-09-17 23:27:08.061505"], ["updated_at", "2017-09-17 23:27:08.061505"], ["name", "Carmel Johns DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandra@hammes.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alexandra@hammes.net"], ["encrypted_password", "$2a$04$GJQrL7dMk30/nn94nqa43OD8LgZIzQ5A14DgnnAz1.em3CCU.mgMG"], ["created_at", "2017-09-17 23:27:08.069903"], ["updated_at", "2017-09-17 23:27:08.069903"], ["name", "Kari Skiles"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "treva@beer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "treva@beer.org"], ["encrypted_password", "$2a$04$LxoxHnh7zRdMc.Mw5ynvNeW.O5Fma7sC0Z0wAUYAeDZFEEfGTuDt6"], ["created_at", "2017-09-17 23:27:08.079787"], ["updated_at", "2017-09-17 23:27:08.079787"], ["name", "Devin Johns"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mohammad.dooley@legros.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mohammad.dooley@legros.info"], ["encrypted_password", "$2a$04$q/kWZ74/sdG4dJqJTsv0EehBRUb0SESAcUbVz6i1fHcCoeSBHJMMK"], ["created_at", "2017-09-17 23:27:08.089756"], ["updated_at", "2017-09-17 23:27:08.089756"], ["name", "Evalyn Lowe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "blanche@uptonschmidt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "blanche@uptonschmidt.org"], ["encrypted_password", "$2a$04$g3XFmo22D0FpvQY.HL0/N.YoefVho55nDc8u5cUn8xdLUlwQ1uKP."], ["created_at", "2017-09-17 23:27:08.099871"], ["updated_at", "2017-09-17 23:27:08.099871"], ["name", "Elliott Leannon"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stanton@waelchi.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "stanton@waelchi.org"], ["encrypted_password", "$2a$04$VJ6WZSvnz3Yym.xlRUsxMeoLy47pw9GW0LtK06RVtZipHuGLJLXJK"], ["created_at", "2017-09-17 23:27:08.110807"], ["updated_at", "2017-09-17 23:27:08.110807"], ["name", "Matilda Lesch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (52.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "derek@wisoky.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "derek@wisoky.net"], ["encrypted_password", "$2a$04$GOjHKFuDegeMWb88vm1Fj.7N.Bo1czFPdgzVXtlzoKDRQLRykVZLG"], ["created_at", "2017-09-17 23:27:08.361113"], ["updated_at", "2017-09-17 23:27:08.361113"], ["name", "Paxton Rowe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 20:27:08 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 23:27:08.369226"], ["last_sign_in_at", "2017-09-17 23:27:08.369226"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 23:27:08.369696"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (3.7ms)
Rendered layouts/shared/_header.html.erb (1.0ms)

Completed 200 OK in 10652ms (Views: 10650.3ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (122.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (67.9ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (51.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rupert_purdy@leuschkeyundt.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rupert_purdy@leuschkeyundt.io"], ["encrypted_password", "$2a$04$KFivmcUH1v3ofNPuiIUkduaC2Xqs..oYydkTy6odM08OMwpoN.rAi"], ["created_at", "2017-09-17 23:27:19.280925"], ["updated_at", "2017-09-17 23:27:19.280925"], ["name", "Jovan Wiegand"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 20:27:19 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 23:27:19.283021"], ["last_sign_in_at", "2017-09-17 23:27:19.283021"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 23:27:19.283454"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (2.2ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 20:27:19 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.1ms)
Rendered users/sessions/new.html.erb within layouts/application (30.2ms)

Completed 200 OK in 35ms (Views: 33.5ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (50.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (56.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kayleigh.cummerata@mcglynndoyle.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kayleigh.cummerata@mcglynndoyle.co"], ["encrypted_password", "$2a$04$EvSuszfoTRKpZaW035hSAOrxUt2s2AhiJ8dD3d0QQpGNeXW3U6LdK"], ["created_at", "2017-09-17 23:27:19.502866"], ["updated_at", "2017-09-17 23:27:19.502866"], ["name", "Robin Eichmann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 20:27:19 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-17 23:27:19.504979"], ["last_sign_in_at", "2017-09-17 23:27:19.504979"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-17 23:27:19.505390"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.2ms)
Rendered layouts/shared/_header.html.erb (0.4ms)

Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms)

 (0.4ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (47.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (41.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.0ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.2ms)  PRAGMA foreign_keys = OFF
 (61.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (51.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (61.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.2ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "manley@champlin.info"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "manley@champlin.info"], ["encrypted_password", "$2a$04$mjP8KapfjY1iUKDqRbsike9iu/IcQ6H/kAZSQbxsbxtaOnvuybkLG"], ["created_at", "2017-09-17 23:27:20.525733"], ["updated_at", "2017-09-17 23:27:20.525733"], ["name", "Mr. Sheila Lueilwitz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Those Barren Leaves, Thrones, Dominations"], ["description", "Ullam illum consequatur provident aperiam omnis. Quo quasi eius amet nobis id."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Haskell Toy"], ["created_at", "2017-09-17 23:27:20.529792"], ["updated_at", "2017-09-17 23:27:20.529792"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (7.3ms)
Rendered books/edit.html.erb (17.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (57.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "orie@lueilwitzstark.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "orie@lueilwitzstark.net"], ["encrypted_password", "$2a$04$OjxHu5jGKUbA8f5XJJLaJeuivkBZsuZUjIqQ9GdxHsQJYWzhlVJ5G"], ["created_at", "2017-09-17 23:27:20.769664"], ["updated_at", "2017-09-17 23:27:20.769664"], ["name", "Ryann Bergnaum MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 23:27:20.771406"], ["updated_at", "2017-09-17 23:27:20.771406"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-17 23:27:20.772757"], ["updated_at", "2017-09-17 23:27:20.772757"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (54.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brent@dickinson.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brent@dickinson.org"], ["encrypted_password", "$2a$04$u/a8evfGMhsWyydGfP4Lwu7mLBmWoQc6Ao5W2aq/1Ay3mehX5xkGC"], ["created_at", "2017-09-17 23:27:20.956833"], ["updated_at", "2017-09-17 23:27:20.956833"], ["name", "Gussie Kling"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (5.9ms)
Rendered books/new.html.erb (6.8ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (66.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-17 23:27:21.165960"], ["updated_at", "2017-09-17 23:27:21.165960"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.1ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (40.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (57.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (51.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (61.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "skylar_satterfield@lakin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "skylar_satterfield@lakin.net"], ["encrypted_password", "$2a$04$YemzWUWM2fgGCRGOYIA.FuxA7Bs3wo1gUWkx8eoG11dKSH2K1cCz2"], ["created_at", "2017-09-17 23:27:21.966332"], ["updated_at", "2017-09-17 23:27:21.966332"], ["name", "Antwon Dibbert"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (5.5ms)
Rendered users/edit.html.erb (16.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (85.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (129.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$0so1TcIHAbczTHZMm8UIBOScG1rxcb/QEySJiIXnzHXF9PcV0LPcS"], ["created_at", "2017-09-17 23:27:22.282007"], ["updated_at", "2017-09-17 23:27:22.282007"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (68.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.5ms)
Rendered users/new.html.erb (5.5ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (59.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.3ms)
Rendered users/sessions/new.html.erb (15.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (53.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nakia@reilly.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "nakia@reilly.info"], ["encrypted_password", "$2a$04$8pYgxFjUQkmTUiy2AgAfGOyiKx/b8fQsDCYSIZU8/9LF4nLhcbAie"], ["created_at", "2017-09-17 23:27:22.928335"], ["updated_at", "2017-09-17 23:27:22.928335"], ["name", "Jasmin Gottlieb"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (50.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosamond@champlin.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rosamond@champlin.co"], ["encrypted_password", "$2a$04$iD5Zrnt5uMyumUDX4lsuu.iijn9O.kfepdfk4R9Ky3qb8yHNuUwMC"], ["created_at", "2017-09-18 00:22:40.752201"], ["updated_at", "2017-09-18 00:22:40.752201"], ["name", "Una Erdman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
active_model_serializers

Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModel::Serializer::Adapter::JsonApi (3.31ms)

Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "arvilla_keebler@crona.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "arvilla_keebler@crona.info"], ["encrypted_password", "$2a$04$QUnMGjBZtyrANsEsZih5zeD7yCAKsU424/6cnlBOj1JIdmTXJChHK"], ["created_at", "2017-09-18 00:22:40.776550"], ["updated_at", "2017-09-18 00:22:40.776550"], ["name", "Electa Harvey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "To Your Scattered Bodies Go"], ["description", "Ullam omnis blanditiis labore qui neque aliquid ea. Pariatur itaque culpa doloribus nostrum sunt molestiae rerum. Culpa autem ut quia odit commodi adipisci tempore. Adipisci dolores corrupti veritatis ut sit omnis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Anjali Wolff"], ["created_at", "2017-09-18 00:22:40.786253"], ["updated_at", "2017-09-18 00:22:40.786253"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? AND "books"."id" = ? LIMIT ?  [["deleted", "f"], ["id", 1], ["LIMIT", 1]]
active_model_serializers

Rendered BookSerializer with ActiveModel::Serializer::Adapter::JsonApi (2.62ms)

Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (233.9ms)  DELETE FROM "books";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (57.7ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (75.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hilda_dibbert@grimeskeeling.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hilda_dibbert@grimeskeeling.io"], ["encrypted_password", "$2a$04$yQdWOHv0cL7oWDQp5zxRHe1z8NloTjzzc3qYfawXu0M.Bc2uI9dbG"], ["created_at", "2017-09-18 00:22:41.204377"], ["updated_at", "2017-09-18 00:22:41.204377"], ["name", "Katelynn Moen II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "webster@conroy.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "webster@conroy.name"], ["encrypted_password", "$2a$04$GkN0DrWCQ/nNSGJ.xiZi9e8GrwIW13Cry7p3GSsN6/XodKfPkE2i2"], ["created_at", "2017-09-18 00:22:41.208332"], ["updated_at", "2017-09-18 00:22:41.208332"], ["name", "Martin Hand"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Voluptate ipsum perferendis laudantium. Quo debitis aliquam repellendus est qui sequi amet. Ut id sed nostrum optio libero. Voluptas voluptatem qui natus est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Angelo Kemmer"], ["created_at", "2017-09-18 00:22:41.209991"], ["updated_at", "2017-09-18 00:22:41.209991"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sunny.muller@reynolds.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sunny.muller@reynolds.info"], ["encrypted_password", "$2a$04$sHNo4Kus0CZ56Wv3Mex7ieutZiktPKZFis7DBidvRK/vUUCzjSZTm"], ["created_at", "2017-09-18 00:22:41.228992"], ["updated_at", "2017-09-18 00:22:41.228992"], ["name", "Kirsten Hayes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gunnar@murraywhite.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gunnar@murraywhite.net"], ["encrypted_password", "$2a$04$dPUbWOuQD.wsmpzrl6pN4.L5Bg65xWbnilqrIB9Wr1R0omnv7cuo."], ["created_at", "2017-09-18 00:22:41.233456"], ["updated_at", "2017-09-18 00:22:41.233456"], ["name", "Gudrun Borer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Unweaving the Rainbow"], ["description", "Nihil sunt nostrum. In dolor quasi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Larissa DuBuque DVM"], ["created_at", "2017-09-18 00:22:41.235454"], ["updated_at", "2017-09-18 00:22:41.235454"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fausto@turcotte.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fausto@turcotte.com"], ["encrypted_password", "$2a$04$qEff4kVQ1APNYe64LJMPOeySEJ6StvEMm1OSbYXHoqJ73i2u1gdh."], ["created_at", "2017-09-18 00:22:41.251534"], ["updated_at", "2017-09-18 00:22:41.251534"], ["name", "Tad Lockman"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "haley.wilkinson@mueller.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "haley.wilkinson@mueller.io"], ["encrypted_password", "$2a$04$dbTcI52ruG5Ugxng/EfcCuPduHx.UnF0qGZhWdwqYDuuxCmFkOcca"], ["created_at", "2017-09-18 00:22:41.257048"], ["updated_at", "2017-09-18 00:22:41.257048"], ["name", "Guadalupe Prohaska"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "quentin@kelerdickinson.org"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "quentin@kelerdickinson.org"], ["encrypted_password", "$2a$04$17ESJ.HZb3jz3hgjiPMbXu6hTYaVb8Uho9qaY.IUcg5lBUu.bsr6m"], ["created_at", "2017-09-18 00:22:41.269364"], ["updated_at", "2017-09-18 00:22:41.269364"], ["name", "Vena Hudson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jamir@spinkacrooks.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jamir@spinkacrooks.net"], ["encrypted_password", "$2a$04$IrZIyF9xxKxfj8hMcXZaU.n0nYvNpkBDJ69AMY9sdux5MvrmfPKIG"], ["created_at", "2017-09-18 00:22:41.274699"], ["updated_at", "2017-09-18 00:22:41.274699"], ["name", "Kristoffer Kovacek"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Mermaids Singing"], ["description", "Id eos voluptas. Et neque minus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Toney Padberg PhD"], ["created_at", "2017-09-18 00:22:41.276809"], ["updated_at", "2017-09-18 00:22:41.276809"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wallace.paucek@mannblock.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wallace.paucek@mannblock.info"], ["encrypted_password", "$2a$04$kob9Z4UBDpfY5HsfZ17xcuOyWm9F7ocg6YqpLzji1MLhjRnZ19yWu"], ["created_at", "2017-09-18 00:22:41.290366"], ["updated_at", "2017-09-18 00:22:41.290366"], ["name", "Duane Spinka"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garth@lesch.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "garth@lesch.co"], ["encrypted_password", "$2a$04$N/UnEHAywy4EvIqEvqTmL.X4C65nSYnudWXJKdkVcFfDS.IGs252i"], ["created_at", "2017-09-18 00:22:41.294901"], ["updated_at", "2017-09-18 00:22:41.294901"], ["name", "Vella Torphy DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Jamir Mayert", "description"=>"Eum porro earum sed dolores. Omnis ut reprehenderit iusto dolor quo. Accusantium aut omnis quae. Fugiat aut est illo omnis ab.", "image"=>"http://lorempixel.com/200/200", "name"=>"Brandy of the Damned", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Brandy of the Damned"], ["description", "Eum porro earum sed dolores. Omnis ut reprehenderit iusto dolor quo. Accusantium aut omnis quae. Fugiat aut est illo omnis ab."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jamir Mayert"], ["created_at", "2017-09-18 00:22:41.307885"], ["updated_at", "2017-09-18 00:22:41.307885"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jordane@bruen.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jordane@bruen.info"], ["encrypted_password", "$2a$04$0XQI.ZHjRj7IvMokPfYa3.SgkzAua95ZWw6CdP3Q7zG.bzhi/HXea"], ["created_at", "2017-09-18 00:22:41.318627"], ["updated_at", "2017-09-18 00:22:41.318627"], ["name", "Isaiah Watsica"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travon.spencer@maggio.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "travon.spencer@maggio.net"], ["encrypted_password", "$2a$04$JqR5qLt8TBGShQ.UgC3rRuwp4sPPnMlx79G9BCLsrn0Exo5P50VOO"], ["created_at", "2017-09-18 00:22:41.323940"], ["updated_at", "2017-09-18 00:22:41.323940"], ["name", "Brannon Smitham"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Lupe Hills", "description"=>"Et assumenda alias ratione dolor aspernatur. Praesentium architecto voluptatibus dolorum. Explicabo aspernatur ipsum.", "image"=>"http://lorempixel.com/200/200", "name"=>"All the King's Men", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "All the King's Men"], ["description", "Et assumenda alias ratione dolor aspernatur. Praesentium architecto voluptatibus dolorum. Explicabo aspernatur ipsum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lupe Hills"], ["created_at", "2017-09-18 00:22:41.327644"], ["updated_at", "2017-09-18 00:22:41.327644"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stephan@markslabadie.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stephan@markslabadie.info"], ["encrypted_password", "$2a$04$cTD5MWS77hqsowUpy5Uma.nSLSZx727YuOwzfvp0ER1DdRlaRKSuW"], ["created_at", "2017-09-18 00:22:41.339579"], ["updated_at", "2017-09-18 00:22:41.339579"], ["name", "Mrs. Cooper Murray"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "donnie_ferry@stamm.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "donnie_ferry@stamm.name"], ["encrypted_password", "$2a$04$JgJMovRbJmHYoxWVPCKb9eItM.8JIXEoixewWTTUZPoWfoEh12tyW"], ["created_at", "2017-09-18 00:22:41.343642"], ["updated_at", "2017-09-18 00:22:41.343642"], ["name", "Levi Hackett"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Holly MacGyver", "description"=>"Quam et dolores numquam ut consequatur illum quae.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "edmond.aufderhar@huel.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "edmond.aufderhar@huel.name"], ["encrypted_password", "$2a$04$7LUwELrhzf5IO2Tbznp53eeN6zZmDT8kxuSeo0l4mBmkUFaVYHls6"], ["created_at", "2017-09-18 00:22:41.357054"], ["updated_at", "2017-09-18 00:22:41.357054"], ["name", "Willow Hammes I"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "liliane_borer@littlesmith.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "liliane_borer@littlesmith.biz"], ["encrypted_password", "$2a$04$BLaOWJVqNYlX1KOmxqodRe/rXMdbqVjmc4ok34LtSPUWX8dpe.xCy"], ["created_at", "2017-09-18 00:22:41.362243"], ["updated_at", "2017-09-18 00:22:41.362243"], ["name", "Darrel Gislason"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "An Acceptable Time"], ["description", "Officiis nihil eum qui nostrum. Est cumque cupiditate magni repellendus quibusdam dicta quas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Janet Rice"], ["created_at", "2017-09-18 00:22:41.364072"], ["updated_at", "2017-09-18 00:22:41.364072"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-18 00:22:41.367695"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garret_kiehn@macgyver.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "garret_kiehn@macgyver.com"], ["encrypted_password", "$2a$04$CQGJ4Pa4nBL7cwRcNmpn5e/zsa11NKVQsK9j9/098AAXsEIOt5q0y"], ["created_at", "2017-09-18 00:22:41.380062"], ["updated_at", "2017-09-18 00:22:41.380062"], ["name", "Francisca Wunsch"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kari_okon@powlowski.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kari_okon@powlowski.info"], ["encrypted_password", "$2a$04$/9y/J/AL.nc5JkM81YWCh.2eHQnCVf.oQKAqFzck8rFIQ5LtKYmu2"], ["created_at", "2017-09-18 00:22:41.384326"], ["updated_at", "2017-09-18 00:22:41.384326"], ["name", "Mr. Samantha Kirlin"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Golden Apples of the Sun"], ["description", "Ea perspiciatis iste maxime. Vero deleniti dolorem ut temporibus occaecati ad rerum. Est mollitia aut praesentium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Kathleen Walker"], ["created_at", "2017-09-18 00:22:41.386037"], ["updated_at", "2017-09-18 00:22:41.386037"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Ms. Kathleen Walker", "description"=>"Ea perspiciatis iste maxime. Vero deleniti dolorem ut temporibus occaecati ad rerum. Est mollitia aut praesentium.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Golden Apples of the Sun", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 2ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bailey@wisokybarton.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bailey@wisokybarton.co"], ["encrypted_password", "$2a$04$FP/vokcboY2isbLl3xWT7O.gj9mQycIZDmhA06yrsZZj3mhSn5zhy"], ["created_at", "2017-09-18 00:22:41.400507"], ["updated_at", "2017-09-18 00:22:41.400507"], ["name", "Mya Nolan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "braeden_schumm@treutel.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "braeden_schumm@treutel.io"], ["encrypted_password", "$2a$04$Ji2/Z8kvTK2mYwao4MrDeuwPV/mrEnQYkVMOuSk5lku68TBsy0Geu"], ["created_at", "2017-09-18 00:22:41.404768"], ["updated_at", "2017-09-18 00:22:41.404768"], ["name", "Kendra Kutch"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Consider Phlebas"], ["description", "Unde facilis eligendi et libero dolorum. Aspernatur iusto accusantium voluptatem dicta numquam dolorem exercitationem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Michelle Pfeffer"], ["created_at", "2017-09-18 00:22:41.406381"], ["updated_at", "2017-09-18 00:22:41.406381"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Mohammed Kuvalis", "description"=>"Neque sequi ut id. Quo id voluptatibus quis. Nemo voluptatem id rem deserunt eos.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ora@littel.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ora@littel.org"], ["encrypted_password", "$2a$04$YSaH7u1D3FUzKeCkC4SkHudrvKcbVmLWUdV0AcSnLv3.yNqQfkOam"], ["created_at", "2017-09-18 00:22:41.420148"], ["updated_at", "2017-09-18 00:22:41.420148"], ["name", "Karlie Barrows"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurie.bogisich@ullrich.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "laurie.bogisich@ullrich.org"], ["encrypted_password", "$2a$04$8iw3mMBTTWGhHCgujJ/q4urNAtAOSMqjvRhwTQZoQKw3dBrCOePye"], ["created_at", "2017-09-18 00:22:41.424266"], ["updated_at", "2017-09-18 00:22:41.424266"], ["name", "Sydni Mitchell IV"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "A Passage to India"], ["description", "Sequi laborum voluptatibus est amet deleniti. Qui quidem perspiciatis et corporis. Error aut aspernatur veniam dolor ut doloribus. Consequatur vitae aspernatur velit reiciendis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Christiana Spencer"], ["created_at", "2017-09-18 00:22:41.425863"], ["updated_at", "2017-09-18 00:22:41.425863"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:22:41.429608"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "amira@berge.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "amira@berge.com"], ["encrypted_password", "$2a$04$ip3lpvBgX/tVSr0102d2/uWhyBB8UEpZ62qZvUwjt0vitmWRuaPMi"], ["created_at", "2017-09-18 00:22:41.440591"], ["updated_at", "2017-09-18 00:22:41.440591"], ["name", "Isaac Osinski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abby@mertz.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "abby@mertz.co"], ["encrypted_password", "$2a$04$UMPbEqu5/FMt4rhQ.7IoHuWZifHiuioYmoyCfs8vfYqtp7LRCpmKe"], ["created_at", "2017-09-18 00:22:41.445636"], ["updated_at", "2017-09-18 00:22:41.445636"], ["name", "Miss Armando Kiehn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "To Say Nothing of the Dog"], ["description", "Quos animi autem id et quae impedit vel. Qui voluptatem explicabo consequatur eos quod aut sint. Provident adipisci et veniam at."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jayde Pollich"], ["created_at", "2017-09-18 00:22:41.447941"], ["updated_at", "2017-09-18 00:22:41.447941"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:22:41.451758"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (74.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jany.moore@stehr.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jany.moore@stehr.io"], ["encrypted_password", "$2a$04$PXI/6v8uqeEUAEEEYK5nGOlJ9iRS1u45sQwFeItmRjuFfwWPP1uRu"], ["created_at", "2017-09-18 00:22:41.704108"], ["updated_at", "2017-09-18 00:22:41.704108"], ["name", "Susan Cummerata"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Surprised by Joy"], ["description", "Labore provident inventore molestias et minus aut voluptates. Voluptatem et aperiam sed doloremque in corporis. Et dolorem ea recusandae dolore et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Jacky Turner"], ["created_at", "2017-09-18 00:22:41.706157"], ["updated_at", "2017-09-18 00:22:41.706157"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sadye@toyorn.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sadye@toyorn.com"], ["encrypted_password", "$2a$04$xgJx6O1XKFbqQZJQI5/SBO673Omjxl0ZNAmwO2LC9kSviDnVOfXA2"], ["created_at", "2017-09-18 00:22:41.721658"], ["updated_at", "2017-09-18 00:22:41.721658"], ["name", "Braden O'Kon Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Cabbages and Kings"], ["description", "Omnis excepturi voluptates esse. Voluptas quis error. Accusantium accusamus sit veniam sed."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rocio Ferry"], ["created_at", "2017-09-18 00:22:41.724141"], ["updated_at", "2017-09-18 00:22:41.724141"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "estefania.macejkovic@yost.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "estefania.macejkovic@yost.biz"], ["encrypted_password", "$2a$04$Dck0o1AEvxd7gLqfAlMenO6ApD2E64JuEz5z/2W0LhfLc523qC3DO"], ["created_at", "2017-09-18 00:22:41.736251"], ["updated_at", "2017-09-18 00:22:41.736251"], ["name", "Albert Lind"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (97.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kane@hodkiewiczgibson.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kane@hodkiewiczgibson.io"], ["encrypted_password", "$2a$04$vbtuTvhRh372p67egFunkuOWns6mT.XLu9zH7/5zQODJPdpi.k8tu"], ["created_at", "2017-09-18 00:22:42.031640"], ["updated_at", "2017-09-18 00:22:42.031640"], ["name", "Reanna Johnston"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$.USHVh/OfZLqJhDOldX.J.8wzIHHoiGy7nwy2GmTalN5P2HYfSQXO"], ["created_at", "2017-09-18 00:22:42.035888"], ["updated_at", "2017-09-18 00:22:42.035888"], ["name", "Sydnee Stracke"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.5ms)

Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ewald_ruecker@hoppe.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ewald_ruecker@hoppe.com"], ["encrypted_password", "$2a$04$KuzagtB/ZdsCnCO/BwKGJerBsStZudEjwJbEBbuewDg5dmmhmf3f6"], ["created_at", "2017-09-18 00:22:42.051444"], ["updated_at", "2017-09-18 00:22:42.051444"], ["name", "Gail Casper"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$eCRFocVXhcKpW.Dvhdrr2O/hHCwAaT8qlT2RXnuVaPYa3ydW4n292"], ["created_at", "2017-09-18 00:22:42.055455"], ["updated_at", "2017-09-18 00:22:42.055455"], ["name", "Kaden Ullrich"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jena_auer@nolan.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jena_auer@nolan.org"], ["encrypted_password", "$2a$04$vLSPXaazgideNNcnSwPJAOYAMpEjnF4gfoSeVFnQLrWNVkO72eTxK"], ["created_at", "2017-09-18 00:22:42.069506"], ["updated_at", "2017-09-18 00:22:42.069506"], ["name", "Domenic Sauer I"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "geraldine@wardmohr.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "geraldine@wardmohr.com"], ["encrypted_password", "$2a$04$pTI78L7zUQOm8IJi.vbLF.qJ0X/YJow33nq9wb3NFFzt.CNeFx8F."], ["created_at", "2017-09-18 00:22:42.082396"], ["updated_at", "2017-09-18 00:22:42.082396"], ["name", "Ross Rutherford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$CJCcj.pJ5X8aTkhL62X.HeUBq6EZCM8pym76wRx5uxYe.UFxG7joG"], ["created_at", "2017-09-18 00:22:42.086623"], ["updated_at", "2017-09-18 00:22:42.086623"], ["name", "Mazie Kerluke Jr."], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zachary@dare.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zachary@dare.org"], ["encrypted_password", "$2a$04$d8nxdQNI53L7/T11LVSQVe06TJ4R5bO2d84o1QDuXEuzIuxpV8dPu"], ["created_at", "2017-09-18 00:22:42.098561"], ["updated_at", "2017-09-18 00:22:42.098561"], ["name", "Keyon Leuschke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"ward@blanda.net", "name"=>"Emmett Johns", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$r/zmxysV8y9kY7EAJw/.V.J9C6XXzIERmjZNK9X05MtRBziCgY44."], ["created_at", "2017-09-18 00:22:42.107126"], ["updated_at", "2017-09-18 00:22:42.107126"], ["name", "Emmett Johns"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bernardo.turcotte@kirlin.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "bernardo.turcotte@kirlin.io"], ["encrypted_password", "$2a$04$9Wy.S9p25gQDoe6rMh.Uiu1s/Idm83Fq7kHjRKgIqCdgbw6HrNbHm"], ["created_at", "2017-09-18 00:22:42.116496"], ["updated_at", "2017-09-18 00:22:42.116496"], ["name", "Alivia Willms"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"ward@blanda.net", "name"=>"Miss Dan Weimann", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$87zLLjJmOFFX0TRc2Bky8.AptyhgugcKCLJRFCO5.TpwFdBrVZ2PK"], ["created_at", "2017-09-18 00:22:42.124126"], ["updated_at", "2017-09-18 00:22:42.124126"], ["name", "Miss Dan Weimann"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.7ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "norene_klein@hammes.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "norene_klein@hammes.co"], ["encrypted_password", "$2a$04$8foFQDP1Kj2uMPi8rXp4uO6jBAcRBLW6cF8vky4I2kECf.mnraXOu"], ["created_at", "2017-09-18 00:22:42.134189"], ["updated_at", "2017-09-18 00:22:42.134189"], ["name", "Mattie Adams"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Erika Krajcik V", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.6ms)

 (3.9ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "godfrey_cummings@wyman.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "godfrey_cummings@wyman.org"], ["encrypted_password", "$2a$04$1Aiyhrif1CkG92AjGr4o4eRUzXBm920HBSKY0YrOXHRIr/1E9eVVS"], ["created_at", "2017-09-18 00:22:42.154793"], ["updated_at", "2017-09-18 00:22:42.154793"], ["name", "Lessie Ward"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Libbie Kemmer", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 0.6ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "baylee_gaylord@hudsonbosco.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "baylee_gaylord@hudsonbosco.org"], ["encrypted_password", "$2a$04$t4e5/LJgMV1KLCzdsXPRLepyr2q56tW8nz9oXemNgMnHmbEhPOg82"], ["created_at", "2017-09-18 00:22:42.173101"], ["updated_at", "2017-09-18 00:22:42.173101"], ["name", "Rae Ziemann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$uisV//JaXEU5VhBizvbG0uInqDh.TtijJ40cHTKkdeRlrxGsjvig2"], ["created_at", "2017-09-18 00:22:42.176860"], ["updated_at", "2017-09-18 00:22:42.176860"], ["name", "Leanne Grant"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"devyn.windler@moore.info", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "devyn.windler@moore.info"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "devyn.windler@moore.info"], ["encrypted_password", "$2a$04$Sx87v..H5weYl9UGmZ8aQuLlrPO9RoOwXEiH8Y1lvJSLCMPROWS3q"], ["status", "f"], ["updated_at", "2017-09-18 00:22:42.185277"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 8ms (ActiveRecord: 0.8ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "krystal_damore@schiller.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "krystal_damore@schiller.net"], ["encrypted_password", "$2a$04$PYRGxzUy7fXlgWSxdtG6s.SLoYgGIBmRtAhSsWiw6/0GsyTPVmUoa"], ["created_at", "2017-09-18 00:22:42.197434"], ["updated_at", "2017-09-18 00:22:42.197434"], ["name", "Katheryn Braun"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$NPrRTTrg1de4G/s20LUrPOWdjhvFXCDof26xdUXu5ZyvkhgP/SDf."], ["created_at", "2017-09-18 00:22:42.202023"], ["updated_at", "2017-09-18 00:22:42.202023"], ["name", "Eleazar Mann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"ward@blanda.net", "name"=>"Eleazar Mann", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$wl2dHICKtSxfXag19XB2fOa52u0d902E0xY/I5N33Zhq9buYE/Lue"], ["updated_at", "2017-09-18 00:22:42.207668"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stanton@willms.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stanton@willms.com"], ["encrypted_password", "$2a$04$3NTjvTgcqcIdUCLIctwXnOijsNjfqJM4FvJJSJd5t2PzqMSdZx9PS"], ["created_at", "2017-09-18 00:22:42.218643"], ["updated_at", "2017-09-18 00:22:42.218643"], ["name", "Winfield Schoen V"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$UzOj6ckZ8BYz3p8HVxoOqeaNlwUbF8bspgLpbI178nexrxN3RNzRm"], ["created_at", "2017-09-18 00:22:42.223424"], ["updated_at", "2017-09-18 00:22:42.223424"], ["name", "Manuel Dooley"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Leonora Dare", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fiona@schulist.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fiona@schulist.name"], ["encrypted_password", "$2a$04$wUhY/G0p8tK.hPZMp7U7LOWKbFgqwDS3sAgjwxH1NUbr4Ud65X5MS"], ["created_at", "2017-09-18 00:22:42.239669"], ["updated_at", "2017-09-18 00:22:42.239669"], ["name", "Talia Armstrong"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$hbeOvVAjunHHakTrxXBrn.LkRkNgqLRkcVQR1mP2Odt9IWtgf286G"], ["created_at", "2017-09-18 00:22:42.244318"], ["updated_at", "2017-09-18 00:22:42.244318"], ["name", "Randal Olson MD"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:22:42.249337"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jay_king@abbottnicolas.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jay_king@abbottnicolas.com"], ["encrypted_password", "$2a$04$FC.Z2FeJAfiP16aj0fJS7uQU1.BX7.ynVlN4btBMuR3nPzmmncoJ."], ["created_at", "2017-09-18 00:22:42.258371"], ["updated_at", "2017-09-18 00:22:42.258371"], ["name", "Gilda Orn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ward@blanda.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ward@blanda.net"], ["encrypted_password", "$2a$04$B.5OFQNZv0VZkGfhtnVe/.WCT96Ak2Ra87FOlrplbzO9h4WE5ZGSa"], ["created_at", "2017-09-18 00:22:42.262925"], ["updated_at", "2017-09-18 00:22:42.262925"], ["name", "Frida Abbott"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:22:42.266923"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (69.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.5ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  PRAGMA foreign_keys
 (0.2ms)  PRAGMA foreign_keys = OFF
 (91.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hilbert@runolfon.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hilbert@runolfon.com"], ["encrypted_password", "$2a$04$.w3Yv.939DPJN2fzTfN1heNV7SRuZiGmUkydCYuyI.08YKpPYQiBm"], ["created_at", "2017-09-18 00:22:42.790542"], ["updated_at", "2017-09-18 00:22:42.790542"], ["name", "Uriel Hudson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "As I Lay Dying"], ["description", "Qui quis enim unde deserunt quia rem velit. Qui eius ratione."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Francisca Schamberger"], ["created_at", "2017-09-18 00:22:42.792533"], ["updated_at", "2017-09-18 00:22:42.792533"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kavon@bergnaum.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kavon@bergnaum.biz"], ["encrypted_password", "$2a$04$J9LtGYY.C62mDVldxLEwjezoVUVIvT4aG.wDYXeBjCZPlTus.6XWi"], ["created_at", "2017-09-18 00:22:42.800956"], ["updated_at", "2017-09-18 00:22:42.800956"], ["name", "Salvador Hills"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Beyond the Mexique Bay"], ["description", "Quo velit consequuntur nihil fuga. Aspernatur nemo optio eveniet. Nesciunt et voluptatem ratione quod est. Distinctio expedita assumenda iure."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gabrielle Prohaska"], ["created_at", "2017-09-18 00:22:42.803011"], ["updated_at", "2017-09-18 00:22:42.803011"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "orrin@funk.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "orrin@funk.com"], ["encrypted_password", "$2a$04$rmenLelG.q3bCdvR6UxPFO6sQmeLYeMmYR1Fqlm5KdupoPh0K0b.."], ["created_at", "2017-09-18 00:22:42.812684"], ["updated_at", "2017-09-18 00:22:42.812684"], ["name", "Uriah Rempel"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vanity Fair"], ["description", "Eveniet molestiae ut alias sed accusamus aut. Autem perspiciatis ipsam veritatis vel et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lucy Will"], ["created_at", "2017-09-18 00:22:42.814760"], ["updated_at", "2017-09-18 00:22:42.814760"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caidy.maggio@schuppe.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caidy.maggio@schuppe.net"], ["encrypted_password", "$2a$04$ymWeaFaPJtf2QzELWjTaVepZ8QzztGE4Z.3J37k1LhkiBLsfQWzmK"], ["created_at", "2017-09-18 00:22:42.823652"], ["updated_at", "2017-09-18 00:22:42.823652"], ["name", "Mrs. Keegan Keeling"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Things Fall Apart"], ["description", "Et deserunt et ratione sapiente aut omnis autem. Sunt quod distinctio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Declan Wiza"], ["created_at", "2017-09-18 00:22:42.826636"], ["updated_at", "2017-09-18 00:22:42.826636"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maci@collierwest.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maci@collierwest.biz"], ["encrypted_password", "$2a$04$wEdJ8yuOR3P2xZ9BE959auXRwycv8Z1RQVnB.6Q/0AiFod5VoXzey"], ["created_at", "2017-09-18 00:22:42.838311"], ["updated_at", "2017-09-18 00:22:42.838311"], ["name", "Adella Kunde"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Little Foxes"], ["description", "Qui voluptas sequi. Et porro exercitationem consequatur labore delectus provident illo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Robin Boyle"], ["created_at", "2017-09-18 00:22:42.840296"], ["updated_at", "2017-09-18 00:22:42.840296"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bertrand.anderson@grahamhansen.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bertrand.anderson@grahamhansen.co"], ["encrypted_password", "$2a$04$nIyf1UqXvxLK49/Uht1e1uiwfhsA20pqqkyd6i05F1vVPHP2s1vRO"], ["created_at", "2017-09-18 00:22:42.853235"], ["updated_at", "2017-09-18 00:22:42.853235"], ["name", "Valentina Bailey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vanity Fair"], ["description", "Qui nemo nihil architecto ut. Fuga nulla deleniti occaecati et a. Ea autem ipsum officia suscipit sed praesentium sed. Qui minus ab quos reprehenderit ex qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Laurence Howell V"], ["created_at", "2017-09-18 00:22:42.855411"], ["updated_at", "2017-09-18 00:22:42.855411"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jackeline_gerlach@bayergoodwin.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jackeline_gerlach@bayergoodwin.co"], ["encrypted_password", "$2a$04$gakqX9DANmIAm0eM13ePbu1Y8lVA7d9AiFKsR6QVDGWB0K2SPeDI."], ["created_at", "2017-09-18 00:22:42.867438"], ["updated_at", "2017-09-18 00:22:42.867438"], ["name", "Donavon Dickinson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Glory and the Dream"], ["description", "Omnis optio veniam quo. Praesentium optio dolorum inventore occaecati totam beatae asperiores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Celestine Barton"], ["created_at", "2017-09-18 00:22:42.870087"], ["updated_at", "2017-09-18 00:22:42.870087"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hunter.bradtke@hauck.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hunter.bradtke@hauck.co"], ["encrypted_password", "$2a$04$WOKlfzINVMLFKbL0LOwulu6OhnUA6WUcugXx0jUdDs3NDxTRsloim"], ["created_at", "2017-09-18 00:22:42.879939"], ["updated_at", "2017-09-18 00:22:42.879939"], ["name", "Giovanni Boyer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Beyond the Mexique Bay"], ["description", "Aliquam assumenda nulla et quibusdam saepe et ipsam. Deleniti veniam dolore et possimus cumque voluptatum mollitia. Eos sit quia eaque minus est."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kristy Boyle DDS"], ["created_at", "2017-09-18 00:22:42.881954"], ["updated_at", "2017-09-18 00:22:42.881954"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alta@lemke.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alta@lemke.com"], ["encrypted_password", "$2a$04$YaYLPAyphAM5iXTlIMqwYOWhoEYhiVZQXYG580C5lR4rYamOng7kq"], ["created_at", "2017-09-18 00:22:42.894949"], ["updated_at", "2017-09-18 00:22:42.894949"], ["name", "Orlando Beer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "When the Green Woods Laugh"], ["description", "Rerum eum et iure aut voluptatibus quia. Repudiandae aut aliquam quia amet molestiae in veniam. Quod est dolorem suscipit aliquam voluptas autem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Carlie Cummerata"], ["created_at", "2017-09-18 00:22:42.897092"], ["updated_at", "2017-09-18 00:22:42.897092"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "pablo@wolff.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "pablo@wolff.co"], ["encrypted_password", "$2a$04$w8LDBovinfj40ynVhI.xB.cimb.7O6acDOTtkHOoVpWei8Fgt1ESq"], ["created_at", "2017-09-18 00:22:42.910905"], ["updated_at", "2017-09-18 00:22:42.910905"], ["name", "Johathan Okuneva"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Clouds of Witness"], ["description", "Ut tempore est enim voluptatibus quaerat distinctio. Perspiciatis qui sunt voluptas nemo. Repellendus sed exercitationem aut tenetur dolorem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elwyn Corwin"], ["created_at", "2017-09-18 00:22:42.913295"], ["updated_at", "2017-09-18 00:22:42.913295"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "damion@doyle.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "damion@doyle.io"], ["encrypted_password", "$2a$04$RmZglcDiSyZKd3s8laX2..pQq78Z2bThLkzgo8ifsj2lsLXDaxRsq"], ["created_at", "2017-09-18 00:22:42.925221"], ["updated_at", "2017-09-18 00:22:42.925221"], ["name", "Mr. Genoveva Rolfson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Everything is Illuminated"], ["description", "Voluptatem ab sapiente nobis porro. Eligendi vero aspernatur molestiae ut fuga aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Torrey Balistreri"], ["created_at", "2017-09-18 00:22:42.928628"], ["updated_at", "2017-09-18 00:22:42.928628"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garret@pouros.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "garret@pouros.name"], ["encrypted_password", "$2a$04$lEk.srcGb5q8uhd3BbtP3uZUgv1FHChdMYCK8LEtdk2UeekAoh3bq"], ["created_at", "2017-09-18 00:22:42.940868"], ["updated_at", "2017-09-18 00:22:42.940868"], ["name", "Cordelia Senger"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Sing the Body Electric"], ["description", "Ab in dolorem aut possimus dicta. Voluptas soluta similique. Veritatis sit quasi ad qui sed et sint."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Imogene Thiel Jr."], ["created_at", "2017-09-18 00:22:42.943788"], ["updated_at", "2017-09-18 00:22:42.943788"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "theodore_schmeler@murphy.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "theodore_schmeler@murphy.co"], ["encrypted_password", "$2a$04$RncwfUFPnx.K.kdJCKLNwuoJwygCeiT..Gif8HgtdPO1nFOvkZjky"], ["created_at", "2017-09-18 00:22:42.957421"], ["updated_at", "2017-09-18 00:22:42.957421"], ["name", "Dante Schiller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Sing the Body Electric"], ["description", "Non dolore repellendus. Voluptate qui quia nihil ut tenetur sunt corporis. Ipsum magni illum maxime consequatur voluptatem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Llewellyn McGlynn"], ["created_at", "2017-09-18 00:22:42.960344"], ["updated_at", "2017-09-18 00:22:42.960344"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (92.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (130.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "bettye@conroykutch.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "bettye@conroykutch.name"], ["encrypted_password", "$2a$04$4ie8Xy4rworJn1plpOGbHOfbO/Hcru/yA7QRdsvx4JlzK.v5Lk72O"], ["created_at", "2017-09-18 00:22:43.290574"], ["updated_at", "2017-09-18 00:22:43.290574"], ["name", "Dr. Lauriane Mills"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "foster.mcdermott@larsonwuckert.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "foster.mcdermott@larsonwuckert.io"], ["encrypted_password", "$2a$04$Oyh74hhQGPL5NlC00NtBFO24odVDnlJsq3J3IaDaeOf0xAJEBqZsC"], ["created_at", "2017-09-18 00:22:43.299083"], ["updated_at", "2017-09-18 00:22:43.299083"], ["name", "Dexter Monahan II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carlotta@hegmann.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carlotta@hegmann.info"], ["encrypted_password", "$2a$04$wLlrHjhKNUzoOEU0TUZ/JeVazvtyqe51Kl.OQmeDmMbPPGTFVMc/u"], ["created_at", "2017-09-18 00:22:43.307113"], ["updated_at", "2017-09-18 00:22:43.307113"], ["name", "Mrs. Rosalind Terry"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eileen@walter.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eileen@walter.com"], ["encrypted_password", "$2a$04$HCUdb3PseitveYk7EekxPODYqyzdBygTC8lPGR7boW41dNHV30y1."], ["created_at", "2017-09-18 00:22:43.318764"], ["updated_at", "2017-09-18 00:22:43.318764"], ["name", "Nyasia Fahey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeffery@kris.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeffery@kris.biz"], ["encrypted_password", "$2a$04$xy8K.Js9Wsg6R8S/foQY0u14kqXwSNsnjPN6eNlTk.CRLzcUkqgYy"], ["created_at", "2017-09-18 00:22:43.329274"], ["updated_at", "2017-09-18 00:22:43.329274"], ["name", "Dr. Pablo O'Reilly"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kaandra@keebler.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kaandra@keebler.net"], ["encrypted_password", "$2a$04$Og5ikKJmU78/m22mMjfQVukdGGazZrjOyLuuDP05HZwafI.z2027."], ["created_at", "2017-09-18 00:22:43.342309"], ["updated_at", "2017-09-18 00:22:43.342309"], ["name", "Antonio Ward IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "blair.ruecker@marksmohr.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "blair.ruecker@marksmohr.org"], ["encrypted_password", "$2a$04$jgwrYJN5Z33F6QPBctYtButjq1MWn29hXdLCv6B0ONvTqFc80fbv."], ["created_at", "2017-09-18 00:22:43.354466"], ["updated_at", "2017-09-18 00:22:43.354466"], ["name", "Jasper Huels"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (100.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.3ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alexandria_kerluke@macejkovic.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alexandria_kerluke@macejkovic.com"], ["encrypted_password", "$2a$04$siZtpwbFIq5thPlDn0JY3eiPTzDfJ8.OtmLBAKh62giOFsfvV9Y.i"], ["created_at", "2017-09-18 00:22:43.713726"], ["updated_at", "2017-09-18 00:22:43.713726"], ["name", "Dr. Emerson Daugherty"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 21:22:43 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 00:22:43.722476"], ["last_sign_in_at", "2017-09-18 00:22:43.722476"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 00:22:43.722937"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (3.6ms)
Rendered layouts/shared/_header.html.erb (1.3ms)

Completed 200 OK in 3007ms (Views: 3005.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (128.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (134.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keyshawn.morar@roweschulist.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "keyshawn.morar@roweschulist.org"], ["encrypted_password", "$2a$04$Ggd7Q3H2ofaxmVGver.yAO0S5lEe7wwpBq8eafpRNJ5cHemVzhlrS"], ["created_at", "2017-09-18 00:22:47.095676"], ["updated_at", "2017-09-18 00:22:47.095676"], ["name", "Destiny Jast"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 21:22:47 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 00:22:47.097884"], ["last_sign_in_at", "2017-09-18 00:22:47.097884"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 00:22:47.098296"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (2.3ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 21:22:47 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.3ms)
Rendered users/sessions/new.html.erb within layouts/application (29.8ms)

Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (62.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "laurie_weimann@swaniawski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "laurie_weimann@swaniawski.co"], ["encrypted_password", "$2a$04$doB.hFflG8hSO98Iel56peMSs1TZawWNv77ihSNrtdPTX3fKWjqY."], ["created_at", "2017-09-18 00:22:47.384097"], ["updated_at", "2017-09-18 00:22:47.384097"], ["name", "Giovanni Jones"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 21:22:47 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 00:22:47.386278"], ["last_sign_in_at", "2017-09-18 00:22:47.386278"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 00:22:47.386685"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.3ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (69.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.0ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (74.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (134.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (87.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.6ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (89.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.4ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (84.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (82.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adriel_purdy@hane.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "adriel_purdy@hane.co"], ["encrypted_password", "$2a$04$J9OMyQNvRhMyRV4lZSZ1/u.dvzovxd3yaKn0brFqulAhpb2TH.lzy"], ["created_at", "2017-09-18 00:22:48.850098"], ["updated_at", "2017-09-18 00:22:48.850098"], ["name", "Helena Gulgowski I"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Sail Beyond the Sunset"], ["description", "Consequatur dignissimos nam nihil eos. Quibusdam ab sit. Qui est et et non aut et rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Johnny Hills"], ["created_at", "2017-09-18 00:22:48.852335"], ["updated_at", "2017-09-18 00:22:48.852335"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (7.3ms)
Rendered books/edit.html.erb (18.5ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (90.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (83.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marcus@bechtelar.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marcus@bechtelar.name"], ["encrypted_password", "$2a$04$KaX93T5CTjMEcG0snhY9H.zPVtl2wNaMTCXGTRdBI66nC2XRil7b6"], ["created_at", "2017-09-18 00:22:49.128449"], ["updated_at", "2017-09-18 00:22:49.128449"], ["name", "Miss Carmella Tillman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-18 00:22:49.130594"], ["updated_at", "2017-09-18 00:22:49.130594"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-18 00:22:49.132065"], ["updated_at", "2017-09-18 00:22:49.132065"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (65.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jamal.herman@jacobs.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jamal.herman@jacobs.com"], ["encrypted_password", "$2a$04$dtymdpsdeeuOP9TqAcjTw.d64rzRD.znyMMx375PFIwF1zbcRtMVm"], ["created_at", "2017-09-18 00:22:49.374183"], ["updated_at", "2017-09-18 00:22:49.374183"], ["name", "Dr. Tatyana Padberg"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.0ms)
Rendered books/new.html.erb (4.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (65.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (78.8ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (51.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-18 00:22:49.589722"], ["updated_at", "2017-09-18 00:22:49.589722"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (64.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (62.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (145.7ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (73.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (73.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "henri@franecki.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "henri@franecki.io"], ["encrypted_password", "$2a$04$XYcvDV2039fahbQ5LrkmJeLoMziNCysPjCikFzqdRyDUJspbPhow."], ["created_at", "2017-09-18 00:22:50.617262"], ["updated_at", "2017-09-18 00:22:50.617262"], ["name", "Christelle Lowe"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (5.9ms)
Rendered users/edit.html.erb (15.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (85.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (185.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$DrrCOlwdi6riUhJioAbGXOjXmUkoiCMciGPdEMnNYJEGrEed7L.dq"], ["created_at", "2017-09-18 00:22:51.023975"], ["updated_at", "2017-09-18 00:22:51.023975"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.4ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (93.5ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (112.2ms)  DELETE FROM "users";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (72.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (5.8ms)
Rendered users/new.html.erb (6.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (81.7ms)  DELETE FROM "books";
 (0.8ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (100.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.8ms)
Rendered users/sessions/new.html.erb (12.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (81.5ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.5ms)  DELETE FROM sqlite_sequence where name = 'users';
 (59.9ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myron.rogahn@bayerglover.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "myron.rogahn@bayerglover.biz"], ["encrypted_password", "$2a$04$gTc5riCbgNlLNLDo98L5sOSkZcHV5qcwdX9gf7Hb/SlovzYO25w52"], ["created_at", "2017-09-18 00:22:51.840730"], ["updated_at", "2017-09-18 00:22:51.840730"], ["name", "Chanel Price II"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (87.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (112.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emanuel@gleasonwintheiser.co"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emanuel@gleasonwintheiser.co"], ["encrypted_password", "$2a$04$43S8PG4f3/b6/sp/EqsIIO5cVYAm1o3CMYELXyFKFP1EYKe1FFJJu"], ["created_at", "2017-09-18 00:23:07.295908"], ["updated_at", "2017-09-18 00:23:07.295908"], ["name", "Kade West"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
active_model_serializers

Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModel::Serializer::Adapter::JsonApi (2.76ms)

Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vada.bednar@leannon.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vada.bednar@leannon.com"], ["encrypted_password", "$2a$04$vl57Py2mvjBFIjv6U.bD4.OiTz05LN2DRUG4kYApHiZaZZBEbB15O"], ["created_at", "2017-09-18 00:23:07.316725"], ["updated_at", "2017-09-18 00:23:07.316725"], ["name", "Douglas Considine"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "All the King's Men"], ["description", "Error et facere laudantium perferendis. Et nulla aut vel. Consequuntur necessitatibus commodi. Repellat consectetur repudiandae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Wayne Ruecker"], ["created_at", "2017-09-18 00:23:07.325356"], ["updated_at", "2017-09-18 00:23:07.325356"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? AND "books"."id" = ? LIMIT ?  [["deleted", "f"], ["id", 1], ["LIMIT", 1]]
active_model_serializers

Rendered BookSerializer with ActiveModel::Serializer::Adapter::JsonApi (5.27ms)

Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (87.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "melyna_schinner@watsica.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "melyna_schinner@watsica.net"], ["encrypted_password", "$2a$04$i0IxQHo613ZQYwPJmD.WXehltX9lRNGe6GzC6MNVau1bc30JqPzGi"], ["created_at", "2017-09-18 00:23:07.608686"], ["updated_at", "2017-09-18 00:23:07.608686"], ["name", "Merritt Renner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "salvador@braun.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "salvador@braun.info"], ["encrypted_password", "$2a$04$0q6xGGfyy6sWhwZdYK7gG.QtqugJ0i2lkIk09/Ih/6wri690FDwmW"], ["created_at", "2017-09-18 00:23:07.612831"], ["updated_at", "2017-09-18 00:23:07.612831"], ["name", "Shayna Hermiston"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Far-Distant Oxus"], ["description", "Optio iure aut illo iusto molestiae porro. Nemo nulla est nobis aut. Molestiae quod error id ipsa."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lempi Sanford"], ["created_at", "2017-09-18 00:23:07.614385"], ["updated_at", "2017-09-18 00:23:07.614385"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.6ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 5.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "janelle_kris@heelkoch.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "janelle_kris@heelkoch.info"], ["encrypted_password", "$2a$04$NcymSZ.ToYikRZ0zxbynsuUjJ5WL9qepyjHBzjgx73ZSUbG5UuMyG"], ["created_at", "2017-09-18 00:23:07.633751"], ["updated_at", "2017-09-18 00:23:07.633751"], ["name", "Krista Tillman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darryl.oconnell@okunevakeler.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "darryl.oconnell@okunevakeler.co"], ["encrypted_password", "$2a$04$WgOOWSOT6Sh2sluReiUla.3Y6l968rRt1dFTTYwBCySjArlQOAdIG"], ["created_at", "2017-09-18 00:23:07.637878"], ["updated_at", "2017-09-18 00:23:07.637878"], ["name", "Bennett Mosciski"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Oh! To be in England"], ["description", "Alias vel molestiae hic. Esse consequatur magni et et omnis possimus. Natus illo aut dolorem. Tenetur fuga impedit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gayle Harvey"], ["created_at", "2017-09-18 00:23:07.639572"], ["updated_at", "2017-09-18 00:23:07.639572"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosella_rippin@pacocha.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rosella_rippin@pacocha.name"], ["encrypted_password", "$2a$04$hLGNsEJHlRcEXSFJ7rYSKuFS5ZrwDuVnHF3qpiesWJ3/Kn1gOEv7q"], ["created_at", "2017-09-18 00:23:07.654128"], ["updated_at", "2017-09-18 00:23:07.654128"], ["name", "Mara Weimann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ciara_konopelski@schaden.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ciara_konopelski@schaden.info"], ["encrypted_password", "$2a$04$t/dMrDpFmcD7Kwu54Ny4geBAq1zXjW6KOSjdvZ1HQUpKa1G0Wdh9i"], ["created_at", "2017-09-18 00:23:07.658135"], ["updated_at", "2017-09-18 00:23:07.658135"], ["name", "Dr. Fabian Ward"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mathew@tillman.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mathew@tillman.com"], ["encrypted_password", "$2a$04$OXQC14QHYm1FgZIxrupPNu66I3Y6YUW3su9LBOSb8/PCVqbRHDlFC"], ["created_at", "2017-09-18 00:23:07.671511"], ["updated_at", "2017-09-18 00:23:07.671511"], ["name", "Franco Hirthe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ania@padberg.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ania@padberg.org"], ["encrypted_password", "$2a$04$2pE96R2XOZAcoJW2HNjEnuYKJVrWQHEVG0BgxaA9hAzYiIgALAya."], ["created_at", "2017-09-18 00:23:07.675527"], ["updated_at", "2017-09-18 00:23:07.675527"], ["name", "May Johnson"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Darkling Plain"], ["description", "Odio rem aut libero sint autem. Perspiciatis sit illo. Officia error voluptatum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Carmen Langosh"], ["created_at", "2017-09-18 00:23:07.677170"], ["updated_at", "2017-09-18 00:23:07.677170"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "craig.prosacco@haleyrogahn.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "craig.prosacco@haleyrogahn.biz"], ["encrypted_password", "$2a$04$YenDnCmb3ipXCzBbasS4J.EGZlv/uQ0phQrhyIZLjZ3yCGw9OWway"], ["created_at", "2017-09-18 00:23:07.690568"], ["updated_at", "2017-09-18 00:23:07.690568"], ["name", "Amanda Denesik"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "merl.wyman@barrowsgleichner.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "merl.wyman@barrowsgleichner.biz"], ["encrypted_password", "$2a$04$.8GdIbsDNGWbx09IV2PA9OxtsMJiwOSbp.XbQgB79YoC325pUUlTW"], ["created_at", "2017-09-18 00:23:07.694580"], ["updated_at", "2017-09-18 00:23:07.694580"], ["name", "Lilly Ward"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Silas D'Amore", "description"=>"Enim non sit qui velit vel. Id commodi dignissimos esse inventore sit.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Moon by Night", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moon by Night"], ["description", "Enim non sit qui velit vel. Id commodi dignissimos esse inventore sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Silas D'Amore"], ["created_at", "2017-09-18 00:23:07.706688"], ["updated_at", "2017-09-18 00:23:07.706688"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gilbert_marvin@will.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gilbert_marvin@will.io"], ["encrypted_password", "$2a$04$0qEJO7pJTT5w4lFEoVUfaeKAUEtJyAONq5NBQGaHRknX9d3wrRsPO"], ["created_at", "2017-09-18 00:23:07.716539"], ["updated_at", "2017-09-18 00:23:07.716539"], ["name", "Barry Stroman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "efren.gottlieb@herzog.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "efren.gottlieb@herzog.net"], ["encrypted_password", "$2a$04$ei.3cA2MBBClOVAK8exONOphoNXV7GKt2r1JzunkRvaK.WMA8oEqe"], ["created_at", "2017-09-18 00:23:07.720807"], ["updated_at", "2017-09-18 00:23:07.720807"], ["name", "Katharina Wilkinson V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Ms. Darby Ward", "description"=>"Voluptatibus et veniam tempore. Reprehenderit temporibus magnam omnis eveniet. Officiis molestiae et ad sunt. Minus voluptatem perspiciatis.", "image"=>"http://lorempixel.com/200/200", "name"=>"A Swiftly Tilting Planet", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Swiftly Tilting Planet"], ["description", "Voluptatibus et veniam tempore. Reprehenderit temporibus magnam omnis eveniet. Officiis molestiae et ad sunt. Minus voluptatem perspiciatis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Darby Ward"], ["created_at", "2017-09-18 00:23:07.725300"], ["updated_at", "2017-09-18 00:23:07.725300"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.6ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ardith@crooks.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ardith@crooks.biz"], ["encrypted_password", "$2a$04$zrdV2Xc56.8rbv5LkmDdauo2llB6r1Sw0P1bcwddJ8kSXYEZ0NYN6"], ["created_at", "2017-09-18 00:23:07.736828"], ["updated_at", "2017-09-18 00:23:07.736828"], ["name", "Brenda Mayer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marilyne@mayerwalsh.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marilyne@mayerwalsh.io"], ["encrypted_password", "$2a$04$0VrVBuhRylOEvonJI5JN9eZ3ycDsIDtuFrbk5Ax2If4nFD4kYAjyi"], ["created_at", "2017-09-18 00:23:07.740899"], ["updated_at", "2017-09-18 00:23:07.740899"], ["name", "Reina Howell"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Coleman Jerde", "description"=>"Sunt asperiores vel.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "agustin@balistreri.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "agustin@balistreri.biz"], ["encrypted_password", "$2a$04$T/tjLOoD0wewUcNAQPD0cOLhn4uRtFJ/.2qJ5awKySlZKJEtV.aPi"], ["created_at", "2017-09-18 00:23:07.755085"], ["updated_at", "2017-09-18 00:23:07.755085"], ["name", "Emmet Glover"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "willard@lowebailey.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "willard@lowebailey.co"], ["encrypted_password", "$2a$04$4D.MFZ/Tj5WqWKqcnalzeurt05/Ha6A62WFRwx9kBKZM7EkiZtLa6"], ["created_at", "2017-09-18 00:23:07.759183"], ["updated_at", "2017-09-18 00:23:07.759183"], ["name", "Aaliyah Cummerata"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Catskill Eagle"], ["description", "Accusantium vel sit ut ipsam laboriosam rem rerum. Et necessitatibus dolor et et exercitationem consequatur. Ducimus non eaque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jamie Schultz"], ["created_at", "2017-09-18 00:23:07.761913"], ["updated_at", "2017-09-18 00:23:07.761913"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-18 00:23:07.766753"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "estella_ziemann@ruecker.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "estella_ziemann@ruecker.biz"], ["encrypted_password", "$2a$04$GtStVK2WBfN1jOd0uRdjE.gEyh2jk5dT0vXttli4OCTQw2e9KVibG"], ["created_at", "2017-09-18 00:23:07.777576"], ["updated_at", "2017-09-18 00:23:07.777576"], ["name", "Freida Kertzmann MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sonya@gerhold.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sonya@gerhold.biz"], ["encrypted_password", "$2a$04$E5hZbScfQ04AfrJaJKLH7erH6U0xdBr40g9tgUoekik7UfQUjhbuq"], ["created_at", "2017-09-18 00:23:07.781599"], ["updated_at", "2017-09-18 00:23:07.781599"], ["name", "Simeon Klocko"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Number the Stars"], ["description", "Ut et aperiam quis amet quaerat delectus ab. Dolor modi optio. Rem dolorum est ipsa aliquid enim veritatis facere. Recusandae suscipit velit quo nostrum quis in itaque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Antonia Corwin"], ["created_at", "2017-09-18 00:23:07.783511"], ["updated_at", "2017-09-18 00:23:07.783511"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Antonia Corwin", "description"=>"Ut et aperiam quis amet quaerat delectus ab. Dolor modi optio. Rem dolorum est ipsa aliquid enim veritatis facere. Recusandae suscipit velit quo nostrum quis in itaque.", "image"=>"http://lorempixel.com/200/200", "name"=>"Number the Stars", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marguerite_schoen@lakin.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marguerite_schoen@lakin.org"], ["encrypted_password", "$2a$04$sEVJ8Xcw066tTZp3o6kjmu5RsbwWGTKseKU5Fe7GDqQNCNXnhPVt2"], ["created_at", "2017-09-18 00:23:07.797145"], ["updated_at", "2017-09-18 00:23:07.797145"], ["name", "Mr. Kristin Olson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "opal.erdman@braun.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "opal.erdman@braun.name"], ["encrypted_password", "$2a$04$0AvMKlsierLm5J3QrLxIYOc4BxgyKR.NLYqvvBCV1mSAaCsHfaPAW"], ["created_at", "2017-09-18 00:23:07.801156"], ["updated_at", "2017-09-18 00:23:07.801156"], ["name", "Tara Konopelski PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Death Be Not Proud"], ["description", "Eos ea libero. Et quis deserunt nisi. Ratione et mollitia aspernatur tenetur omnis rem. Enim quia illum velit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Arianna Kshlerin"], ["created_at", "2017-09-18 00:23:07.803753"], ["updated_at", "2017-09-18 00:23:07.803753"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Alexanne Olson", "description"=>"Aspernatur corrupti laborum saepe aut quos.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "annabell.herman@hodkiewicz.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "annabell.herman@hodkiewicz.co"], ["encrypted_password", "$2a$04$YzgoNnUU/40tj7goHrcnXuuPiCdVt0RPZbRpLDElsPYaD6YAybbIy"], ["created_at", "2017-09-18 00:23:07.817225"], ["updated_at", "2017-09-18 00:23:07.817225"], ["name", "Hardy Gerlach"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mallie_schroeder@dubuque.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mallie_schroeder@dubuque.info"], ["encrypted_password", "$2a$04$HCF3Dl9TncqTkjTOUU6GDOusfMH9XaF1mNoNDnD4YgTO5fxiOWBw2"], ["created_at", "2017-09-18 00:23:07.821410"], ["updated_at", "2017-09-18 00:23:07.821410"], ["name", "Oleta Yost"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "If Not Now, When?"], ["description", "Qui quia quia et et. Recusandae voluptatem perferendis. Enim culpa nihil. Debitis qui repudiandae accusantium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mike Dooley"], ["created_at", "2017-09-18 00:23:07.823083"], ["updated_at", "2017-09-18 00:23:07.823083"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:23:07.828523"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "edna_connelly@larson.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "edna_connelly@larson.org"], ["encrypted_password", "$2a$04$Ry4ioCfzAlc9yca/hH2r..RnYi73.bmFMsfDmHxVoqZaTFeVhI0rm"], ["created_at", "2017-09-18 00:23:07.837688"], ["updated_at", "2017-09-18 00:23:07.837688"], ["name", "Telly Casper"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "desmond_johnston@parker.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "desmond_johnston@parker.org"], ["encrypted_password", "$2a$04$p.X/LJyViVfy/V/oaU2QSOSsYpdHALFvIcrsQMOed6yEE/3wrvaZq"], ["created_at", "2017-09-18 00:23:07.841679"], ["updated_at", "2017-09-18 00:23:07.841679"], ["name", "Carlee Romaguera"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Doors of Perception"], ["description", "Recusandae itaque earum doloremque. Incidunt debitis quam. At nihil nisi quis commodi blanditiis doloribus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Colten Muller"], ["created_at", "2017-09-18 00:23:07.843489"], ["updated_at", "2017-09-18 00:23:07.843489"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:23:07.848156"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (71.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "toby@ornrowe.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "toby@ornrowe.org"], ["encrypted_password", "$2a$04$7e4i3AUTKbjuVZ5nFJrWxeku5hn7KLsS2ch7t6zr3PF9nGZDMVzfW"], ["created_at", "2017-09-18 00:23:08.092449"], ["updated_at", "2017-09-18 00:23:08.092449"], ["name", "Tito Jacobs"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Widening Gyre"], ["description", "Explicabo est tempora facilis dignissimos aut voluptatem et. Et corporis fugiat sit accusamus nulla. Sed dolor impedit. Molestiae nihil neque vel cupiditate eos."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Annamae Rolfson DVM"], ["created_at", "2017-09-18 00:23:08.094709"], ["updated_at", "2017-09-18 00:23:08.094709"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "boyd@aufderhar.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "boyd@aufderhar.org"], ["encrypted_password", "$2a$04$M0X.HW9qr5k15hX1MF0kpOxEVAzs.AXXtRqCgEfFYSUrzsTPWP6aG"], ["created_at", "2017-09-18 00:23:08.108977"], ["updated_at", "2017-09-18 00:23:08.108977"], ["name", "Melyssa Bode"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Of Mice and Men"], ["description", "Doloribus nisi et reprehenderit porro harum vel. Corporis id dolores quae qui ut minus non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mrs. Ottis Frami"], ["created_at", "2017-09-18 00:23:08.111466"], ["updated_at", "2017-09-18 00:23:08.111466"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ruthie.weber@marvin.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ruthie.weber@marvin.co"], ["encrypted_password", "$2a$04$3WPzmW//xuBoR.fxahdmz.6nDLO738bZK5a9TJ267a9tBFJqHcXnq"], ["created_at", "2017-09-18 00:23:08.129361"], ["updated_at", "2017-09-18 00:23:08.129361"], ["name", "Mrs. Marilou Ritchie"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (76.3ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (109.6ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (131.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "augusta@legros.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "augusta@legros.biz"], ["encrypted_password", "$2a$04$d6GSdFDEoXsVpDBHda/s3eEyJtYfVKl5Q5S1Hj0Si.aV2acBsP25i"], ["created_at", "2017-09-18 00:23:08.462548"], ["updated_at", "2017-09-18 00:23:08.462548"], ["name", "Ray Bashirian"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$9CkRW8Y.f6BMhShEBOwy9el3LoqIE2rmI6TdVHwVibbgj.ls39aRe"], ["created_at", "2017-09-18 00:23:08.466178"], ["updated_at", "2017-09-18 00:23:08.466178"], ["name", "Mekhi O'Kon"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.4ms)

Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "danielle_schinner@rosenbaumkuhic.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "danielle_schinner@rosenbaumkuhic.name"], ["encrypted_password", "$2a$04$H0HFuM3IQPianivREhhdn.byoP5U.pWTek8kYWrn44OHDZ1Pof8zm"], ["created_at", "2017-09-18 00:23:08.481168"], ["updated_at", "2017-09-18 00:23:08.481168"], ["name", "Opal Feil"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$dHZG6wPT1jLMqH/vYGQpiO3Ti3PxzFJqBEUf5Zkvr.VEWzRI9SD4C"], ["created_at", "2017-09-18 00:23:08.485057"], ["updated_at", "2017-09-18 00:23:08.485057"], ["name", "Annamarie Bayer"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.5ms)

Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "deangelo_walker@lueilwitz.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "deangelo_walker@lueilwitz.biz"], ["encrypted_password", "$2a$04$RzCJYi/e.aFY71ZPQtPQCOpjpf0wqtv9aft05mPuCkScJYWou1h9q"], ["created_at", "2017-09-18 00:23:08.498804"], ["updated_at", "2017-09-18 00:23:08.498804"], ["name", "Ms. Doyle Wolff"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darron_sawayn@towneheidenreich.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "darron_sawayn@towneheidenreich.info"], ["encrypted_password", "$2a$04$mqkdbFkOLLM81js7NQs.8uw1Z3I0AnwXkM0QPLpKjV9897n5b0Giq"], ["created_at", "2017-09-18 00:23:08.511271"], ["updated_at", "2017-09-18 00:23:08.511271"], ["name", "Elta Willms"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$Bp8gyz45qqFpnyORCwGCU.kNDnR61j2mZGsgUL82jLE2JrYqcmLPe"], ["created_at", "2017-09-18 00:23:08.515854"], ["updated_at", "2017-09-18 00:23:08.515854"], ["name", "Lurline Vandervort"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jayce.walsh@hauckmante.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jayce.walsh@hauckmante.net"], ["encrypted_password", "$2a$04$zaQJ3e3r/GFhPTAqhYxQDedNq5DYLhprvdM/udwSKRFG0EpJBQZ9m"], ["created_at", "2017-09-18 00:23:08.527932"], ["updated_at", "2017-09-18 00:23:08.527932"], ["name", "Mrs. Myrtice Morissette"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"ahmad@wiegandgorczany.io", "name"=>"Lessie Medhurst PhD", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$cu1I0QxWPmO2jjqooBpnNOeKisEkal01CxjlGfwj3YPbNKux6E1Iy"], ["created_at", "2017-09-18 00:23:08.536336"], ["updated_at", "2017-09-18 00:23:08.536336"], ["name", "Lessie Medhurst PhD"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "trevor_king@lueilwitz.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "trevor_king@lueilwitz.co"], ["encrypted_password", "$2a$04$dlhfPaHXyhZ6kODDB/2FGuO5V5YZMKBxC6MiHuv0mvOYP0VZzT0ku"], ["created_at", "2017-09-18 00:23:08.545526"], ["updated_at", "2017-09-18 00:23:08.545526"], ["name", "Nelson Spinka"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"ahmad@wiegandgorczany.io", "name"=>"Clinton Bednar", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$C7qmQtjznq3kYUGg7j4oWe1ITbgYhkJAB2ofSw4Kn/Au1J6nQAYIO"], ["created_at", "2017-09-18 00:23:08.553136"], ["updated_at", "2017-09-18 00:23:08.553136"], ["name", "Clinton Bednar"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garett.prosacco@lueilwitz.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "garett.prosacco@lueilwitz.biz"], ["encrypted_password", "$2a$04$PmBGwswP5tRIklPvEB179eS1N2gGXrz8lNFC7CzOHGbURpZOtv3Qu"], ["created_at", "2017-09-18 00:23:08.563044"], ["updated_at", "2017-09-18 00:23:08.563044"], ["name", "Maegan Kuhn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Dr. Jazmyne Abbott", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.7ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cameron@rausawayn.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cameron@rausawayn.org"], ["encrypted_password", "$2a$04$I6vY0EzVI4OsKtWDVymnPePyb3AE7fMkYJFQlBK1V9mk9jEAZQhr."], ["created_at", "2017-09-18 00:23:08.579574"], ["updated_at", "2017-09-18 00:23:08.579574"], ["name", "Albina Lebsack"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Hilma Schuster", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "irma@ritchieschneider.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "irma@ritchieschneider.com"], ["encrypted_password", "$2a$04$4fPyIJLULXoVp78jNHA6vOeEKDZbPQ/BhL5AsBDd../ahBN9GNZr6"], ["created_at", "2017-09-18 00:23:08.596322"], ["updated_at", "2017-09-18 00:23:08.596322"], ["name", "Alexzander Witting Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$BDKe9yOIbHKJin.SWX8FROFNpq7bWMXdpxqwHN.7SwlFbtXGDOdTi"], ["created_at", "2017-09-18 00:23:08.600209"], ["updated_at", "2017-09-18 00:23:08.600209"], ["name", "Dr. Yasmeen McClure"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"vallie@aufderhar.co", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "vallie@aufderhar.co"], ["id", 2], ["LIMIT", 1]]
SQL (0.2ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "vallie@aufderhar.co"], ["encrypted_password", "$2a$04$dkoDwXCZ3Ybm/YrMLMAdpuenXfIUkLjTVlX32ji0.1wGzplQs2MyC"], ["admin", "f"], ["updated_at", "2017-09-18 00:23:08.606490"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "antwon@keler.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "antwon@keler.com"], ["encrypted_password", "$2a$04$YZXlX8hYu3gp9JlIhvTABOJO/rtnNzdBGk/hiwiIAN4ubjTNHXnhK"], ["created_at", "2017-09-18 00:23:08.616536"], ["updated_at", "2017-09-18 00:23:08.616536"], ["name", "Lynn Hauck"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$7g/LXkl7The9H7GrNWLnn.su9S/yZOlZ7VbphhS/Brj77yvIrofdy"], ["created_at", "2017-09-18 00:23:08.620501"], ["updated_at", "2017-09-18 00:23:08.620501"], ["name", "Miss Kendrick Yost"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"ahmad@wiegandgorczany.io", "name"=>"Miss Kendrick Yost", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$8NXgOyQlxUeB67E/go8sr.PdMYWTuqjwv4vpT9ryF928alSIiYsRK"], ["updated_at", "2017-09-18 00:23:08.625832"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kris@shields.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kris@shields.biz"], ["encrypted_password", "$2a$04$XC.Pp1/MWJ45uAkb/CtGleRN6qKkliRlpJlmb6rwkkvu9F1V90hZW"], ["created_at", "2017-09-18 00:23:08.636662"], ["updated_at", "2017-09-18 00:23:08.636662"], ["name", "Forest Hane MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$LfFiWEn4dHBTTGAs0DKhnO65KSjxwJoHjr3RnIVIWjDqI3EVICxea"], ["created_at", "2017-09-18 00:23:08.640522"], ["updated_at", "2017-09-18 00:23:08.640522"], ["name", "Jana Torphy"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Terrell Tillman", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sigrid_kub@baileycorkery.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sigrid_kub@baileycorkery.info"], ["encrypted_password", "$2a$04$iJfjXPYgHI.8TSI0pLvipOe4EvA15w5dvADg8dL3jzLEB6CQiptGi"], ["created_at", "2017-09-18 00:23:08.657573"], ["updated_at", "2017-09-18 00:23:08.657573"], ["name", "Kiel Bartoletti"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$kWGcjpXK.VjQ0.wXaRvM7OscOtADE9mkVmA5A93g9bO2KTXd/YZXi"], ["created_at", "2017-09-18 00:23:08.661642"], ["updated_at", "2017-09-18 00:23:08.661642"], ["name", "Murphy Hills V"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:23:08.665679"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilmer@bechtelar.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wilmer@bechtelar.name"], ["encrypted_password", "$2a$04$O7uhw8Rkvs9bAw/ICYjhOe2xxX0Nl3YfmZ3XfxX0vX2zgPJBzCdsi"], ["created_at", "2017-09-18 00:23:08.676559"], ["updated_at", "2017-09-18 00:23:08.676559"], ["name", "Kirk Cummerata DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ahmad@wiegandgorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ahmad@wiegandgorczany.io"], ["encrypted_password", "$2a$04$setEoqYj5.rXfAfyTj.a8OyJ2gNynzvh1bD6sDkzXCnDiW9GBeayu"], ["created_at", "2017-09-18 00:23:08.680521"], ["updated_at", "2017-09-18 00:23:08.680521"], ["name", "Braulio Hirthe"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:23:08.683787"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (89.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (87.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (84.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brandy_haley@schiller.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "brandy_haley@schiller.io"], ["encrypted_password", "$2a$04$EP6eAGHddYKm4umhVpjIa.nSgfH85kxbgE7HyVCAlteqWjIaoI7wy"], ["created_at", "2017-09-18 00:23:09.218193"], ["updated_at", "2017-09-18 00:23:09.218193"], ["name", "Judy Douglas PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Mirror Crack'd from Side to Side"], ["description", "Omnis a deserunt maxime modi odit ab ad. Veritatis saepe voluptates pariatur sapiente."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Karolann Leffler"], ["created_at", "2017-09-18 00:23:09.220320"], ["updated_at", "2017-09-18 00:23:09.220320"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "priscilla@reichel.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "priscilla@reichel.org"], ["encrypted_password", "$2a$04$qZf0ggIErSgmj.vxu9PpAuq3peffASSnhEj4qh.S0n1AWIh5Rl5P2"], ["created_at", "2017-09-18 00:23:09.228743"], ["updated_at", "2017-09-18 00:23:09.228743"], ["name", "Mr. Guiseppe Ritchie"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In a Dry Season"], ["description", "Ducimus id sint perferendis. Non eum veritatis error hic voluptatem odio. Exercitationem dolorem sequi non quos repudiandae assumenda praesentium. Ut fuga repellat ut voluptatem necessitatibus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Angelo Labadie"], ["created_at", "2017-09-18 00:23:09.230719"], ["updated_at", "2017-09-18 00:23:09.230719"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gregorio@windler.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gregorio@windler.net"], ["encrypted_password", "$2a$04$Tl.lsSLtjDO2bYsQIfneeuN2MoKLGdPQouItEaFJ9DpD2TV3UPX9u"], ["created_at", "2017-09-18 00:23:09.241574"], ["updated_at", "2017-09-18 00:23:09.241574"], ["name", "Mrs. Gaetano Schroeder"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Your Scattered Bodies Go"], ["description", "Natus cupiditate molestiae sint nihil dignissimos iusto. Natus id voluptas vero et sint possimus quis. Dolor quia quam vel."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maci Erdman"], ["created_at", "2017-09-18 00:23:09.243609"], ["updated_at", "2017-09-18 00:23:09.243609"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kitty_renner@wolf.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kitty_renner@wolf.co"], ["encrypted_password", "$2a$04$ol7.HlNfFAmkcA5seMItkOKFjLaVAl5U9a2m9s02lG/COajwv6NCa"], ["created_at", "2017-09-18 00:23:09.252841"], ["updated_at", "2017-09-18 00:23:09.252841"], ["name", "Lia Mitchell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Edna O'Brien"], ["description", "Dolores iure quia corrupti doloremque. Nisi eum similique quis sit non rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Reymundo Swift"], ["created_at", "2017-09-18 00:23:09.254945"], ["updated_at", "2017-09-18 00:23:09.254945"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vernon@predovic.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vernon@predovic.com"], ["encrypted_password", "$2a$04$8RM.4q2fZAN2/J57/L6iNOkG.KnKvcCeyT7tMIOoi.DMM3t3oQ9BK"], ["created_at", "2017-09-18 00:23:09.266369"], ["updated_at", "2017-09-18 00:23:09.266369"], ["name", "Alexane Fahey IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Swiftly Tilting Planet"], ["description", "Ad distinctio nemo repellat amet eveniet nobis. Ab omnis et deserunt alias consequatur. Omnis dolorem quam eius quibusdam assumenda rerum. Velit laborum in omnis doloremque aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Micah Strosin V"], ["created_at", "2017-09-18 00:23:09.268544"], ["updated_at", "2017-09-18 00:23:09.268544"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lorena@corwin.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lorena@corwin.info"], ["encrypted_password", "$2a$04$U/wSOfWZp3rfoSKRIWMJYuO32evtUROTFcuyPFw.i5LIjYXPbhwu."], ["created_at", "2017-09-18 00:23:09.280605"], ["updated_at", "2017-09-18 00:23:09.280605"], ["name", "Nettie Rau"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Glory and the Dream"], ["description", "Quis labore illo quia est qui cumque illum. Dolore sunt amet aliquam assumenda ut et. Labore et laudantium ut nobis laboriosam ut. Ea nam laboriosam temporibus praesentium."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Beth Becker"], ["created_at", "2017-09-18 00:23:09.282686"], ["updated_at", "2017-09-18 00:23:09.282686"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lennie@hodkiewicz.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lennie@hodkiewicz.co"], ["encrypted_password", "$2a$04$TPW2O3mjUa10rQUDzZgC4u8.F8KNWjtQ9QvmnVZ8BMTOky.e3LN.G"], ["created_at", "2017-09-18 00:23:09.293706"], ["updated_at", "2017-09-18 00:23:09.293706"], ["name", "Einar Stracke"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Eyeless in Gaza"], ["description", "Minus et facilis magnam fugit qui. Omnis eius eum accusamus corrupti."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Andrew Anderson I"], ["created_at", "2017-09-18 00:23:09.296055"], ["updated_at", "2017-09-18 00:23:09.296055"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gonzalo@bartolettilebsack.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gonzalo@bartolettilebsack.co"], ["encrypted_password", "$2a$04$JS9G8yG/eHW4M5SeYiW5b.O1TSQFEYPDHy/wGoWHWU2BVEjew2yGm"], ["created_at", "2017-09-18 00:23:09.307299"], ["updated_at", "2017-09-18 00:23:09.307299"], ["name", "Aiden Towne"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Number the Stars"], ["description", "Et dolores voluptatem. Et et dicta. Voluptatem quam vel non quia est dolores rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Troy VonRueden"], ["created_at", "2017-09-18 00:23:09.309240"], ["updated_at", "2017-09-18 00:23:09.309240"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "daphne@torpgreenfelder.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "daphne@torpgreenfelder.biz"], ["encrypted_password", "$2a$04$Z8CWb0nnyv7VvYzgYJrLo.c3E8vSOIK6bg7Eey51y67UJiOl/1pki"], ["created_at", "2017-09-18 00:23:09.321955"], ["updated_at", "2017-09-18 00:23:09.321955"], ["name", "Mr. Flavio McGlynn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Let Us Now Praise Famous Men"], ["description", "Explicabo veritatis ut sit enim adipisci quisquam. Laborum voluptatem ipsa sequi vel fuga explicabo omnis. Est omnis facilis natus expedita."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Clark Stoltenberg"], ["created_at", "2017-09-18 00:23:09.324791"], ["updated_at", "2017-09-18 00:23:09.324791"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maurice@rutherford.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maurice@rutherford.io"], ["encrypted_password", "$2a$04$flBG68ozad2vQwBj/hSyNO0Moe/YWMhEYWRgrApI/teSHKKrgVxtG"], ["created_at", "2017-09-18 00:23:09.339843"], ["updated_at", "2017-09-18 00:23:09.339843"], ["name", "Marley Heaney"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Widening Gyre"], ["description", "Dolor corporis molestiae id ducimus reiciendis ut sit. Impedit natus libero. Ut necessitatibus eligendi error unde quae deserunt."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lyric Kovacek"], ["created_at", "2017-09-18 00:23:09.341889"], ["updated_at", "2017-09-18 00:23:09.341889"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "linnie_kautzer@hayesbecker.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "linnie_kautzer@hayesbecker.io"], ["encrypted_password", "$2a$04$e7Q0etcmbtFJg1hXdUkFVONRLwhHSkpEYmH9pIyRRhODNfG/NMIyG"], ["created_at", "2017-09-18 00:23:09.353083"], ["updated_at", "2017-09-18 00:23:09.353083"], ["name", "Jewel Renner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Soldier's Art"], ["description", "Et in repellendus qui voluptatem omnis nesciunt. Ut aut autem et ipsa. Quidem id quibusdam. Vitae omnis recusandae sint qui commodi modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Shanon Carter"], ["created_at", "2017-09-18 00:23:09.355327"], ["updated_at", "2017-09-18 00:23:09.355327"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hailee.reichert@emmerich.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hailee.reichert@emmerich.name"], ["encrypted_password", "$2a$04$aq9vuaY4vZ26Q3.ylC3Pa.kIbUDfpWb9m2gGBc9wkoLWPdP8XpRge"], ["created_at", "2017-09-18 00:23:09.367166"], ["updated_at", "2017-09-18 00:23:09.367166"], ["name", "Tyra Farrell IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Ring of Bright Water"], ["description", "Qui voluptatibus rem. Sed distinctio molestias. Incidunt qui libero necessitatibus nisi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Shanny McCullough"], ["created_at", "2017-09-18 00:23:09.369357"], ["updated_at", "2017-09-18 00:23:09.369357"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "meda.zieme@feilkrajcik.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "meda.zieme@feilkrajcik.biz"], ["encrypted_password", "$2a$04$pvOzgSKuSNm2IBncHQF71ulug5V6DeJyD0/7lyQq89LTL0NFqTIXm"], ["created_at", "2017-09-18 00:23:09.382548"], ["updated_at", "2017-09-18 00:23:09.382548"], ["name", "Miss Ubaldo Farrell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "This Lime Tree Bower"], ["description", "Fugit ut quia placeat saepe voluptatum aut culpa. Eum quos non nostrum atque molestiae. Dolores quod illo sed."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jackeline Hermiston"], ["created_at", "2017-09-18 00:23:09.384573"], ["updated_at", "2017-09-18 00:23:09.384573"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (84.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sigrid@schaden.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sigrid@schaden.com"], ["encrypted_password", "$2a$04$Q/BTsQIYXuZ6HxX5iFWAAOmNW7OoyaqCvjejGA8b1ciZiR7hj8niW"], ["created_at", "2017-09-18 00:23:09.616103"], ["updated_at", "2017-09-18 00:23:09.616103"], ["name", "Ashlee Beier"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "myrtie_gislason@marquardtankunding.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "myrtie_gislason@marquardtankunding.name"], ["encrypted_password", "$2a$04$nJ3pVTFDphWxliMN9bFii.hVzSBZRv6MReiFCgZjqUfkRucwXSEjq"], ["created_at", "2017-09-18 00:23:09.626259"], ["updated_at", "2017-09-18 00:23:09.626259"], ["name", "Miss Jason Wisoky"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "diamond.douglas@vandervort.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "diamond.douglas@vandervort.name"], ["encrypted_password", "$2a$04$PjvxJ2OBAmGZwcw7zEjJUu5AnZgJs7IJJcluJLYSDzzk67gUUp0eG"], ["created_at", "2017-09-18 00:23:09.634317"], ["updated_at", "2017-09-18 00:23:09.634317"], ["name", "Mr. Jarvis Windler"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorcas@herzog.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dorcas@herzog.info"], ["encrypted_password", "$2a$04$MvOkEMc9TYPWzMzJpdT5V.sJ3AfTRG5FLY5S5D/ygr7wMV.doy21m"], ["created_at", "2017-09-18 00:23:09.645949"], ["updated_at", "2017-09-18 00:23:09.645949"], ["name", "Wava Klein"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vincent@hayes.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "vincent@hayes.com"], ["encrypted_password", "$2a$04$grSpDJc.ez.cHSi2tkpvqO3wXPG1VDaLN8oNaWWuwqte2V1ubwVha"], ["created_at", "2017-09-18 00:23:09.655854"], ["updated_at", "2017-09-18 00:23:09.655854"], ["name", "Bart Nikolaus DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reinhold@cummings.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "reinhold@cummings.net"], ["encrypted_password", "$2a$04$tGmlZ6r2d1V0OY8.B9df.OSSW0DrZIWUg8Rbv4KOyhzvPf8Y7JVL6"], ["created_at", "2017-09-18 00:23:09.666803"], ["updated_at", "2017-09-18 00:23:09.666803"], ["name", "Randal Bogan DDS"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cameron@kihn.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cameron@kihn.net"], ["encrypted_password", "$2a$04$LbAISqHtIO1yWVgPn1uT6uRrISzrR7PnBljdasfKU7tHBNQ0qHVRK"], ["created_at", "2017-09-18 00:23:09.677080"], ["updated_at", "2017-09-18 00:23:09.677080"], ["name", "Houston Stokes"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (58.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.9ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "katelin@towne.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "katelin@towne.co"], ["encrypted_password", "$2a$04$ijXUrSerNuABy6OvaeuKb.6RiqnrJN0Z2fBZuPD5g4HCuJu507vge"], ["created_at", "2017-09-18 00:23:09.967310"], ["updated_at", "2017-09-18 00:23:09.967310"], ["name", "Lessie Bartoletti Jr."], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 21:23:09 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 00:23:09.975876"], ["last_sign_in_at", "2017-09-18 00:23:09.975876"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 00:23:09.976334"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (3.5ms)
Rendered layouts/shared/_header.html.erb (1.0ms)

Completed 200 OK in 305ms (Views: 303.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (74.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (87.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kali_lehner@bauch.com"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kali_lehner@bauch.com"], ["encrypted_password", "$2a$04$PCjjSRR13qLXRx7owUquiuirUtnY3ETm1rzZerDyeLidUE.r8EtQ6"], ["created_at", "2017-09-18 00:23:10.544392"], ["updated_at", "2017-09-18 00:23:10.544392"], ["name", "Kathryn Bayer"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 21:23:10 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 00:23:10.548757"], ["last_sign_in_at", "2017-09-18 00:23:10.548757"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 00:23:10.549178"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (2.0ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 21:23:10 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.0ms)
Rendered users/sessions/new.html.erb within layouts/application (27.7ms)

Completed 200 OK in 32ms (Views: 31.1ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (88.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (99.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "claria.prohaska@durganschneider.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "claria.prohaska@durganschneider.net"], ["encrypted_password", "$2a$04$JQE5ilbN41CxP1.m240rfeSkqeEYEds1A3SgaI1Ndp5BO3B6rUpHe"], ["created_at", "2017-09-18 00:23:10.870997"], ["updated_at", "2017-09-18 00:23:10.870997"], ["name", "Lorenza Waelchi MD"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 21:23:10 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 00:23:10.873107"], ["last_sign_in_at", "2017-09-18 00:23:10.873107"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 00:23:10.873465"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.1ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (70.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.0ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (75.9ms)  DELETE FROM "books";
 (0.6ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'books';
 (78.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (76.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (88.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "domenic@willmslubowitz.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "domenic@willmslubowitz.biz"], ["encrypted_password", "$2a$04$JTokJdZQTCD9Emo5oQ8.MealT9.g9k9fo0VYbcNWGlOOwXtbrXVxa"], ["created_at", "2017-09-18 00:23:33.557412"], ["updated_at", "2017-09-18 00:23:33.557412"], ["name", "Ms. Halle Klein"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
active_model_serializers

Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModel::Serializer::Adapter::JsonApi (3.13ms)

Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ida@macejkovicbrekke.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ida@macejkovicbrekke.biz"], ["encrypted_password", "$2a$04$2dN4jYpB3F4YKWaCSD2E7eYD4/gLtzClz8TGsv/DLwvXHszzrYEHK"], ["created_at", "2017-09-18 00:23:33.576923"], ["updated_at", "2017-09-18 00:23:33.576923"], ["name", "Sarah Turcotte"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "This Lime Tree Bower"], ["description", "Cumque blanditiis laudantium quos quas fugiat quia. Molestias quis esse nobis commodi expedita est aut. Accusantium sit iure esse optio voluptates ut officia. Fugit quibusdam voluptatibus modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lavern Brekke"], ["created_at", "2017-09-18 00:23:33.585397"], ["updated_at", "2017-09-18 00:23:33.585397"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? AND "books"."id" = ? LIMIT ?  [["deleted", "f"], ["id", 1], ["LIMIT", 1]]
active_model_serializers

Rendered BookSerializer with ActiveModel::Serializer::Adapter::JsonApi (1.8ms)

Completed 200 OK in 8ms (Views: 5.7ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (165.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "addie@murphyabbott.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "addie@murphyabbott.biz"], ["encrypted_password", "$2a$04$fgUbKuM.08ypV2Ulz8triuEN0/XgUYlaSdMe2iPhLf/4Z77v3eVmG"], ["created_at", "2017-09-18 00:23:33.969178"], ["updated_at", "2017-09-18 00:23:33.969178"], ["name", "Felton Kovacek"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "francesca.upton@halvorsonsipes.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "francesca.upton@halvorsonsipes.org"], ["encrypted_password", "$2a$04$s7hTGccJ.uhnEP4ZdVRcce/Qmm37UTCQJ/odjofUAkk/QS1FrmZCm"], ["created_at", "2017-09-18 00:23:33.973435"], ["updated_at", "2017-09-18 00:23:33.973435"], ["name", "Jamel Yundt"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Shall not Perish"], ["description", "Aperiam qui aut molestias voluptas quia. Odit consequatur ea. Necessitatibus perferendis nam porro nihil non. Veniam quaerat nihil illo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Trever Herman"], ["created_at", "2017-09-18 00:23:33.975031"], ["updated_at", "2017-09-18 00:23:33.975031"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 9ms (Views: 4.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hazle.murphy@fritsch.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hazle.murphy@fritsch.com"], ["encrypted_password", "$2a$04$QFrpNMC4MyS8P/5QUcU7t.qRDyzKAWV9Do7c1lJgvXn6BJiIoHBN6"], ["created_at", "2017-09-18 00:23:33.995314"], ["updated_at", "2017-09-18 00:23:33.995314"], ["name", "Jillian Torphy"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nadia@gutkowski.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nadia@gutkowski.name"], ["encrypted_password", "$2a$04$mQekNjW5nZFeRy6zaBIxVe1qLCYd5h7W8SgPvxGYZ/fnrNO4/UuJq"], ["created_at", "2017-09-18 00:23:33.999287"], ["updated_at", "2017-09-18 00:23:33.999287"], ["name", "Alberto Littel"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Jacob Have I Loved"], ["description", "Adipisci eum et ipsum quia cupiditate. Eos enim autem qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jayme Ritchie"], ["created_at", "2017-09-18 00:23:34.000988"], ["updated_at", "2017-09-18 00:23:34.000988"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marvin.bogisich@botsfordlynch.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marvin.bogisich@botsfordlynch.io"], ["encrypted_password", "$2a$04$Mn3iI8/QbVVGw.AHBFxNOuJe39VvpZ1wkQ0adj0s/23HURz3cL/FG"], ["created_at", "2017-09-18 00:23:34.016163"], ["updated_at", "2017-09-18 00:23:34.016163"], ["name", "Ernie Williamson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sim@nolangerlach.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sim@nolangerlach.biz"], ["encrypted_password", "$2a$04$8dqymlMlup6WtLFgkpGBcuc5nN31Q8MuukPUOq42.d4jBlogBUid."], ["created_at", "2017-09-18 00:23:34.020212"], ["updated_at", "2017-09-18 00:23:34.020212"], ["name", "Keith Okuneva"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kennedy_larkin@okeefe.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kennedy_larkin@okeefe.org"], ["encrypted_password", "$2a$04$5yGFr9jpRlEnfoy4CcRbh.Ackvw9F1MSM9IiK5Wxh8xKAG3hc9FL2"], ["created_at", "2017-09-18 00:23:34.032868"], ["updated_at", "2017-09-18 00:23:34.032868"], ["name", "Jevon Lemke"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dudley@kiehnconnelly.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dudley@kiehnconnelly.name"], ["encrypted_password", "$2a$04$tLHf6u8j2LK1Skd/dkJlCO5VpFZa/RgIEtdNkT82rfmo/TjAQVJae"], ["created_at", "2017-09-18 00:23:34.037043"], ["updated_at", "2017-09-18 00:23:34.037043"], ["name", "Justice Klein"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Surprised by Joy"], ["description", "Ut corrupti illo. Dolores consectetur sed totam quia. Iure reiciendis veritatis magnam sed laborum perspiciatis aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Corine Cremin"], ["created_at", "2017-09-18 00:23:34.038626"], ["updated_at", "2017-09-18 00:23:34.038626"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "yazmin_quigley@harber.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "yazmin_quigley@harber.org"], ["encrypted_password", "$2a$04$7n32aOd4TWcbDkso1AKiLe4N7BleIl43ZrEzXfudyl6OKa7xs0tge"], ["created_at", "2017-09-18 00:23:34.051070"], ["updated_at", "2017-09-18 00:23:34.051070"], ["name", "Antonio Hodkiewicz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jeremie@shanahan.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jeremie@shanahan.name"], ["encrypted_password", "$2a$04$7pCRQCQtBYSM3f/Zv4Mlre91OxhDqzEk7Q1qpB5qyyXGO9NNnkuBy"], ["created_at", "2017-09-18 00:23:34.055710"], ["updated_at", "2017-09-18 00:23:34.055710"], ["name", "Gillian Breitenberg V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Joanny Trantow", "description"=>"Soluta corrupti rerum deserunt repellat. Architecto eaque ad enim magni ut. Fuga dolorum sint odio aperiam laudantium eaque. Quis maiores facere totam ut consequuntur quod.", "image"=>"http://lorempixel.com/200/200", "name"=>"In a Dry Season", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In a Dry Season"], ["description", "Soluta corrupti rerum deserunt repellat. Architecto eaque ad enim magni ut. Fuga dolorum sint odio aperiam laudantium eaque. Quis maiores facere totam ut consequuntur quod."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Joanny Trantow"], ["created_at", "2017-09-18 00:23:34.066250"], ["updated_at", "2017-09-18 00:23:34.066250"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tamia@bogandoyle.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tamia@bogandoyle.co"], ["encrypted_password", "$2a$04$WudLxuXfoi/1fXNV6OYWDeajxEWz238ZqH6mscBV.DNG5Lutvesce"], ["created_at", "2017-09-18 00:23:34.076341"], ["updated_at", "2017-09-18 00:23:34.076341"], ["name", "Arnold Orn"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "izabella_zboncak@wiegand.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "izabella_zboncak@wiegand.biz"], ["encrypted_password", "$2a$04$CUE9JvsjtkWIe5F6m0SAi.83kebN4U4JoyBi5rVp.Jt.6tOPKoYaa"], ["created_at", "2017-09-18 00:23:34.082378"], ["updated_at", "2017-09-18 00:23:34.082378"], ["name", "Harry Kilback"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Christine Bailey", "description"=>"Voluptate dolores illum molestias. Delectus ut quis itaque aut laboriosam non sequi. Adipisci aut et voluptatem et accusamus iusto. Sunt distinctio magnam eligendi tempora qui.", "image"=>"http://lorempixel.com/200/200", "name"=>"Nectar in a Sieve", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Nectar in a Sieve"], ["description", "Voluptate dolores illum molestias. Delectus ut quis itaque aut laboriosam non sequi. Adipisci aut et voluptatem et accusamus iusto. Sunt distinctio magnam eligendi tempora qui."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Christine Bailey"], ["created_at", "2017-09-18 00:23:34.086854"], ["updated_at", "2017-09-18 00:23:34.086854"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "whitney@donnelly.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "whitney@donnelly.com"], ["encrypted_password", "$2a$04$brknBs/slLeKzqmPypC79eZsOXT.RLBMTWAF0KHmVv9W61lxM3DSy"], ["created_at", "2017-09-18 00:23:34.098798"], ["updated_at", "2017-09-18 00:23:34.098798"], ["name", "Bonita Von"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hanna.brakus@berge.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hanna.brakus@berge.org"], ["encrypted_password", "$2a$04$J3JfK6eM4O5au15VYd0X7.EVQoTki6tVe2/ruohX7b7cRHoV5eCLy"], ["created_at", "2017-09-18 00:23:34.103054"], ["updated_at", "2017-09-18 00:23:34.103054"], ["name", "Mina Feest"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Guy Bosco", "description"=>"Exercitationem odio quae et minima eos ipsa eum. Vel corporis ducimus.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "regan.wisoky@ratke.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "regan.wisoky@ratke.org"], ["encrypted_password", "$2a$04$JhElMSI3SndCkG0nEvIJGuP7NSPezfYVsW2rx./cBchf1gsUil/Ie"], ["created_at", "2017-09-18 00:23:34.117535"], ["updated_at", "2017-09-18 00:23:34.117535"], ["name", "Merlin Bosco"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hailey_hilll@huels.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hailey_hilll@huels.net"], ["encrypted_password", "$2a$04$HVz2tCn28Ciwav4XDwgRmebqjiUR/bB3eZ2jFrNe/zDQjrtjEplNa"], ["created_at", "2017-09-18 00:23:34.121625"], ["updated_at", "2017-09-18 00:23:34.121625"], ["name", "Alvina Schneider"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Postern of Fate"], ["description", "Corporis nihil debitis ut eum autem omnis repellat. Aut et voluptatum necessitatibus nesciunt voluptatem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Adrienne Schmeler"], ["created_at", "2017-09-18 00:23:34.123322"], ["updated_at", "2017-09-18 00:23:34.123322"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-18 00:23:34.126973"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "terence.parker@bechtelar.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "terence.parker@bechtelar.io"], ["encrypted_password", "$2a$04$ixYe4bNxv6HDjl5TPdgF3e/IhHwZ.XUeRDKnKqYagZdBSI9as2dOK"], ["created_at", "2017-09-18 00:23:34.138836"], ["updated_at", "2017-09-18 00:23:34.138836"], ["name", "Estefania Hauck"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ignacio@goyettecorwin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ignacio@goyettecorwin.net"], ["encrypted_password", "$2a$04$rrpLNiwvdy91g3ieYigCze0dbbNDnv0gFICuMOeFg7q8QRXQ8tVyG"], ["created_at", "2017-09-18 00:23:34.142982"], ["updated_at", "2017-09-18 00:23:34.142982"], ["name", "Boris Gusikowski"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The World, the Flesh and the Devil"], ["description", "At placeat qui qui qui dolorem. Rerum illum vel et quia. Minima pariatur rerum facilis ut. Libero dolore eum ut dolorem possimus veritatis explicabo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Rosamond Crist"], ["created_at", "2017-09-18 00:23:34.144737"], ["updated_at", "2017-09-18 00:23:34.144737"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Rosamond Crist", "description"=>"At placeat qui qui qui dolorem. Rerum illum vel et quia. Minima pariatur rerum facilis ut. Libero dolore eum ut dolorem possimus veritatis explicabo.", "image"=>"http://lorempixel.com/200/200", "name"=>"The World, the Flesh and the Devil", "status"=>"true"}, "id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "keanu@metzrunolfsdottir.io"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "keanu@metzrunolfsdottir.io"], ["encrypted_password", "$2a$04$49jFSlx9FuU05IFTQiLzNecgT24xAa2n.kPD5Dw0560.ePpw5oci6"], ["created_at", "2017-09-18 00:23:34.159182"], ["updated_at", "2017-09-18 00:23:34.159182"], ["name", "Ernest Wuckert"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chaim@hermann.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chaim@hermann.biz"], ["encrypted_password", "$2a$04$WKgAeKiX0rzgv6IQeccdU.xZCDaGKcj8DVvP2vbJxsgKUUGsy2CMe"], ["created_at", "2017-09-18 00:23:34.163370"], ["updated_at", "2017-09-18 00:23:34.163370"], ["name", "Kirsten Leannon"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Sleep the Brave"], ["description", "Aut molestiae modi dolores maiores. Error id aut corrupti et et. Voluptatem molestias sint at."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mariane MacGyver Sr."], ["created_at", "2017-09-18 00:23:34.165065"], ["updated_at", "2017-09-18 00:23:34.165065"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Lila Strosin", "description"=>"Non expedita esse. Placeat dolorem autem itaque molestiae. Aut asperiores sunt iure incidunt expedita at distinctio.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 4ms (Views: 0.6ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jarrell@spencer.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jarrell@spencer.biz"], ["encrypted_password", "$2a$04$vXKPTKCQEs/vXKmVHacJ6.1Nqyj0OzvBbApsduVkQ0GjbSD8RYAc."], ["created_at", "2017-09-18 00:23:34.180753"], ["updated_at", "2017-09-18 00:23:34.180753"], ["name", "Oleta Miller II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tara@strosin.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tara@strosin.biz"], ["encrypted_password", "$2a$04$pnW8XhKRrxUeA5HvK7I0jeLIgo6qTdhE8camiB9sWYp4VbbQYkE/K"], ["created_at", "2017-09-18 00:23:34.185134"], ["updated_at", "2017-09-18 00:23:34.185134"], ["name", "Amir Eichmann"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Delectus corporis perspiciatis illum optio saepe eius et. Possimus iste ut eos explicabo officia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lamont Ernser"], ["created_at", "2017-09-18 00:23:34.186878"], ["updated_at", "2017-09-18 00:23:34.186878"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:23:34.192761"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "evangeline.koepp@mrazreilly.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "evangeline.koepp@mrazreilly.org"], ["encrypted_password", "$2a$04$9ME8RYFvqpbP4BB.Omn/jOTb4UtGfuHU8U9fXoMxGHYtrTd2cxZo2"], ["created_at", "2017-09-18 00:23:34.202372"], ["updated_at", "2017-09-18 00:23:34.202372"], ["name", "Armand Weissnat"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eriberto@lakinschowalter.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eriberto@lakinschowalter.name"], ["encrypted_password", "$2a$04$OEOShHQKaQky5G4nWjjPMOgj2yYsjDDRkwrnQtYGVnA5btMx78hmS"], ["created_at", "2017-09-18 00:23:34.207088"], ["updated_at", "2017-09-18 00:23:34.207088"], ["name", "Miss Hester Zboncak"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Little Foxes"], ["description", "Occaecati voluptatem dolorum velit. Iusto nulla odio minus recusandae. Reprehenderit a iure magni. Laboriosam aperiam sapiente."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ellen Hahn"], ["created_at", "2017-09-18 00:23:34.209076"], ["updated_at", "2017-09-18 00:23:34.209076"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:23:34.213073"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (88.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fernando_kling@feest.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "fernando_kling@feest.name"], ["encrypted_password", "$2a$04$VVWDnNr9BvlqumdbT/0qcOs0Xuz9k1RkEt8wGmrqU7eMIveBpmuA2"], ["created_at", "2017-09-18 00:23:34.478276"], ["updated_at", "2017-09-18 00:23:34.478276"], ["name", "Prince Lindgren"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Est aspernatur dolore error iste illo magnam accusantium. Quas quos dolor. Et blanditiis iure nihil omnis optio ea velit. Voluptatum totam quae ducimus rerum hic dolore."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Brenda Pfannerstill"], ["created_at", "2017-09-18 00:23:34.480434"], ["updated_at", "2017-09-18 00:23:34.480434"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mallory@osinski.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mallory@osinski.net"], ["encrypted_password", "$2a$04$ZNmEek32gnP7YLTddrIJd.HEzaL1vmqE9s25tkA43yKhEgWAfAwKG"], ["created_at", "2017-09-18 00:23:34.492781"], ["updated_at", "2017-09-18 00:23:34.492781"], ["name", "Alexandrine Zemlak I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "All Passion Spent"], ["description", "Qui et sapiente. Quis beatae cum recusandae labore. Voluptas repellendus ullam cupiditate eveniet ut cumque molestiae. Nam officiis blanditiis in ut aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Brenda Fahey"], ["created_at", "2017-09-18 00:23:34.495100"], ["updated_at", "2017-09-18 00:23:34.495100"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joelle@hagenes.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "joelle@hagenes.org"], ["encrypted_password", "$2a$04$31fRdXpF1zNqKi7Fia022.YvhWU/RyGMW6zhop8aQJJHn11.dguHm"], ["created_at", "2017-09-18 00:23:34.506694"], ["updated_at", "2017-09-18 00:23:34.506694"], ["name", "Velda Brown"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (80.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.4ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isadore@rempel.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "isadore@rempel.org"], ["encrypted_password", "$2a$04$TKdYF9C3NR/K1R3UJW3y8u.izfmg.Ew..5BU5lKwSUCPMDoIpn3Vi"], ["created_at", "2017-09-18 00:23:34.771847"], ["updated_at", "2017-09-18 00:23:34.771847"], ["name", "Mr. Ibrahim Cassin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$n5X5RciqQOu/D2kboeNmluEVSgljvffNLegX7N.PIUPj3b/JWwUp2"], ["created_at", "2017-09-18 00:23:34.777228"], ["updated_at", "2017-09-18 00:23:34.777228"], ["name", "Nova Emard"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.4ms)

Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "breanne_zieme@terrymills.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "breanne_zieme@terrymills.com"], ["encrypted_password", "$2a$04$3FSXt4KU7BR4S80dsMvGQuBt6YT2aefzKnhbwRpc4Z1GoaMeSpc/G"], ["created_at", "2017-09-18 00:23:34.791535"], ["updated_at", "2017-09-18 00:23:34.791535"], ["name", "Ms. Alexandrine Gulgowski"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$auP6YI3m0NRgpHzffRX7i.GFkMIH6Sec.kVo9M1X4zsrew9IADZTu"], ["created_at", "2017-09-18 00:23:34.796652"], ["updated_at", "2017-09-18 00:23:34.796652"], ["name", "Donald Jerde"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tyra_beahan@eichmann.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "tyra_beahan@eichmann.org"], ["encrypted_password", "$2a$04$YquSitcjk0Nu4k03xKPfqOw88icu8wJ5mKQynMfkaHQG9Yydt6RD6"], ["created_at", "2017-09-18 00:23:34.809361"], ["updated_at", "2017-09-18 00:23:34.809361"], ["name", "Rodrigo Wehner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.5ms)

Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.1ms)

 (0.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mariela@stromanlarkin.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mariela@stromanlarkin.com"], ["encrypted_password", "$2a$04$fbYeOYgk/iIu5zECEWYR9Op4NzZtuabNKAM4V96ckxxHF5HMsRhSC"], ["created_at", "2017-09-18 00:23:34.823329"], ["updated_at", "2017-09-18 00:23:34.823329"], ["name", "Dr. Vinnie Collins"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$awSocm./md105MNjSxWW8..sviI16lprFm4nUqa3J36CpWKRvKdW."], ["created_at", "2017-09-18 00:23:34.826963"], ["updated_at", "2017-09-18 00:23:34.826963"], ["name", "Zechariah Nitzsche"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dorian@schmittluettgen.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dorian@schmittluettgen.info"], ["encrypted_password", "$2a$04$XiNVNgssXYdIA11knrjkH.Dwvzmfgj1oOhi6x4ZK65r58t8niH.dy"], ["created_at", "2017-09-18 00:23:34.840659"], ["updated_at", "2017-09-18 00:23:34.840659"], ["name", "Mr. Gregoria Ortiz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"kimberly@ratke.name", "name"=>"Andres Schultz", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$DGuQiye6FWYmF85gj0dipOvdzp.gEl6OWJY1Upatko782oCpmKILG"], ["created_at", "2017-09-18 00:23:34.846957"], ["updated_at", "2017-09-18 00:23:34.846957"], ["name", "Andres Schultz"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.5ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adrain@balistreri.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "adrain@balistreri.name"], ["encrypted_password", "$2a$04$tIjdjc4fHR.H6uryZ5tRp.RJ/6/15dx4blERn.mqiROBXgGT/Sk/y"], ["created_at", "2017-09-18 00:23:34.857597"], ["updated_at", "2017-09-18 00:23:34.857597"], ["name", "Dylan Batz"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"kimberly@ratke.name", "name"=>"Jane Schiller", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$eCsadToT0TVtf2/R.tymP.x1gIu2Uio7PEcRl0LRN3r00aeOCxoba"], ["created_at", "2017-09-18 00:23:34.863956"], ["updated_at", "2017-09-18 00:23:34.863956"], ["name", "Jane Schiller"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "loma_ko@kovacek.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "loma_ko@kovacek.net"], ["encrypted_password", "$2a$04$RRmlrTT26VJFyYX.4cW2YOfGIrkKvOAC1DdHBZlXbzEOVIvmcejtG"], ["created_at", "2017-09-18 00:23:34.873385"], ["updated_at", "2017-09-18 00:23:34.873385"], ["name", "Ms. Osvaldo Reinger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Jess Huels", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "audra@crooksabshire.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "audra@crooksabshire.name"], ["encrypted_password", "$2a$04$EEmQx/fSZbvLIFyUALcj0uL1vXgxkQl6vEGTe7TC5oCqGLmCkqbU."], ["created_at", "2017-09-18 00:23:34.890269"], ["updated_at", "2017-09-18 00:23:34.890269"], ["name", "Ila Lynch"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Miss Adam Jones", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "samantha.hansen@bechtelarmayert.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "samantha.hansen@bechtelarmayert.io"], ["encrypted_password", "$2a$04$PGq.d/FwxV9/UY8ZvWYSau0faPuMYmGGvx/DVpi0cPC6N/fFfdOvC"], ["created_at", "2017-09-18 00:23:34.906058"], ["updated_at", "2017-09-18 00:23:34.906058"], ["name", "Blair Upton"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$/b.xluI10CnHptWEuuyYjeSS8Zo/5CAwD2n6JenU7MW/p.cUvUt2i"], ["created_at", "2017-09-18 00:23:34.909700"], ["updated_at", "2017-09-18 00:23:34.909700"], ["name", "Gust Collins"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"laverne@stromanruel.org", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "laverne@stromanruel.org"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "laverne@stromanruel.org"], ["encrypted_password", "$2a$04$VwKiTEyS9bsbllV14F6Hk.PChP9EmblJlBLyxqcHR1PbAL0cQ3D5a"], ["updated_at", "2017-09-18 00:23:34.917124"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "durward_kohler@treutelpouros.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "durward_kohler@treutelpouros.com"], ["encrypted_password", "$2a$04$O1Jfh7Qz52oCZntNminFTuY24QKlgHleiph6O/WWY5QXq6mWqqXg2"], ["created_at", "2017-09-18 00:23:34.927224"], ["updated_at", "2017-09-18 00:23:34.927224"], ["name", "Vada Labadie III"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$60vDQWvNZiaOeyCla8ewB.l9ELS1vpQx3nVR6QOixnsmkpUW6zSd."], ["created_at", "2017-09-18 00:23:34.930837"], ["updated_at", "2017-09-18 00:23:34.930837"], ["name", "Sister Emmerich"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"kimberly@ratke.name", "name"=>"Sister Emmerich", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$K4o8xlbbNIoQUI3jaOCi6OopRfabbLHOxQz9At1FnP7R/gwm5ui8a"], ["updated_at", "2017-09-18 00:23:34.936383"], ["id", 2]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cristian_terry@wolfdibbert.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "cristian_terry@wolfdibbert.info"], ["encrypted_password", "$2a$04$umOGn8CHVgarm/TYlE1RYuwp5A.p1daH1CcaGenCMVLOuLo7ZbuEO"], ["created_at", "2017-09-18 00:23:34.946315"], ["updated_at", "2017-09-18 00:23:34.946315"], ["name", "Stephen McDermott"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$7EPCaZ9OdqVRee4lZEo85.Q2jZtJb.fHYuD3qhIt7WnvZaJlRWGcG"], ["created_at", "2017-09-18 00:23:34.949947"], ["updated_at", "2017-09-18 00:23:34.949947"], ["name", "Mable Cruickshank"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Florine Donnelly", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "agustin@mosciskihayes.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "agustin@mosciskihayes.io"], ["encrypted_password", "$2a$04$25WBmuxD8sdtPfQOzcNZG.9yQSbyMY37qeGqHRSDDpONYkXCXrOOa"], ["created_at", "2017-09-18 00:23:34.965917"], ["updated_at", "2017-09-18 00:23:34.965917"], ["name", "Miss Samantha Senger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$fkzxpp0xP4eK/9AELbalte3rH17S3ZPsQ1Y8knLHGrWQiLkV583e."], ["created_at", "2017-09-18 00:23:34.969778"], ["updated_at", "2017-09-18 00:23:34.969778"], ["name", "Ariane Schinner"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:23:34.973457"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alysa.abshire@lebsack.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "alysa.abshire@lebsack.co"], ["encrypted_password", "$2a$04$L6P8Qml/SQIbbJR1cNo9w.NPcY/POao7eMvI3PcEeyonMMCOYpvzm"], ["created_at", "2017-09-18 00:23:34.984248"], ["updated_at", "2017-09-18 00:23:34.984248"], ["name", "Owen Weber"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly@ratke.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kimberly@ratke.name"], ["encrypted_password", "$2a$04$1zNMAzkdrlL1asgil3xBueuNtUnVqWX0YfOJH53.kpEFNofI1.5zW"], ["created_at", "2017-09-18 00:23:34.987935"], ["updated_at", "2017-09-18 00:23:34.987935"], ["name", "Sandy Abernathy"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 00:23:34.991051"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (86.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.8ms)  DELETE FROM "users";
 (0.8ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.5ms)  DELETE FROM sqlite_sequence where name = 'users';
 (72.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.3ms)  PRAGMA foreign_keys = 1
 (0.3ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (91.2ms)  DELETE FROM "books";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'books';
 (89.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (73.8ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zack.gottlieb@sipes.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "zack.gottlieb@sipes.biz"], ["encrypted_password", "$2a$04$3HNXSpgnvhxy.08aZtZUSesHTi1.f2lEqkLDQ11t9y0blYTDcUZGW"], ["created_at", "2017-09-18 00:23:35.531607"], ["updated_at", "2017-09-18 00:23:35.531607"], ["name", "Jabari Bechtelar"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "I Sing the Body Electric"], ["description", "Earum nemo aperiam dolor nulla voluptatem minus. Unde maiores qui. Autem eos est et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Margaretta Feeney"], ["created_at", "2017-09-18 00:23:35.533725"], ["updated_at", "2017-09-18 00:23:35.533725"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "garrison_hirthe@hettinger.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "garrison_hirthe@hettinger.io"], ["encrypted_password", "$2a$04$J1xxqwHnG7B5YqqfmM5u4ujYewocAO7TQr5vqqpaGlbKigHai1nca"], ["created_at", "2017-09-18 00:23:35.542730"], ["updated_at", "2017-09-18 00:23:35.542730"], ["name", "Antonio Stamm"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Fear and Trembling"], ["description", "Occaecati dicta eum assumenda maxime nulla. Recusandae quo maiores eum aut qui quia consequatur. Laboriosam hic ut pariatur quo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Oral Paucek"], ["created_at", "2017-09-18 00:23:35.544951"], ["updated_at", "2017-09-18 00:23:35.544951"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cecil@johns.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cecil@johns.com"], ["encrypted_password", "$2a$04$pgwiLaePEU2Bg0/LGfy.L.jg7b0P2C8dFu66cxlp5y4IkjliL02X."], ["created_at", "2017-09-18 00:23:35.553925"], ["updated_at", "2017-09-18 00:23:35.553925"], ["name", "Nels Bashirian I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "East of Eden"], ["description", "Debitis atque non molestiae. Amet vel eveniet autem qui minus deleniti. Voluptatum perferendis quidem laudantium. Nobis nihil fugiat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gerald Okuneva"], ["created_at", "2017-09-18 00:23:35.556058"], ["updated_at", "2017-09-18 00:23:35.556058"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marion.murray@johnsonkunze.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marion.murray@johnsonkunze.co"], ["encrypted_password", "$2a$04$yi1MC8LPefBXYuDXf0DLFOENBQGELf/yIw5xFTkaOZJdqXNUSYIli"], ["created_at", "2017-09-18 00:23:35.566339"], ["updated_at", "2017-09-18 00:23:35.566339"], ["name", "Mrs. Gladys Dicki"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Last Temptation"], ["description", "Voluptatibus vero culpa architecto perspiciatis consectetur voluptates. Doloremque sit ipsum et et. Ex tempore voluptatem sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Emmet Mitchell"], ["created_at", "2017-09-18 00:23:35.568487"], ["updated_at", "2017-09-18 00:23:35.568487"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "herminio.ruel@dare.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "herminio.ruel@dare.com"], ["encrypted_password", "$2a$04$sRMPST4pAMs4PHwfd.PbwO.2DF96h68p/pf55hCbav7aqLVFXdnFO"], ["created_at", "2017-09-18 00:23:35.578571"], ["updated_at", "2017-09-18 00:23:35.578571"], ["name", "Marcelo Schmidt IV"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Great Work of Time"], ["description", "Nihil vitae ad voluptatem. Et cumque rerum voluptatem consequatur molestiae labore nulla. Eos et mollitia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Howard Sauer"], ["created_at", "2017-09-18 00:23:35.580862"], ["updated_at", "2017-09-18 00:23:35.580862"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "alize_dickens@koelpin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "alize_dickens@koelpin.net"], ["encrypted_password", "$2a$04$2NqnneRATB89dau7lLl5ueRrKyoF2Jn4Wb7a0gwlztrfUkeCNRT36"], ["created_at", "2017-09-18 00:23:35.593795"], ["updated_at", "2017-09-18 00:23:35.593795"], ["name", "Janie Morissette"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Green Bay Tree"], ["description", "Praesentium est dicta perferendis molestiae eos. Ea quia dignissimos non pariatur a voluptatem enim. Perferendis alias eos molestias error voluptas necessitatibus. Modi ad aperiam vel nostrum rem ab."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Marianna Kessler MD"], ["created_at", "2017-09-18 00:23:35.595890"], ["updated_at", "2017-09-18 00:23:35.595890"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "prince@pfeffer.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "prince@pfeffer.com"], ["encrypted_password", "$2a$04$.LUp8SNKnBCd7.Wi.hag6u21GZYkPzwV4iWOUmj/9tJUyJzXABUXe"], ["created_at", "2017-09-18 00:23:35.608724"], ["updated_at", "2017-09-18 00:23:35.608724"], ["name", "Elisabeth Welch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Absalom, Absalom!"], ["description", "Vel aspernatur voluptatem mollitia. Voluptatum sequi error iusto rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Cara Langworth"], ["created_at", "2017-09-18 00:23:35.610804"], ["updated_at", "2017-09-18 00:23:35.610804"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kadin.gislason@ankundingdietrich.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kadin.gislason@ankundingdietrich.com"], ["encrypted_password", "$2a$04$S.Qhwe06wFnTGE8saPjAOOMHG1auN4Cw8GocM2nz1ondo02O8Rj/q"], ["created_at", "2017-09-18 00:23:35.620709"], ["updated_at", "2017-09-18 00:23:35.620709"], ["name", "Scotty Koepp"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Death Be Not Proud"], ["description", "Quia deserunt quaerat dignissimos adipisci quisquam sed. Molestias rem eaque reiciendis perferendis amet quod."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Amir Upton"], ["created_at", "2017-09-18 00:23:35.623362"], ["updated_at", "2017-09-18 00:23:35.623362"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ethelyn_mcclure@ernservolkman.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ethelyn_mcclure@ernservolkman.com"], ["encrypted_password", "$2a$04$aF/Kx6jwR4Lcp3t9hkOPqeGtKgukLy9nMR6fpVdByYkPgbgJGcK2y"], ["created_at", "2017-09-18 00:23:35.637475"], ["updated_at", "2017-09-18 00:23:35.637475"], ["name", "Spencer Hodkiewicz DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Everything is Illuminated"], ["description", "Voluptatum enim ut debitis. Ut quo et illum vitae quibusdam dolore eveniet."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Hannah Wiegand"], ["created_at", "2017-09-18 00:23:35.639528"], ["updated_at", "2017-09-18 00:23:35.639528"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "judson_hansen@rohantremblay.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "judson_hansen@rohantremblay.com"], ["encrypted_password", "$2a$04$yVaM2Ll3.rkE9ak2K4Uuke.CnHC9THk2IUFgO7QX0esPj9.192JGu"], ["created_at", "2017-09-18 00:23:35.651544"], ["updated_at", "2017-09-18 00:23:35.651544"], ["name", "Mrs. Caesar Sauer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vanity Fair"], ["description", "Voluptatem aliquam architecto. Illum assumenda consequatur sed molestiae. Voluptas aperiam voluptatem. Vitae ipsam et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Braxton Thiel"], ["created_at", "2017-09-18 00:23:35.653602"], ["updated_at", "2017-09-18 00:23:35.653602"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mason.dickinson@dickistiedemann.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mason.dickinson@dickistiedemann.io"], ["encrypted_password", "$2a$04$Pzmik0cz49NmWHvjZMa0U.NjnmlA8v6V8gteR4XZyeGtU4cfeZhPy"], ["created_at", "2017-09-18 00:23:35.664543"], ["updated_at", "2017-09-18 00:23:35.664543"], ["name", "Fredrick Howell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "His Dark Materials"], ["description", "Dolores sint consequatur quaerat occaecati velit. Possimus voluptatem quia et aliquam. Et temporibus fuga quae et in. Est provident minus cupiditate ratione nobis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Sophia Jacobi"], ["created_at", "2017-09-18 00:23:35.666709"], ["updated_at", "2017-09-18 00:23:35.666709"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaida@sawayn.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaida@sawayn.name"], ["encrypted_password", "$2a$04$yk3TErhUlrm6IsI0D7Iwauxp/XCAc/Hsn8YCOlPibWs87C0KK2nmq"], ["created_at", "2017-09-18 00:23:35.677635"], ["updated_at", "2017-09-18 00:23:35.677635"], ["name", "Liza Kling"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Of Human Bondage"], ["description", "Eos expedita incidunt blanditiis sint facere magnam. Adipisci est nihil sint cumque laudantium totam. Atque ut cumque nam praesentium doloribus eum maiores."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Pattie Jenkins"], ["created_at", "2017-09-18 00:23:35.679704"], ["updated_at", "2017-09-18 00:23:35.679704"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.5ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lily_bahringer@kovacek.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lily_bahringer@kovacek.io"], ["encrypted_password", "$2a$04$vOhOreQyGkydKLnkyQ4HKetC1UtHV3c6vGgp6iw9NtYMtF4vN693i"], ["created_at", "2017-09-18 00:23:35.692077"], ["updated_at", "2017-09-18 00:23:35.692077"], ["name", "Letitia Mueller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "It's a Battlefield"], ["description", "Est quis sed quia qui perferendis in dolore. Iste quod architecto quae minus ut nihil."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Marian Ernser DVM"], ["created_at", "2017-09-18 00:23:35.694164"], ["updated_at", "2017-09-18 00:23:35.694164"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (78.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.6ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.3ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marlin@tromp.info"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "marlin@tromp.info"], ["encrypted_password", "$2a$04$r/XoGhdHzioEI5EdwBpDU.rUoX0WYBI.IF7PYEb8pE..f7Xyc6v9G"], ["created_at", "2017-09-18 00:23:35.975454"], ["updated_at", "2017-09-18 00:23:35.975454"], ["name", "Liana Mills"], ["status", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  SELECT COUNT(*) FROM "users"
 (0.3ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.2ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "okey@roobkoch.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "okey@roobkoch.biz"], ["encrypted_password", "$2a$04$iGXFjJKuJoe0Un0obRxmfOo.kOnuOx3kNzRQ85N.BAGM2MMuTwJ.K"], ["created_at", "2017-09-18 00:23:35.997291"], ["updated_at", "2017-09-18 00:23:35.997291"], ["name", "Roderick Bergnaum"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aric@hartmann.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aric@hartmann.info"], ["encrypted_password", "$2a$04$aIF0n1mYuWWJkmQZPxPKCeuVW0zcqK1bARSO7IsMXeXdUHu96jt0S"], ["created_at", "2017-09-18 00:23:36.010966"], ["updated_at", "2017-09-18 00:23:36.010966"], ["name", "Noe Cremin DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elwin@brekkekeeling.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elwin@brekkekeeling.org"], ["encrypted_password", "$2a$04$BF.6jewdjSXfoVkTedzM/ex9EXKENULvYrb4QH/PqR5Zbn19JmDFe"], ["created_at", "2017-09-18 00:23:36.024320"], ["updated_at", "2017-09-18 00:23:36.024320"], ["name", "Brycen Heaney Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sheldon@hillsprohaska.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sheldon@hillsprohaska.info"], ["encrypted_password", "$2a$04$cpC2.UXWiN1JoS990J1TpOXGgrcLLbfVEuEp86uhJEnbiKc2sWPV2"], ["created_at", "2017-09-18 00:23:36.034913"], ["updated_at", "2017-09-18 00:23:36.034913"], ["name", "Davion Reichert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "willie_farrell@prosacco.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "willie_farrell@prosacco.name"], ["encrypted_password", "$2a$04$GLHwdqFCGszBmrRwPL5I.OdJKBYtKAsKAgkc0RhK2PmfarnCw46d6"], ["created_at", "2017-09-18 00:23:36.046265"], ["updated_at", "2017-09-18 00:23:36.046265"], ["name", "Vivienne Kuhic"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "richmond@mann.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "richmond@mann.org"], ["encrypted_password", "$2a$04$NHToeWo/ZUx.fOK.iNKHOuhlC3hVXjPHAbtiluyZm7OWf6WLsQmee"], ["created_at", "2017-09-18 00:23:36.057731"], ["updated_at", "2017-09-18 00:23:36.057731"], ["name", "Julien Reinger"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (83.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "spencer@emard.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "spencer@emard.info"], ["encrypted_password", "$2a$04$aTpG2yI8PUJrWYdTOSTvcudMoNDGn7ijjxM0MWKgu67CQduekL3HG"], ["created_at", "2017-09-18 00:23:36.417381"], ["updated_at", "2017-09-18 00:23:36.417381"], ["name", "Sydnee Thiel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-17 21:23:36 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 00:23:36.425707"], ["last_sign_in_at", "2017-09-18 00:23:36.425707"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 00:23:36.426161"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (3.4ms)
Rendered layouts/shared/_header.html.erb (1.0ms)

Completed 200 OK in 281ms (Views: 280.0ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (130.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (157.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (108.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rodrick@sawayn.co"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rodrick@sawayn.co"], ["encrypted_password", "$2a$04$wLXQowt9nm0NuGz7x52.OuAfO1MDXMpR7Dvjwoqd5UzhYZ3g6lhny"], ["created_at", "2017-09-18 00:23:37.125209"], ["updated_at", "2017-09-18 00:23:37.125209"], ["name", "Olin Cremin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 21:23:37 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 00:23:37.128737"], ["last_sign_in_at", "2017-09-18 00:23:37.128737"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 00:23:37.129114"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (2.2ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-17 21:23:37 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.1ms)
Rendered users/sessions/new.html.erb within layouts/application (27.6ms)

Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (101.5ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (112.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brice@hettinger.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brice@hettinger.net"], ["encrypted_password", "$2a$04$2qiT6.2vEXg6I3fo198TP.c4uc89bG8bnDpclaQAr.8ERp97wJFCK"], ["created_at", "2017-09-18 00:23:37.473973"], ["updated_at", "2017-09-18 00:23:37.473973"], ["name", "Hassie Moore"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-17 21:23:37 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 00:23:37.476204"], ["last_sign_in_at", "2017-09-18 00:23:37.476204"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 00:23:37.476779"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.1ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (81.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (171.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (125.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (93.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.7ms)  DELETE FROM "users";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (84.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (101.4ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (73.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (88.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.6ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (84.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilford.ko@ohara.com"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "wilford.ko@ohara.com"], ["encrypted_password", "$2a$04$cSithUKCgUn04wPBRzZoguQNl8DylluHmDnpYhcelO5DGsuMMlPSS"], ["created_at", "2017-09-18 00:23:39.006901"], ["updated_at", "2017-09-18 00:23:39.006901"], ["name", "Neil Bayer"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Consider the Lilies"], ["description", "A laudantium aliquid dolor. Saepe et blanditiis culpa. Tempora quasi sunt nihil."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Sandra Vandervort"], ["created_at", "2017-09-18 00:23:39.011761"], ["updated_at", "2017-09-18 00:23:39.011761"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (12.3ms)
Rendered books/edit.html.erb (33.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (70.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rowena@littel.org"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rowena@littel.org"], ["encrypted_password", "$2a$04$YizVDp3X87fcfUNYBfO3tObN84G7fMnAzCwT83D6IUrwa3Il62kpK"], ["created_at", "2017-09-18 00:23:39.313553"], ["updated_at", "2017-09-18 00:23:39.313553"], ["name", "Joe Kuhn"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-18 00:23:39.317845"], ["updated_at", "2017-09-18 00:23:39.317845"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-18 00:23:39.321726"], ["updated_at", "2017-09-18 00:23:39.321726"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (96.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (96.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rosalia.kilback@yundt.net"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rosalia.kilback@yundt.net"], ["encrypted_password", "$2a$04$/V63tmft55MDt3lmv.MRzeCSMeoem9OwK.wlRnI0vTvYIK.jGPyvC"], ["created_at", "2017-09-18 00:23:39.638613"], ["updated_at", "2017-09-18 00:23:39.638613"], ["name", "Ms. Cordelia Funk"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (9.2ms)
Rendered books/new.html.erb (10.9ms)
 (0.3ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (75.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-18 00:23:39.879994"], ["updated_at", "2017-09-18 00:23:39.879994"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (52.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (312.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (73.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (73.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.4ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (1.0ms)  DELETE FROM sqlite_sequence where name = 'users';
 (71.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (60.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roy@ernser.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "roy@ernser.name"], ["encrypted_password", "$2a$04$Tt49RzJ8GqCNGb8QKJ.p1un.lpgqUJ9P3F34.qvE1Mqj/PmXRcTrq"], ["created_at", "2017-09-18 00:23:41.052587"], ["updated_at", "2017-09-18 00:23:41.052587"], ["name", "Mustafa Prohaska"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (5.1ms)
Rendered users/edit.html.erb (16.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (59.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (85.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$Cfqc3HEz.Y5cCE3kcKGOyekbbotlgTOhQnxcDxTHXlKayJBjY7I.a"], ["created_at", "2017-09-18 00:23:41.313202"], ["updated_at", "2017-09-18 00:23:41.313202"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (83.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.6ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (84.8ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.4ms)
Rendered users/new.html.erb (5.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (98.1ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.6ms)
Rendered users/sessions/new.html.erb (7.6ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (83.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (96.5ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brendan_adams@predovic.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "brendan_adams@predovic.net"], ["encrypted_password", "$2a$04$trCj6QQIvVoGQVzfSdYJe.krEcKuvfjRqUS6bC1VQ9.mJEPF5B29."], ["created_at", "2017-09-18 00:23:42.156715"], ["updated_at", "2017-09-18 00:23:42.156715"], ["name", "Marta Roberts"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.0ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (61.2ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.4ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.1ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elsie@boehm.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elsie@boehm.net"], ["encrypted_password", "$2a$04$QeD/RV/MXw7fKFYHX8bNY.rnhtnx0Y8nhqIC2CKFEW4m7ISs6qXHu"], ["created_at", "2017-09-18 13:48:38.979667"], ["updated_at", "2017-09-18 13:48:38.979667"], ["name", "Lori Bogisich DVM"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.3ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."name" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 12], ["OFFSET", 0]]
active_model_serializers

Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModel::Serializer::Adapter::JsonApi (3.0ms)

Completed 200 OK in 11ms (Views: 7.8ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mayra.collins@marquardtcarroll.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mayra.collins@marquardtcarroll.net"], ["encrypted_password", "$2a$04$HPPqHAQsFVgJbbvpsg2zFub4VrkGYUpF3i3chZISLAvgWgAqAAbRO"], ["created_at", "2017-09-18 13:48:39.001995"], ["updated_at", "2017-09-18 13:48:39.001995"], ["name", "Bret Gottlieb"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Far-Distant Oxus"], ["description", "Aut incidunt labore veritatis sint saepe adipisci sint. Dolore rem amet minima. Optio eveniet magni."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Joyce Hegmann"], ["created_at", "2017-09-18 13:48:39.010506"], ["updated_at", "2017-09-18 13:48:39.010506"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? AND "books"."id" = ? LIMIT ?  [["deleted", "f"], ["id", 1], ["LIMIT", 1]]
active_model_serializers

Rendered BookSerializer with ActiveModel::Serializer::Adapter::JsonApi (2.38ms)

Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (77.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.4ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (51.7ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elisa.hyatt@hansen.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "elisa.hyatt@hansen.io"], ["encrypted_password", "$2a$04$rdwe2dN8KCmEVjYRixhujusYiKk943DfIg6gChhmDWJ.ZnSFTqOU2"], ["created_at", "2017-09-18 13:48:39.300571"], ["updated_at", "2017-09-18 13:48:39.300571"], ["name", "Kaden Cormier"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "moshe.mills@paucek.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "moshe.mills@paucek.name"], ["encrypted_password", "$2a$04$pk.uCWDpVnzhfpfgQFDdfuM5paghowwgdHG4NmcamyEum7BP2gYUy"], ["created_at", "2017-09-18 13:48:39.305748"], ["updated_at", "2017-09-18 13:48:39.305748"], ["name", "Ms. Angelina Medhurst"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Mother Night"], ["description", "Cum tenetur cumque sit pariatur eligendi. Assumenda incidunt vitae nobis praesentium perferendis. At molestiae ad corporis autem sunt est libero."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Justus MacGyver"], ["created_at", "2017-09-18 13:48:39.307498"], ["updated_at", "2017-09-18 13:48:39.307498"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.6ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 39ms (Views: 18.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "felicia.konopelski@thompson.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "felicia.konopelski@thompson.io"], ["encrypted_password", "$2a$04$A3jKz6BUPu/baie9n9Yk9uYIwQq34FAYzS7qdqjotl6Dz9CKpNK52"], ["created_at", "2017-09-18 13:48:39.355841"], ["updated_at", "2017-09-18 13:48:39.355841"], ["name", "Miss Mireya Hayes"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rolando@kohlerbeahan.info"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rolando@kohlerbeahan.info"], ["encrypted_password", "$2a$04$SygO2TO9SfdV.CqRBER7JeKE8sJu/tabklkqpyJr.WfXJeVC/eWtm"], ["created_at", "2017-09-18 13:48:39.360717"], ["updated_at", "2017-09-18 13:48:39.360717"], ["name", "Skye Rodriguez"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Moon by Night"], ["description", "Quisquam assumenda est. Consequatur voluptate laborum debitis libero nobis vero ab. Dignissimos est ut fugiat consequatur mollitia."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lionel Dibbert"], ["created_at", "2017-09-18 13:48:39.364179"], ["updated_at", "2017-09-18 13:48:39.364179"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "desmond_wilkinson@ondricka.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "desmond_wilkinson@ondricka.name"], ["encrypted_password", "$2a$04$BbCdqswnP4lz8z7z.pm4YuqZMBNIOWgcmDILqpd4p3eHk7X8/1KKm"], ["created_at", "2017-09-18 13:48:39.378436"], ["updated_at", "2017-09-18 13:48:39.378436"], ["name", "Mrs. Ona Bartoletti"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "frederik@wardsteuber.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "frederik@wardsteuber.io"], ["encrypted_password", "$2a$04$vNQGyp7Jlm/mMk9CCPHas.QsV8x9C/1FS3gFlNQ6iLvDHWZwIdQXS"], ["created_at", "2017-09-18 13:48:39.383790"], ["updated_at", "2017-09-18 13:48:39.383790"], ["name", "Dr. Allison O'Hara"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.6ms)

Completed 200 OK in 18ms (Views: 1.3ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sonia.kaulke@kemmer.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sonia.kaulke@kemmer.info"], ["encrypted_password", "$2a$04$alYr7mcIlx/FVKe86nUGSew1/v.Iq97a7bDpCEkIY9W9KU7fkpJg2"], ["created_at", "2017-09-18 13:48:39.411727"], ["updated_at", "2017-09-18 13:48:39.411727"], ["name", "Adrianna Torp"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hyman@hansen.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hyman@hansen.net"], ["encrypted_password", "$2a$04$5VhDMbKBUWb.6fPXnr2tHOMdUX0FoUTHkBg2RmFv1BDXnPGJIsJiu"], ["created_at", "2017-09-18 13:48:39.415845"], ["updated_at", "2017-09-18 13:48:39.415845"], ["name", "Vicky Aufderhar II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Monstrous Regiment of Women"], ["description", "Quia ratione odit odio dolores. Assumenda quos blanditiis mollitia ullam qui fuga. Asperiores dolorum omnis voluptatem atque. Aut alias aperiam fugiat fugit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Aric Grant"], ["created_at", "2017-09-18 13:48:39.417772"], ["updated_at", "2017-09-18 13:48:39.417772"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.5ms)

Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "vaughn_bergnaum@boylekulas.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "vaughn_bergnaum@boylekulas.net"], ["encrypted_password", "$2a$04$hTZ7ijACPhK3/ydR5Nxn0.6vqPdSKrcm05JxoH1KRydI30RTdVbaa"], ["created_at", "2017-09-18 13:48:39.433023"], ["updated_at", "2017-09-18 13:48:39.433023"], ["name", "Flossie Klocko"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "eddie_bechtelar@kerlukebergnaum.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "eddie_bechtelar@kerlukebergnaum.biz"], ["encrypted_password", "$2a$04$x7weWbS2CUkm/TDhiYvw2.uQefAQ2JNu6zF4YDD4jdd0ejSK8Ydwu"], ["created_at", "2017-09-18 13:48:39.437204"], ["updated_at", "2017-09-18 13:48:39.437204"], ["name", "Ms. Malcolm Tremblay"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Modesto Nolan Jr.", "description"=>"Officiis distinctio aut. Qui tenetur voluptate.", "image"=>"http://lorempixel.com/200/200", "name"=>"Such, Such Were the Joys", "status"=>"true"}}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Such, Such Were the Joys"], ["description", "Officiis distinctio aut. Qui tenetur voluptate."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Modesto Nolan Jr."], ["created_at", "2017-09-18 13:48:39.489969"], ["updated_at", "2017-09-18 13:48:39.489969"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "catharine.schaden@sanford.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "catharine.schaden@sanford.net"], ["encrypted_password", "$2a$04$nZKowloAhaHdcJZtjyuTE.70450kUwI2UcmsopTA2zjnH8ZCrjwoC"], ["created_at", "2017-09-18 13:48:39.500335"], ["updated_at", "2017-09-18 13:48:39.500335"], ["name", "Madonna McGlynn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "columbus.hudson@padbergbruen.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "columbus.hudson@padbergbruen.io"], ["encrypted_password", "$2a$04$6CMtCVJFOsl4Qxiq5Fbx9.IGT7Pfd7VGynM2n09mlPo0zNnzLLsRa"], ["created_at", "2017-09-18 13:48:39.505490"], ["updated_at", "2017-09-18 13:48:39.505490"], ["name", "Sonya Pagac II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Erna Hills", "description"=>"Praesentium nihil aut error quam iure molestiae dolorem. Occaecati id voluptatem pariatur doloribus. Vero assumenda enim vel explicabo ullam veritatis.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Road Less Traveled", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Road Less Traveled"], ["description", "Praesentium nihil aut error quam iure molestiae dolorem. Occaecati id voluptatem pariatur doloribus. Vero assumenda enim vel explicabo ullam veritatis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Erna Hills"], ["created_at", "2017-09-18 13:48:39.509888"], ["updated_at", "2017-09-18 13:48:39.509888"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "colten@weimanntrantow.org"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "colten@weimanntrantow.org"], ["encrypted_password", "$2a$04$2Tvj8Qxa7Yx1TVVEzAU5dOYdztmQGTxJu6U0Tl/BH6QjqDX1FvxIK"], ["created_at", "2017-09-18 13:48:39.531757"], ["updated_at", "2017-09-18 13:48:39.531757"], ["name", "Chet King"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "else@mcculloughabshire.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "else@mcculloughabshire.net"], ["encrypted_password", "$2a$04$br.xUf3715.TTiRMJtU73O6pguaG.CYjj.M3G9KvakjgcY7ds6V0O"], ["created_at", "2017-09-18 13:48:39.535929"], ["updated_at", "2017-09-18 13:48:39.535929"], ["name", "Miss Sherwood Kutch"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Milton Mueller", "description"=>"Reprehenderit et fuga provident accusantium. Quaerat repellat provident voluptatibus.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.2ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "junior@metzschowalter.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "junior@metzschowalter.co"], ["encrypted_password", "$2a$04$LpdVhEJQnat.y6g7gR80z./Pwkpo.lUFZbjvAeSobyg.S0MIW6j32"], ["created_at", "2017-09-18 13:48:39.551524"], ["updated_at", "2017-09-18 13:48:39.551524"], ["name", "Abdul Ward"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elisha.lemke@langworth.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elisha.lemke@langworth.co"], ["encrypted_password", "$2a$04$DUFzgAZiolKgfPcq/XpNqOPgHxR1CK8YGCZwo.q1/cUsx3J32LJOi"], ["created_at", "2017-09-18 13:48:39.556492"], ["updated_at", "2017-09-18 13:48:39.556492"], ["name", "Vivian Gerhold III"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In Death Ground"], ["description", "Deleniti maiores quis. Laboriosam officia quia aspernatur. Omnis quasi eius aut ad facere et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Landen Schinner"], ["created_at", "2017-09-18 13:48:39.558958"], ["updated_at", "2017-09-18 13:48:39.558958"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-18 13:48:39.565618"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "toby_hoeger@kshlerin.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "toby_hoeger@kshlerin.net"], ["encrypted_password", "$2a$04$LVqLv4deQcfG7IemJ68Ycu5IoWzwwKE7DfH/rF4mwaKs.KsIKtdXC"], ["created_at", "2017-09-18 13:48:39.576351"], ["updated_at", "2017-09-18 13:48:39.576351"], ["name", "Penelope Sanford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "abdullah_stanton@dibbert.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "abdullah_stanton@dibbert.com"], ["encrypted_password", "$2a$04$.muVColDTONe.impDdLspu7hSzJz7AJ6UU.15bx0GGgKg6cAJnEMS"], ["created_at", "2017-09-18 13:48:39.581279"], ["updated_at", "2017-09-18 13:48:39.581279"], ["name", "Zelda Gottlieb"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The World, the Flesh and the Devil"], ["description", "Rerum et officia amet et aliquam illo maiores. Eius explicabo doloremque cupiditate sunt aut voluptatum id. Autem placeat omnis ullam et. Rerum ut totam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "London Schumm Sr."], ["created_at", "2017-09-18 13:48:39.584379"], ["updated_at", "2017-09-18 13:48:39.584379"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"London Schumm Sr.", "description"=>"Rerum et officia amet et aliquam illo maiores. Eius explicabo doloremque cupiditate sunt aut voluptatum id. Autem placeat omnis ullam et. Rerum ut totam.", "image"=>"http://lorempixel.com/200/200", "name"=>"The World, the Flesh and the Devil", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ephraim.shanahan@hilll.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ephraim.shanahan@hilll.com"], ["encrypted_password", "$2a$04$qvwbXuq6mq2AzHqH9N8Wv.C6diSqdvd/7mrFAH2RdMqEoYHNV2.ka"], ["created_at", "2017-09-18 13:48:39.597465"], ["updated_at", "2017-09-18 13:48:39.597465"], ["name", "Judson Rohan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clare@hauck.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clare@hauck.io"], ["encrypted_password", "$2a$04$zHWihUqy24ZPYmdo5tVgwOMa66GAYTQ7iO90D5NsZ111ullEUyJnS"], ["created_at", "2017-09-18 13:48:39.602961"], ["updated_at", "2017-09-18 13:48:39.602961"], ["name", "Danial Schinner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Bury My Heart at Wounded Knee"], ["description", "Eaque a voluptas in quod. Ut omnis placeat."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jace Wunsch"], ["created_at", "2017-09-18 13:48:39.605903"], ["updated_at", "2017-09-18 13:48:39.605903"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Micah Jaskolski PhD", "description"=>"Facilis id nesciunt tempora dolorem.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "newton@hartmann.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "newton@hartmann.name"], ["encrypted_password", "$2a$04$VTllMD4DLNJs.TCMHUW6X.3FNa5lANkHkuHRYuNEEsEAul8aNW82O"], ["created_at", "2017-09-18 13:48:39.619043"], ["updated_at", "2017-09-18 13:48:39.619043"], ["name", "Ms. Jess Spinka"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chyna_wintheiser@klein.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "chyna_wintheiser@klein.io"], ["encrypted_password", "$2a$04$iL5baOkB1cSubJIE0JTqA.JKfWxnPixChytvFE7mHIGjNCRWesFyq"], ["created_at", "2017-09-18 13:48:39.625000"], ["updated_at", "2017-09-18 13:48:39.625000"], ["name", "Ms. Christine Kub"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Dulce et Decorum Est"], ["description", "Nihil iure non vero ut fugit odit aut. Voluptatem alias placeat quisquam. Incidunt illum sed aut quisquam quia possimus consequatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Damaris Kunze"], ["created_at", "2017-09-18 13:48:39.627281"], ["updated_at", "2017-09-18 13:48:39.627281"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 13:48:39.631381"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "fritz.crona@stokes.biz"], ["LIMIT", 1]]
SQL (0.8ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "fritz.crona@stokes.biz"], ["encrypted_password", "$2a$04$AXdhZmLPWN/J/SWIBUJg1OVj5HfjRLzndCJNcnMOhrwf/CFhvpxOy"], ["created_at", "2017-09-18 13:48:39.641677"], ["updated_at", "2017-09-18 13:48:39.641677"], ["name", "Dr. Reed Zboncak"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "audie@jacobsontillman.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "audie@jacobsontillman.com"], ["encrypted_password", "$2a$04$zXblSrv/83KZmSQx5XFpQeFvZqeiBqLONQVKM7Er8kAezcxagL0Tq"], ["created_at", "2017-09-18 13:48:39.647994"], ["updated_at", "2017-09-18 13:48:39.647994"], ["name", "Imelda Mann Sr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Golden Bowl"], ["description", "Sit non distinctio officiis quo voluptatum. Est sequi et repellendus vel aut voluptatum. Ab reiciendis sed laudantium voluptas ut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Gianni Thompson"], ["created_at", "2017-09-18 13:48:39.649829"], ["updated_at", "2017-09-18 13:48:39.649829"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 13:48:39.653002"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (68.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.2ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gage@farrelldietrich.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gage@farrelldietrich.com"], ["encrypted_password", "$2a$04$su29VxgEA3IyZIYGWPcp.OELAzExe4W0hwaJJxP4ZibPzjSsZW/OO"], ["created_at", "2017-09-18 13:48:39.854051"], ["updated_at", "2017-09-18 13:48:39.854051"], ["name", "Jayce McDermott"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "A Monstrous Regiment of Women"], ["description", "Aspernatur minima voluptas possimus mollitia sequi. Fuga porro velit nam eius perferendis recusandae dolor. Pariatur asperiores ex veritatis dolore est repellat. Non suscipit aut ut qui architecto quo quis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Elmo Simonis"], ["created_at", "2017-09-18 13:48:39.856159"], ["updated_at", "2017-09-18 13:48:39.856159"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.4ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hester_kohler@watsica.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "hester_kohler@watsica.biz"], ["encrypted_password", "$2a$04$ixL5x/mWx8qn3Qp7Nl155.6FYFcj0Si7glstygM4mIfju5pXd5OvO"], ["created_at", "2017-09-18 13:48:39.872575"], ["updated_at", "2017-09-18 13:48:39.872575"], ["name", "Emory Becker"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Dance Dance Dance"], ["description", "Nihil illum ipsum repellat. Similique quod amet delectus qui dolorum dolorem et. Aperiam cupiditate sit aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Garnett Bruen"], ["created_at", "2017-09-18 13:48:39.874784"], ["updated_at", "2017-09-18 13:48:39.874784"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "letha.predovic@harber.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "letha.predovic@harber.net"], ["encrypted_password", "$2a$04$hv84s.65woKIVLhMwGZLy./j5.NB6XxikpVG8RyLJxzcWv/Yea9.m"], ["created_at", "2017-09-18 13:48:39.889186"], ["updated_at", "2017-09-18 13:48:39.889186"], ["name", "Emmie Boehm"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (51.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "autumn@leffler.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "autumn@leffler.name"], ["encrypted_password", "$2a$04$BBoEfRhTjmnn9F4RN7aNDuFajpZAhDTa5nm4.wfS7xI4IzN5oiGb2"], ["created_at", "2017-09-18 13:48:40.075880"], ["updated_at", "2017-09-18 13:48:40.075880"], ["name", "Sigmund Marvin"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$P6iH379bDSDRK/zQ.Ss6h.hscL5/vowYGZT1Oo3fwXTOoiTQ/./fO"], ["created_at", "2017-09-18 13:48:40.085344"], ["updated_at", "2017-09-18 13:48:40.085344"], ["name", "Blake Walter"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.4ms)

Completed 200 OK in 17ms (Views: 2.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ramona.smitham@hoeger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ramona.smitham@hoeger.co"], ["encrypted_password", "$2a$04$e6sT0HA9ddjqO4gVUjTvuukJ7eKecriWwCbwSQHoRquZ9W7lw5rHS"], ["created_at", "2017-09-18 13:48:40.112115"], ["updated_at", "2017-09-18 13:48:40.112115"], ["name", "Trycia Weimann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$JZmzO8k9rin6M.cKiCI3hOrRHf.knglVdhIwM6udbqt33l7VsSLCW"], ["created_at", "2017-09-18 13:48:40.115914"], ["updated_at", "2017-09-18 13:48:40.115914"], ["name", "Robert Jacobi"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.9ms)

Completed 200 OK in 11ms (Views: 2.1ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "travis.price@okeefe.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "travis.price@okeefe.info"], ["encrypted_password", "$2a$04$tGcNK9OwfbDg1FOGQcJ85Og4.ptzQOWs3yqmhXqPN2Wqn4XxoMRLS"], ["created_at", "2017-09-18 13:48:40.136402"], ["updated_at", "2017-09-18 13:48:40.136402"], ["name", "Brenden Dickinson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.8ms)

Completed 200 OK in 10ms (Views: 1.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "earl.grant@croninblick.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "earl.grant@croninblick.co"], ["encrypted_password", "$2a$04$V97Ub1LlZRZSSyrzWjBT2.1OKW0.Uoz6uiqf4BLM044Y9II6KdHYu"], ["created_at", "2017-09-18 13:48:40.156091"], ["updated_at", "2017-09-18 13:48:40.156091"], ["name", "Buster Ledner"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$K7b6JsEJWSII3mMmXpLe7OHCr1jHoyg0pgSdXcG.mlFxei2XHjPBy"], ["created_at", "2017-09-18 13:48:40.160024"], ["updated_at", "2017-09-18 13:48:40.160024"], ["name", "Travis Bechtelar I"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.5ms)

Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.1ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ray@jaskolski.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "ray@jaskolski.co"], ["encrypted_password", "$2a$04$DXKMZuo3zOZ.VL7PhTtNX.Dc3qKWYPLlZlKMimKT6E.NwsO9//edW"], ["created_at", "2017-09-18 13:48:40.174823"], ["updated_at", "2017-09-18 13:48:40.174823"], ["name", "Nigel Towne"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"gwen.botsford@greenholt.org", "name"=>"Teresa Durgan", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$pSZ8UQBCSWVZuErAY5uKRe9uxqmauofPkjuI49qwzg9xDvtcsbBb6"], ["created_at", "2017-09-18 13:48:40.181500"], ["updated_at", "2017-09-18 13:48:40.181500"], ["name", "Teresa Durgan"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maiya_rutherford@schiller.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "maiya_rutherford@schiller.net"], ["encrypted_password", "$2a$04$0fN5OVkMZmd5knevCHB44uhRh1koUMytI7AHXwsPBN1hLTbGI6sN2"], ["created_at", "2017-09-18 13:48:40.193125"], ["updated_at", "2017-09-18 13:48:40.193125"], ["name", "Nova Kihn"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"gwen.botsford@greenholt.org", "name"=>"Estel Stark", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$fVNXkWb5nHqrniopXDaeOeDjMcX/N4LLLBoJy1NoZVygBuTliauXC"], ["created_at", "2017-09-18 13:48:40.198955"], ["updated_at", "2017-09-18 13:48:40.198955"], ["name", "Estel Stark"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "savanah@ondricka.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "savanah@ondricka.net"], ["encrypted_password", "$2a$04$M2R6WUlBCc.7aR41HP6NNOQjTwLZ020GucLbw2eQbFJZfoCqQTvf."], ["created_at", "2017-09-18 13:48:40.210736"], ["updated_at", "2017-09-18 13:48:40.210736"], ["name", "Jevon Mann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Jeramy Walsh", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "brandt.rippin@hilpert.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "brandt.rippin@hilpert.biz"], ["encrypted_password", "$2a$04$cXiEsYMj5wNEqgI3sxdjduITU6TKw0ppV3A2o6fRIwOnbnrzP/vqi"], ["created_at", "2017-09-18 13:48:40.226754"], ["updated_at", "2017-09-18 13:48:40.226754"], ["name", "Royal O'Hara"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Jordy Halvorson", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "earnestine_heller@gusikowski.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "earnestine_heller@gusikowski.info"], ["encrypted_password", "$2a$04$KJv8pm6mhmSsbxSzGQJ6z.pPxmrd9.mAW.JV7tWnR/UCc388rz16."], ["created_at", "2017-09-18 13:48:40.242476"], ["updated_at", "2017-09-18 13:48:40.242476"], ["name", "Deborah Thompson"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$z0fTBXn3tS6dbDrBwwFaduCvmPtKEUZvbO5Oc4PuKmfaHVAySJkSO"], ["created_at", "2017-09-18 13:48:40.247206"], ["updated_at", "2017-09-18 13:48:40.247206"], ["name", "Lenore Thompson"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"camron@denesik.name", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "camron@denesik.name"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "camron@denesik.name"], ["encrypted_password", "$2a$04$6.KblZ5MdMXXjDJKCegsAO3j2flUr9I3FhfmMtd6C4EGwdWVSh0kS"], ["admin", "t"], ["status", "f"], ["updated_at", "2017-09-18 13:48:40.255369"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aiyana@boehmhane.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "aiyana@boehmhane.co"], ["encrypted_password", "$2a$04$48SKnpL7y6.ZkNw2iyWcXe.TNnNTD3/Z8KD2YPNX9mnbbE3Hpccxa"], ["created_at", "2017-09-18 13:48:40.265860"], ["updated_at", "2017-09-18 13:48:40.265860"], ["name", "Telly Heathcote"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$wbcrhOJbadOYWIshxmKeGuHxYBWQ9CX9jS5z5MopGMK.VryEKaUdO"], ["created_at", "2017-09-18 13:48:40.270743"], ["updated_at", "2017-09-18 13:48:40.270743"], ["name", "Alvina Muller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"gwen.botsford@greenholt.org", "name"=>"Alvina Muller", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$NmA3z0kLSvoNTUXlO8c9P.S.4s66vauEJ.GTIF84036EFngTUEjTS"], ["updated_at", "2017-09-18 13:48:40.276470"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "magnolia.becker@dietrich.info"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "magnolia.becker@dietrich.info"], ["encrypted_password", "$2a$04$EjTebscNnq37wrs5N8ig5ed71Rs0nFzc/Wi876iY0GiPDu0Pw1nzS"], ["created_at", "2017-09-18 13:48:40.286769"], ["updated_at", "2017-09-18 13:48:40.286769"], ["name", "Dayana Quigley"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$1q0rmPQ8Xb6GUEozDUgD/Ou8WM1gKI1lIZ99e5CKCQyDfnawSow8i"], ["created_at", "2017-09-18 13:48:40.292759"], ["updated_at", "2017-09-18 13:48:40.292759"], ["name", "Emmett Krajcik"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Jammie Schamberger", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dereck@wardwaelchi.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "dereck@wardwaelchi.co"], ["encrypted_password", "$2a$04$3PK.0Gzm10O1wBzRjVvaz.I02qY.hajvCxwAefGRXBgzmZBZpRSsW"], ["created_at", "2017-09-18 13:48:40.309569"], ["updated_at", "2017-09-18 13:48:40.309569"], ["name", "Concepcion Legros"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$wvRwXnYjXDMWS1rYxT4IVuaoEtqA3NNV6FhctMgoyfcj8AiJtT5S6"], ["created_at", "2017-09-18 13:48:40.313618"], ["updated_at", "2017-09-18 13:48:40.313618"], ["name", "Sasha DuBuque"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 13:48:40.317682"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "yasmeen@schroeder.com"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "yasmeen@schroeder.com"], ["encrypted_password", "$2a$04$sQ5JmxrkaeMOwTlo10f.5ewdpaSfkx3IPBxPpsScs0DhE378kSqqm"], ["created_at", "2017-09-18 13:48:40.327934"], ["updated_at", "2017-09-18 13:48:40.327934"], ["name", "Miss Richard Willms"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gwen.botsford@greenholt.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gwen.botsford@greenholt.org"], ["encrypted_password", "$2a$04$7Hi8rDtwoImU/V4YMzcdPubBxTbDyNmUOllqPGwqsfuhzTmM9Mrzu"], ["created_at", "2017-09-18 13:48:40.333271"], ["updated_at", "2017-09-18 13:48:40.333271"], ["name", "Antonietta Price"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 13:48:40.336613"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (72.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.1ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.3ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (51.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gustave_rutherford@armstrongtreutel.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "gustave_rutherford@armstrongtreutel.biz"], ["encrypted_password", "$2a$04$/aueYlVZbEdPmDVveWNqV.i1XWwVxKwWvDRaEnHzbZtoOG98Mw6Dq"], ["created_at", "2017-09-18 13:48:40.719111"], ["updated_at", "2017-09-18 13:48:40.719111"], ["name", "Lucinda Bechtelar"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Consider the Lilies"], ["description", "Nihil qui est libero ut ad est. Ea natus maxime dolor. Sit aliquid quod distinctio."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Russ O'Keefe"], ["created_at", "2017-09-18 13:48:40.721154"], ["updated_at", "2017-09-18 13:48:40.721154"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roberto.breitenberg@gleichner.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "roberto.breitenberg@gleichner.net"], ["encrypted_password", "$2a$04$d9p2NVjxztf2tpjwgVjYiOv/HABJHD/VYS5JOgko3zisrEYMvjh9O"], ["created_at", "2017-09-18 13:48:40.732958"], ["updated_at", "2017-09-18 13:48:40.732958"], ["name", "Dr. Jeramy Walter"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "A Glass of Blessings"], ["description", "Soluta maiores nostrum debitis consequatur maxime. Ad vel provident qui culpa qui est voluptatibus. Voluptates pariatur accusantium veritatis."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Richmond Reinger"], ["created_at", "2017-09-18 13:48:40.735212"], ["updated_at", "2017-09-18 13:48:40.735212"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "caie.hand@homenickhauck.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "caie.hand@homenickhauck.net"], ["encrypted_password", "$2a$04$42dwiwataob2HPoi.fQPi.ba006hO9TGzr3t6X6GrnTwLFz4EvrAe"], ["created_at", "2017-09-18 13:48:40.744882"], ["updated_at", "2017-09-18 13:48:40.744882"], ["name", "Miss Wendy Donnelly"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "His Dark Materials"], ["description", "Consectetur ut ut. Ipsum ipsa non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Monte Kihn"], ["created_at", "2017-09-18 13:48:40.746900"], ["updated_at", "2017-09-18 13:48:40.746900"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "della@sauer.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "della@sauer.io"], ["encrypted_password", "$2a$04$rFI7XE6NmQgahjPJ4hY8POiRYpiMgzYd7ck3d2N.iyUDIcQ1brgfW"], ["created_at", "2017-09-18 13:48:40.759460"], ["updated_at", "2017-09-18 13:48:40.759460"], ["name", "Rosalia O'Conner PhD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Jesting Pilate"], ["description", "Alias nam cumque in mollitia. Consectetur dolorem similique ipsum eligendi. Explicabo quae vitae."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kaylee Turner"], ["created_at", "2017-09-18 13:48:40.761620"], ["updated_at", "2017-09-18 13:48:40.761620"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "demetris@bode.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "demetris@bode.biz"], ["encrypted_password", "$2a$04$GFGqq6tbe/s7eVaKiF1auu9iC.BW7rke6uQWsIUPV4A8FwN652dji"], ["created_at", "2017-09-18 13:48:40.774916"], ["updated_at", "2017-09-18 13:48:40.774916"], ["name", "Dr. Isom Heathcote"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Ring of Bright Water"], ["description", "Sint commodi dolor dolores at quasi esse animi. Iste quis dolor at autem quos ullam. Et qui rerum cupiditate sit omnis sit officiis. Repudiandae quod eaque velit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Aurelio Hyatt"], ["created_at", "2017-09-18 13:48:40.777045"], ["updated_at", "2017-09-18 13:48:40.777045"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "davin_gusikowski@olson.biz"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "davin_gusikowski@olson.biz"], ["encrypted_password", "$2a$04$h.6PAjdMHzDfs2p7piSf.uKTPHeMvxUUIdhi/ckkHHtETbO3jkKme"], ["created_at", "2017-09-18 13:48:40.788364"], ["updated_at", "2017-09-18 13:48:40.788364"], ["name", "Abigail Fritsch Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
SQL (0.5ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Sleep the Brave"], ["description", "Eos voluptate dolore quia est quam in. Nobis dolorum dolore enim aut voluptatibus qui aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Alvena Klocko DDS"], ["created_at", "2017-09-18 13:48:40.792406"], ["updated_at", "2017-09-18 13:48:40.792406"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rose@sawaynschulist.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rose@sawaynschulist.io"], ["encrypted_password", "$2a$04$qNKv1Y8pqtBd6fB.vyKfTOsu6.ERuZsXtTGCdoKS4XVZMEMntHXyy"], ["created_at", "2017-09-18 13:48:40.804795"], ["updated_at", "2017-09-18 13:48:40.804795"], ["name", "Reina Flatley Jr."], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Moon by Night"], ["description", "Perspiciatis aliquid aut a odit. Autem sed doloremque. Possimus illo maxime deleniti est amet. Et ad ea amet."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Tremayne Bauch"], ["created_at", "2017-09-18 13:48:40.806876"], ["updated_at", "2017-09-18 13:48:40.806876"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "heather_harris@bernier.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "heather_harris@bernier.name"], ["encrypted_password", "$2a$04$GGJR9an25VIOHe3HbEqFdemCxJFkgNlhpwFeWK88B0xBVnh1LSGYy"], ["created_at", "2017-09-18 13:48:40.820308"], ["updated_at", "2017-09-18 13:48:40.820308"], ["name", "Maxime Kessler"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "For a Breath I Tarry"], ["description", "Omnis consequatur ducimus deleniti. Quas accusamus et deserunt labore provident autem ipsam. At nulla eveniet sed magnam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Zane Feil"], ["created_at", "2017-09-18 13:48:40.822335"], ["updated_at", "2017-09-18 13:48:40.822335"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clair@harveyschamberger.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "clair@harveyschamberger.co"], ["encrypted_password", "$2a$04$Qqb4ix6yYoEtBbwHiHLM1u508iumVxjjcWGuu3DzD1WOmDMPpppI2"], ["created_at", "2017-09-18 13:48:40.835854"], ["updated_at", "2017-09-18 13:48:40.835854"], ["name", "Americo Frami"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "An Evil Cradling"], ["description", "Rerum voluptate esse. Blanditiis asperiores similique rerum quia quae inventore aut. Ut voluptatem sint veniam consequatur dolorum vel."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Clarissa Larson"], ["created_at", "2017-09-18 13:48:40.837912"], ["updated_at", "2017-09-18 13:48:40.837912"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nettie@fisherrolfson.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nettie@fisherrolfson.name"], ["encrypted_password", "$2a$04$kHK7jdHwCw.zvfKLqfS67.tHigbf.wTmUr7XVTkHsgPy575KYwG2u"], ["created_at", "2017-09-18 13:48:40.849749"], ["updated_at", "2017-09-18 13:48:40.849749"], ["name", "Kara Renner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "To Say Nothing of the Dog"], ["description", "Nihil id rerum tempore. Reprehenderit et qui accusamus."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Maribel Ondricka"], ["created_at", "2017-09-18 13:48:40.852767"], ["updated_at", "2017-09-18 13:48:40.852767"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mallie.jacobs@luettgenhowe.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mallie.jacobs@luettgenhowe.io"], ["encrypted_password", "$2a$04$zwP31j27fAkLwtBg/n4dguwoFB0NnwbmMOwdr7DtUGbI./QaiLImi"], ["created_at", "2017-09-18 13:48:40.863553"], ["updated_at", "2017-09-18 13:48:40.863553"], ["name", "Ilene Conroy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Great Work of Time"], ["description", "Nihil pariatur delectus. Officia ut autem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mateo Kilback"], ["created_at", "2017-09-18 13:48:40.865523"], ["updated_at", "2017-09-18 13:48:40.865523"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "josefa@harber.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "josefa@harber.biz"], ["encrypted_password", "$2a$04$NXWm4vpoTHIIaEa4vu6OCOclyA63znWyAkXCyo4shwpgCJFxMHJdC"], ["created_at", "2017-09-18 13:48:40.880884"], ["updated_at", "2017-09-18 13:48:40.880884"], ["name", "Daron Wisoky"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Jacob Have I Loved"], ["description", "Tenetur dolorem quos quo rerum voluptates. Illo consequatur quasi voluptas fuga officiis qui. Quas officia officiis inventore. Necessitatibus quibusdam earum voluptatibus ut fugit voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Miss Odessa Emard"], ["created_at", "2017-09-18 13:48:40.882974"], ["updated_at", "2017-09-18 13:48:40.882974"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "santa@damore.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "santa@damore.com"], ["encrypted_password", "$2a$04$niOfHPC7E/NS36ve9y1ZKuV5bINN9.7JJN.SPuBE2JICCOWyrZA6W"], ["created_at", "2017-09-18 13:48:40.896244"], ["updated_at", "2017-09-18 13:48:40.896244"], ["name", "Zachariah Smith"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Cricket on the Hearth"], ["description", "Minima praesentium quis. Ratione quia natus. Molestiae quas aut rerum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Annamarie Sawayn"], ["created_at", "2017-09-18 13:48:40.898313"], ["updated_at", "2017-09-18 13:48:40.898313"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (50.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "carmella@hettingerquigley.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "carmella@hettingerquigley.io"], ["encrypted_password", "$2a$04$KoVZ9LHfGYYXS8ByPHaQ.uAjB4mzK11/JQjK66eLMXvP1viQ0dSk."], ["created_at", "2017-09-18 13:48:41.085146"], ["updated_at", "2017-09-18 13:48:41.085146"], ["name", "Robin Schumm V"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "shaina@ebertcain.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "shaina@ebertcain.biz"], ["encrypted_password", "$2a$04$GG7x4/coWshwlX4sLax/dOQ7qiaLQZvggupN0dhuf4pGKqvsnJsnK"], ["created_at", "2017-09-18 13:48:41.093909"], ["updated_at", "2017-09-18 13:48:41.093909"], ["name", "Bernardo Bergstrom I"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rhett@morarparker.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rhett@morarparker.name"], ["encrypted_password", "$2a$04$Kh1jo1j9WfIF8gIZuUAD4u1XgAV4ALKiZBjQErZ9lUiiSxWMooSfm"], ["created_at", "2017-09-18 13:48:41.101732"], ["updated_at", "2017-09-18 13:48:41.101732"], ["name", "Ms. Kathryne Jerde"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "demond@fritsch.name"], ["LIMIT", 1]]
SQL (0.6ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "demond@fritsch.name"], ["encrypted_password", "$2a$04$TY90ee81xyuuR663odmGTube3RgRL.7IdsJ.vAMwzNS5aXsOoVzm."], ["created_at", "2017-09-18 13:48:41.112039"], ["updated_at", "2017-09-18 13:48:41.112039"], ["name", "Hermina Stehr"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "camila@mckenzie.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "camila@mckenzie.io"], ["encrypted_password", "$2a$04$/xsZ/tcRPOmDpu7PeYkFYuNAd.BmXlpC5i9uVV17hM7S960g4uw8W"], ["created_at", "2017-09-18 13:48:41.123720"], ["updated_at", "2017-09-18 13:48:41.123720"], ["name", "Claud Considine"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lorenz@weimann.biz"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lorenz@weimann.biz"], ["encrypted_password", "$2a$04$DZdQgvhKWI9yfPJJzXKVQetmQb8fsJXPiW3gZ6i0f8tcNBCvshCBS"], ["created_at", "2017-09-18 13:48:41.134172"], ["updated_at", "2017-09-18 13:48:41.134172"], ["name", "Guadalupe Pacocha"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "willie@collier.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "willie@collier.com"], ["encrypted_password", "$2a$04$T3Ppz5dGj2ndpqLxOGMb8OsG.nqVhPRXKO1QG0YgBX2akMKNEthp."], ["created_at", "2017-09-18 13:48:41.145316"], ["updated_at", "2017-09-18 13:48:41.145316"], ["name", "Veronica Buckridge"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (93.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "stephania.damore@fisherkshlerin.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "stephania.damore@fisherkshlerin.org"], ["encrypted_password", "$2a$04$aidGiqCpqqythkNJlhgoZubIj3gSMGMbuDQrsXIL4KtZgP4O9K0dS"], ["created_at", "2017-09-18 13:48:41.624050"], ["updated_at", "2017-09-18 13:48:41.624050"], ["name", "Earnestine Schaden II"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-18 10:48:41 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 13:48:41.632202"], ["last_sign_in_at", "2017-09-18 13:48:41.632202"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 13:48:41.632755"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (23.8ms)
Rendered layouts/shared/_header.html.erb (1.3ms)

Completed 200 OK in 3236ms (Views: 3234.4ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (73.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "darrick@gulgowski.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "darrick@gulgowski.io"], ["encrypted_password", "$2a$04$KY553MD3zuHm8V3vubh.aOJdMMnyA2WUasnnbNOVp8I8rZP6jodCm"], ["created_at", "2017-09-18 13:48:45.123318"], ["updated_at", "2017-09-18 13:48:45.123318"], ["name", "Leonel Altenwerth III"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-18 10:48:45 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 13:48:45.125420"], ["last_sign_in_at", "2017-09-18 13:48:45.125420"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 13:48:45.125885"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.9ms)
Rendered layouts/shared/_header.html.erb (0.3ms)

Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-18 10:48:45 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.5ms)
Rendered users/sessions/new.html.erb within layouts/application (151.0ms)

Completed 200 OK in 176ms (Views: 174.8ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (84.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.5ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'users';
 (51.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leda_herzog@connelly.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "leda_herzog@connelly.co"], ["encrypted_password", "$2a$04$31gDinocfRtsbwuxiQgwKO5jqNiFyrvNykmTZT62fArjDuL5mmwPq"], ["created_at", "2017-09-18 13:48:45.545508"], ["updated_at", "2017-09-18 13:48:45.545508"], ["name", "Samir Hamill"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-18 10:48:45 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 13:48:45.547556"], ["last_sign_in_at", "2017-09-18 13:48:45.547556"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 13:48:45.548008"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (1.2ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (70.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.2ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.5ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (52.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (63.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (53.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.1ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (50.7ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "harley@gusikowskirunolfsdottir.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "harley@gusikowskirunolfsdottir.info"], ["encrypted_password", "$2a$04$dExzby/YOU/IR5YM72AkOOyyp9m6E6S5E2KJvlLHmZ2GZx.f0rDxy"], ["created_at", "2017-09-18 13:48:46.578081"], ["updated_at", "2017-09-18 13:48:46.578081"], ["name", "Juana Rohan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dulce et Decorum Est"], ["description", "Totam consequatur quaerat. Debitis quis error veritatis. Reiciendis sed assumenda et dignissimos ut. Nihil porro reiciendis tempora."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Margarete Wisoky"], ["created_at", "2017-09-18 13:48:46.580049"], ["updated_at", "2017-09-18 13:48:46.580049"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (10.0ms)
Rendered books/edit.html.erb (36.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (52.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.3ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.4ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lukas_steuber@jast.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lukas_steuber@jast.biz"], ["encrypted_password", "$2a$04$ehK5LSS3XGpNjTVCIsBy5eb2L2x7JWmKgjvP0mJLno1XFEW71Zgqe"], ["created_at", "2017-09-18 13:48:46.834936"], ["updated_at", "2017-09-18 13:48:46.834936"], ["name", "Enoch Rutherford"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-18 13:48:46.836706"], ["updated_at", "2017-09-18 13:48:46.836706"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-18 13:48:46.838077"], ["updated_at", "2017-09-18 13:48:46.838077"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.7ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (107.6ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (68.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.4ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lloyd.cummings@jacobsonnader.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lloyd.cummings@jacobsonnader.info"], ["encrypted_password", "$2a$04$yFMuYDHh3U38tV.tf4tEXuEtM.MJicEIbPLKR2mqP.em9PcsO3mey"], ["created_at", "2017-09-18 13:48:47.099617"], ["updated_at", "2017-09-18 13:48:47.099617"], ["name", "Giovanny Hayes DDS"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.0ms)
Rendered books/new.html.erb (4.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (67.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (66.1ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-18 13:48:47.318501"], ["updated_at", "2017-09-18 13:48:47.318501"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (2.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (73.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (66.0ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.4ms)  DELETE FROM sqlite_sequence where name = 'users';
 (76.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cordia_mueller@wildermanjacobson.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "cordia_mueller@wildermanjacobson.info"], ["encrypted_password", "$2a$04$p.I5T64hZ65mHY0.8fXH0OGB0T7KvjlPMD8icZdK/xD7fYeKbAYdG"], ["created_at", "2017-09-18 13:48:47.587172"], ["updated_at", "2017-09-18 13:48:47.587172"], ["name", "Haleigh Heaney"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (6.1ms)
Rendered users/edit.html.erb (24.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (48.9ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.6ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$ukegxiJ0IzsnLTAewO9Nueag6IUv618OAiLDXoQGjGdWVIoBq9QqS"], ["created_at", "2017-09-18 13:48:47.800493"], ["updated_at", "2017-09-18 13:48:47.800493"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.8ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (73.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.6ms)
Rendered users/new.html.erb (5.4ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (48.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.2ms)
Rendered users/sessions/new.html.erb (8.8ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (56.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chadd.daniel@moorevolkman.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "chadd.daniel@moorevolkman.net"], ["encrypted_password", "$2a$04$pjmPPZZ03OYlgKai6n2m8eBCq392hVaufEim0OpFhVtulBnoofXdK"], ["created_at", "2017-09-18 13:48:48.430649"], ["updated_at", "2017-09-18 13:48:48.430649"], ["name", "Mrs. Karson Wunsch"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (72.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.4ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (74.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.2ms)  PRAGMA foreign_keys = 1
 (0.1ms)  SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "milford.rohan@hegmann.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "milford.rohan@hegmann.com"], ["encrypted_password", "$2a$04$QLDVlQBMT1VLTlwLgw.wDujV6kxSOfpVdL.MYkr3TKk9aINJ8aQV."], ["created_at", "2017-09-18 13:49:10.700445"], ["updated_at", "2017-09-18 13:49:10.700445"], ["name", "Madelynn Wiegand"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#index as HTML

Book Load (0.3ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."name" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 12], ["OFFSET", 0]]
active_model_serializers

Rendered ActiveModel::Serializer::CollectionSerializer with ActiveModel::Serializer::Adapter::JsonApi (4.18ms)

Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.5ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nicolas.hahn@labadie.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nicolas.hahn@labadie.com"], ["encrypted_password", "$2a$04$xZcIzbyWZBQZ7bXUxzooYecUNyQpF1Y.lspqmdBYaYZI2WK0HL4vC"], ["created_at", "2017-09-18 13:49:10.723791"], ["updated_at", "2017-09-18 13:49:10.723791"], ["name", "Leanna Little"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Stranger in a Strange Land"], ["description", "Hic modi adipisci. Magnam amet non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Arno Wilderman IV"], ["created_at", "2017-09-18 13:49:10.733801"], ["updated_at", "2017-09-18 13:49:10.733801"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by Api::V1Controller#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? AND "books"."id" = ? LIMIT ?  [["deleted", "f"], ["id", 1], ["LIMIT", 1]]
active_model_serializers

Rendered BookSerializer with ActiveModel::Serializer::Adapter::JsonApi (1.8ms)

Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (110.0ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "daija.considine@hamill.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "daija.considine@hamill.biz"], ["encrypted_password", "$2a$04$d6tg36JrgtMEMzG15q5VC.ZdM181vatm7lmQ34QYjioNPV1iWs6By"], ["created_at", "2017-09-18 13:49:11.028601"], ["updated_at", "2017-09-18 13:49:11.028601"], ["name", "Amari Littel"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "cydney_abernathy@borer.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "cydney_abernathy@borer.name"], ["encrypted_password", "$2a$04$e/qHZku2xsmhj9zqoCwbDuqQ4y3h.GYNQUEswuLpmeMV/AdWuQxEq"], ["created_at", "2017-09-18 13:49:11.032549"], ["updated_at", "2017-09-18 13:49:11.032549"], ["name", "Meggie Murphy"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "In a Glass Darkly"], ["description", "Consectetur vel molestiae earum voluptatem ab. Quaerat quibusdam aliquid unde eligendi temporibus modi. Dolores molestias voluptatem quisquam est iure animi cumque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Bennie Tremblay"], ["created_at", "2017-09-18 13:49:11.034808"], ["updated_at", "2017-09-18 13:49:11.034808"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/index.html.erb within layouts/application (0.5ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 10ms (Views: 4.6ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "hazel@marquardtbalistreri.co"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "hazel@marquardtbalistreri.co"], ["encrypted_password", "$2a$04$fAbEH1Z6Zsm170gYeoB9TewCwsQJoEy6zwn8R4Td9ezB1oLlJyik."], ["created_at", "2017-09-18 13:49:11.056530"], ["updated_at", "2017-09-18 13:49:11.056530"], ["name", "Dr. Dereck McClure"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "reilly@cruickshank.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "reilly@cruickshank.name"], ["encrypted_password", "$2a$04$US3WbC9/duXVosxwTNCy.Osg4YGVFGqqRZcyHlL4W75FvlRmy17cq"], ["created_at", "2017-09-18 13:49:11.062194"], ["updated_at", "2017-09-18 13:49:11.062194"], ["name", "Marcelle Kovacek MD"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Blue Remembered Earth"], ["description", "Et consequuntur unde nisi. Similique error quasi doloribus vel. Consequatur eos porro. Incidunt quaerat animi dolorem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Orion Mante"], ["created_at", "2017-09-18 13:49:11.064055"], ["updated_at", "2017-09-18 13:49:11.064055"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#show as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adeline@wilkinson.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "adeline@wilkinson.co"], ["encrypted_password", "$2a$04$CzlxRJLu/QrCDvipErrtde9M1yMaHsS4FlfrVDTOXqNnn6Bg/HDJa"], ["created_at", "2017-09-18 13:49:11.078943"], ["updated_at", "2017-09-18 13:49:11.078943"], ["name", "Waylon Considine"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "roselyn.schaefer@christiansengorczany.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "roselyn.schaefer@christiansengorczany.io"], ["encrypted_password", "$2a$04$TFdmnb5FeuyuAVPegpqxFuyqI.wNL7SkfuZFWpB5/CgRexPYCT2oC"], ["created_at", "2017-09-18 13:49:11.083079"], ["updated_at", "2017-09-18 13:49:11.083079"], ["name", "Rubie Rath"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/new.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leone@haag.name"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "leone@haag.name"], ["encrypted_password", "$2a$04$ivOpnsGZ/ncW8/tLKMawa.FgcaVAJhxA.B0RR6oHAAEIdcTrH9ufG"], ["created_at", "2017-09-18 13:49:11.095639"], ["updated_at", "2017-09-18 13:49:11.095639"], ["name", "Makenna Bradtke"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maude.flatley@wintheiser.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "maude.flatley@wintheiser.info"], ["encrypted_password", "$2a$04$9htIuaQW1tpjiR25S3N4I.HG6VI9DPg2mE1sMdtSVULyrZdMod5e6"], ["created_at", "2017-09-18 13:49:11.101808"], ["updated_at", "2017-09-18 13:49:11.101808"], ["name", "Leonel Beer"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Stranger in a Strange Land"], ["description", "Eius eveniet soluta facilis. Nulla suscipit reiciendis repudiandae modi earum nihil. Odio laboriosam libero voluptas aspernatur ut dolorem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Reynold Waters"], ["created_at", "2017-09-18 13:49:11.103592"], ["updated_at", "2017-09-18 13:49:11.103592"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#edit as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering books/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered books/edit.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jordane@faysporer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jordane@faysporer.org"], ["encrypted_password", "$2a$04$lRWZb985INyUPDnJsDDN0uKqhnhrrkRgxwdYT8bltsK6gBwyOD5iq"], ["created_at", "2017-09-18 13:49:11.117930"], ["updated_at", "2017-09-18 13:49:11.117930"], ["name", "Kaitlin Boyer"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "elroy@vonrueden.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "elroy@vonrueden.co"], ["encrypted_password", "$2a$04$0eVjyD2LmiPLFETqixnL9OxuwPvsFdCrFZWZy1gfGnEDUydUQo.r."], ["created_at", "2017-09-18 13:49:11.122117"], ["updated_at", "2017-09-18 13:49:11.122117"], ["name", "Sigmund Abshire"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Madonna Stokes", "description"=>"Aut minima earum repellendus praesentium. Doloremque praesentium quo et sint. Molestiae dolorem recusandae. Atque sunt incidunt voluptas quaerat omnis aut.", "image"=>"http://lorempixel.com/200/200", "name"=>"Waiting for the Barbarians", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Waiting for the Barbarians"], ["description", "Aut minima earum repellendus praesentium. Doloremque praesentium quo et sint. Molestiae dolorem recusandae. Atque sunt incidunt voluptas quaerat omnis aut."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Madonna Stokes"], ["created_at", "2017-09-18 13:49:11.133666"], ["updated_at", "2017-09-18 13:49:11.133666"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jett_walsh@lesch.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jett_walsh@lesch.com"], ["encrypted_password", "$2a$04$cAqtZs6wXGFUTcfLOsDGOuOrRhf5Z.Qad3aK41RbOXYvEcFLNKaMK"], ["created_at", "2017-09-18 13:49:11.143435"], ["updated_at", "2017-09-18 13:49:11.143435"], ["name", "Ms. Ramiro Dietrich"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "emilio_murazik@crooks.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "emilio_murazik@crooks.co"], ["encrypted_password", "$2a$04$cs6RxYmG37SlcKtwes4qTuuKPtz5l3mWIm.PcY9hXcVN2vnhfyFD."], ["created_at", "2017-09-18 13:49:11.147285"], ["updated_at", "2017-09-18 13:49:11.147285"], ["name", "Dana Brakus"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Jonathan Simonis", "description"=>"Ut earum aut numquam. Qui molestiae explicabo recusandae. Autem unde iste commodi reiciendis. Sint quod et accusamus eveniet atque.", "image"=>"http://lorempixel.com/200/200", "name"=>"Tiger! Tiger!", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Tiger! Tiger!"], ["description", "Ut earum aut numquam. Qui molestiae explicabo recusandae. Autem unde iste commodi reiciendis. Sint quod et accusamus eveniet atque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jonathan Simonis"], ["created_at", "2017-09-18 13:49:11.151138"], ["updated_at", "2017-09-18 13:49:11.151138"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

Book Load (0.1ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "maymie_corkery@kaulke.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "maymie_corkery@kaulke.co"], ["encrypted_password", "$2a$04$2PT37e74FC0T3rR3m3fZ3.eoU0Bhb4NXWaWPvgAC.2fxpO7Mc8kSO"], ["created_at", "2017-09-18 13:49:11.165007"], ["updated_at", "2017-09-18 13:49:11.165007"], ["name", "Gustave Mueller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "herminio.quigley@considine.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "herminio.quigley@considine.com"], ["encrypted_password", "$2a$04$8c9UQLZqvHvxJibMbZZfiO2WCDRZxNHPnCBRFjlemzqji1DAKVHoC"], ["created_at", "2017-09-18 13:49:11.169263"], ["updated_at", "2017-09-18 13:49:11.169263"], ["name", "Ms. Nya Goyette"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#create as HTML

Parameters: {"book"=>{"author"=>"Trenton Yundt", "description"=>"Doloribus quia aliquam natus recusandae accusantium.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/new.html.erb within layouts/application
Rendered books/new.html.erb within layouts/application (0.1ms)

Completed 200 OK in 3ms (Views: 0.6ms | ActiveRecord: 0.2ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "micaela@hermiston.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "micaela@hermiston.org"], ["encrypted_password", "$2a$04$7mb/VVshhURrtQ446abdWuZO09w7eeHAFROd67cnPoahX.bQ67C5q"], ["created_at", "2017-09-18 13:49:11.185157"], ["updated_at", "2017-09-18 13:49:11.185157"], ["name", "Lilyan O'Kon"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kristopher@pagac.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "kristopher@pagac.org"], ["encrypted_password", "$2a$04$lrKGvdMWDf6OTATeEywAYOKvuq8dc.sU68QMQT3FKpzBL5Ju5EEMq"], ["created_at", "2017-09-18 13:49:11.189125"], ["updated_at", "2017-09-18 13:49:11.189125"], ["name", "Francesco Schowalter"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In a Glass Darkly"], ["description", "Iste suscipit sequi aliquid officiis. Voluptatibus sed voluptatem omnis. Inventore in sapiente repellat quasi. Voluptatem enim hic."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Adam Emmerich"], ["created_at", "2017-09-18 13:49:11.191151"], ["updated_at", "2017-09-18 13:49:11.191151"], ["user_id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"name"=>"werter meira"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "books" SET "name" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["name", "werter meira"], ["updated_at", "2017-09-18 13:49:11.195535"], ["id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 5ms (ActiveRecord: 0.6ms)

Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" ORDER BY "books"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "giovanni@crist.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "giovanni@crist.com"], ["encrypted_password", "$2a$04$oGxdzAn8jkV6y.DyFQxdvO2MqaIjgRaNRUFJQpuHBSQ4X5DB1PFBy"], ["created_at", "2017-09-18 13:49:11.209026"], ["updated_at", "2017-09-18 13:49:11.209026"], ["name", "Camille Hartmann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jordon_rath@veumzemlak.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jordon_rath@veumzemlak.co"], ["encrypted_password", "$2a$04$2MWPXVNuxGMcZUHbd.K7kebGIcgbFQGWjoiwb727mUOpW.AfmWkia"], ["created_at", "2017-09-18 13:49:11.213078"], ["updated_at", "2017-09-18 13:49:11.213078"], ["name", "Alec Jacobi"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Painted Veil"], ["description", "Laborum voluptatem explicabo libero autem a. Omnis quia et sit fuga ut. Qui placeat qui ut cupiditate eum."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Justice Bradtke"], ["created_at", "2017-09-18 13:49:11.215176"], ["updated_at", "2017-09-18 13:49:11.215176"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Justice Bradtke", "description"=>"Laborum voluptatem explicabo libero autem a. Omnis quia et sit fuga ut. Qui placeat qui ut cupiditate eum.", "image"=>"http://lorempixel.com/200/200", "name"=>"The Painted Veil", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books/1 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "clint_mante@brekke.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "clint_mante@brekke.biz"], ["encrypted_password", "$2a$04$V5hTK425EFBGCTiSR6WsA.XmnHMnhtdB6.Gu4cudUr13m5UwLZSbW"], ["created_at", "2017-09-18 13:49:11.230027"], ["updated_at", "2017-09-18 13:49:11.230027"], ["name", "Deron Gaylord"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wilmer@kunzemetz.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "wilmer@kunzemetz.info"], ["encrypted_password", "$2a$04$vABLndwjfQ.bxLmBXWw7ZOj/GnF/k.EwjqHn.6QhCnEd0RmEy6ydm"], ["created_at", "2017-09-18 13:49:11.234126"], ["updated_at", "2017-09-18 13:49:11.234126"], ["name", "Octavia Sawayn"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "This Lime Tree Bower"], ["description", "Repellendus sapiente officia rerum mollitia. Deserunt voluptatem est consequatur quo autem et."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Nya Kirlin"], ["created_at", "2017-09-18 13:49:11.236374"], ["updated_at", "2017-09-18 13:49:11.236374"], ["user_id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#update as HTML

Parameters: {"book"=>{"author"=>"Marcia Ledner", "description"=>"Aliquam culpa odit.", "image"=>"http://lorempixel.com/200/200", "name"=>"1", "status"=>"true"}, "id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
 (0.1ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering books/edit.html.erb within layouts/application
Rendered books/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 3ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lavern_spencer@batz.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lavern_spencer@batz.info"], ["encrypted_password", "$2a$04$2jKXsi56naLCz4m/MZWlwOGdMlScDn91ld1CcfXY91liJsa1v1u1a"], ["created_at", "2017-09-18 13:49:11.252135"], ["updated_at", "2017-09-18 13:49:11.252135"], ["name", "Brendon Franecki"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "aleandro@streichcorkery.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "aleandro@streichcorkery.biz"], ["encrypted_password", "$2a$04$2ZC4bsLB.IWucFi9uLOAf.TjSww6m.fAxm13ZIP1Ft4SdgV8xeHOW"], ["created_at", "2017-09-18 13:49:11.257126"], ["updated_at", "2017-09-18 13:49:11.257126"], ["name", "Edwina Koss"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Wealth of Nations"], ["description", "Eos fugiat qui numquam sunt. Dolores id quos iste autem itaque fuga perspiciatis. Delectus voluptatem aut excepturi totam dolores repudiandae fugiat. Libero et deserunt qui culpa cum sint voluptas."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mr. Judd Feeney"], ["created_at", "2017-09-18 13:49:11.260452"], ["updated_at", "2017-09-18 13:49:11.260452"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.0ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 13:49:11.269907"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  SELECT COUNT(*) FROM "books" WHERE "books"."deleted" = ?  [["deleted", "f"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.3ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "candido@hartmann.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "candido@hartmann.org"], ["encrypted_password", "$2a$04$TXHoo8fdKi6/Af8AeoCPLeQGE./GgmFQDDjiHmwxrW1hylj6gSay6"], ["created_at", "2017-09-18 13:49:11.281353"], ["updated_at", "2017-09-18 13:49:11.281353"], ["name", "Laron Klein"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "polly@quigleylind.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "polly@quigleylind.co"], ["encrypted_password", "$2a$04$KvA/BPjEB34xov4lT/lW3.fo7hSrdperRJtWiGd0lKXn0C6MKXfSy"], ["created_at", "2017-09-18 13:49:11.285314"], ["updated_at", "2017-09-18 13:49:11.285314"], ["name", "Bill Kirlin"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.1ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "The Last Temptation"], ["description", "Iusto ea hic et ut a. Nisi cumque iure. Aspernatur tempore molestiae quod laborum accusantium. Assumenda ut sit ab consequatur."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Ms. Henderson Goodwin"], ["created_at", "2017-09-18 13:49:11.287043"], ["updated_at", "2017-09-18 13:49:11.287043"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#destroy as HTML

Parameters: {"id"=>"1"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Book Load (0.1ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "books" SET "deleted" = ?, "updated_at" = ? WHERE "books"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 13:49:11.290424"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/books Completed 302 Found in 3ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (59.9ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "leanna.gutmann@gottlieb.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "leanna.gutmann@gottlieb.info"], ["encrypted_password", "$2a$04$ZgrOgkTp/KVE6EOR22t7GO65A7v4wGV53Fp5qPI.xPaiawQM4os66"], ["created_at", "2017-09-18 13:49:11.494307"], ["updated_at", "2017-09-18 13:49:11.494307"], ["name", "Ariel Pacocha"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Cover Her Face"], ["description", "Non sed excepturi in quia explicabo nihil a. Et doloribus quo sed sit."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Watson Armstrong"], ["created_at", "2017-09-18 13:49:11.496322"], ["updated_at", "2017-09-18 13:49:11.496322"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#index as HTML

Rendering frontend/index.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/index.html.erb within layouts/frontend (0.7ms)
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.

Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ella_powlowski@cronin.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ella_powlowski@cronin.biz"], ["encrypted_password", "$2a$04$ZAmSKNOIF/XkN9TP8FeT0OWi6NgR0IPup4wAQuMlPi5fu8jGkgbL2"], ["created_at", "2017-09-18 13:49:11.512806"], ["updated_at", "2017-09-18 13:49:11.512806"], ["name", "Winston Hirthe"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?)  [["name", "Sleep the Brave"], ["description", "Laboriosam sed eum sapiente fuga possimus. Repellat autem alias aliquid fuga nihil autem deserunt. Temporibus inventore itaque et nobis explicabo neque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Theresa Fritsch"], ["created_at", "2017-09-18 13:49:11.514806"], ["updated_at", "2017-09-18 13:49:11.514806"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#book as HTML

Parameters: {"id"=>"1"}
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."id" = ? LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering frontend/book.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/book.html.erb within layouts/frontend (0.7ms)

Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "devin@homenick.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "devin@homenick.net"], ["encrypted_password", "$2a$04$HTfxA/rkISt3gAZrgxnDV.izY6iMYXcS7OA5mQKcUpuqzPycAVSda"], ["created_at", "2017-09-18 13:49:11.528852"], ["updated_at", "2017-09-18 13:49:11.528852"], ["name", "Dr. Darien Mueller"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by FrontendController#books as HTML

Rendering frontend/books.html.erb within layouts/frontend
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered frontend/books.html.erb within layouts/frontend (0.4ms)

Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (85.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaron@roobharris.net"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jaron@roobharris.net"], ["encrypted_password", "$2a$04$FkbHotINy5LVhgzDw0q6sOT.swB1HUHanvvWZeqerJtTBwee758Va"], ["created_at", "2017-09-18 13:49:11.781125"], ["updated_at", "2017-09-18 13:49:11.781125"], ["name", "Hettie Aufderhar"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$RP/sIQ3gMxUpHXXCcUgO5uMv70lwFckDIypObP3KcK2jETTUlzSxe"], ["created_at", "2017-09-18 13:49:11.791275"], ["updated_at", "2017-09-18 13:49:11.791275"], ["name", "Ms. Thaddeus Hansen"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

User Load (0.4ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/index.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/index.html.erb within layouts/application (0.9ms)

Completed 200 OK in 11ms (Views: 5.6ms | ActiveRecord: 0.4ms)

 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adriana_pouros@ruecker.name"], ["LIMIT", 1]]
SQL (0.7ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "adriana_pouros@ruecker.name"], ["encrypted_password", "$2a$04$I4j.P7ebqbIdcW6yF5VEL.OmrvZMDbQAFOVLpXR3uUE1IqjN6nvtK"], ["created_at", "2017-09-18 13:49:11.820708"], ["updated_at", "2017-09-18 13:49:11.820708"], ["name", "Stanford Harvey PhD"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$zSHr2NU7epezM6Mvto7SWOxHg.zs6R7ZV1paCRA0Da3/4uBgGwvIK"], ["created_at", "2017-09-18 13:49:11.828210"], ["updated_at", "2017-09-18 13:49:11.828210"], ["name", "Norris Grant"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#show as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/show.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/show.html.erb within layouts/application (0.4ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.2ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "gladyce@crist.io"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "gladyce@crist.io"], ["encrypted_password", "$2a$04$7C9Ez6WfDD8tmeN6ko0zL.PEvlzqdBUu92w13Ken2vp.NgMTV1UXa"], ["created_at", "2017-09-18 13:49:11.841339"], ["updated_at", "2017-09-18 13:49:11.841339"], ["name", "Rylan Greenholt"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#new as HTML

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
Rendering users/new.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/new.html.erb within layouts/application (0.5ms)

Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "joany_stoltenberg@gerhold.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "joany_stoltenberg@gerhold.io"], ["encrypted_password", "$2a$04$innZuRs.fVxln/otnRsQvuWAS7Za4uVxmCJiOWUUg9GytNXOV/EAu"], ["created_at", "2017-09-18 13:49:11.854552"], ["updated_at", "2017-09-18 13:49:11.854552"], ["name", "Aiyana Erdman"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$IokevXcn6wLFgmuaq4cHPuDmmn42w/bK2uNIYiXJPuV9AdWq.BZxq"], ["created_at", "2017-09-18 13:49:11.858245"], ["updated_at", "2017-09-18 13:49:11.858245"], ["name", "Muriel Pfannerstill"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#edit as HTML

Parameters: {"id"=>"2"}
User Load (0.2ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
Rendering users/edit.html.erb within layouts/application
Template rendering was prevented by rspec-rails. Use `render_views` to verify rendered view contents if necessary.
Rendered users/edit.html.erb within layouts/application (0.5ms)

Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "zion@schulistbaumbach.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "zion@schulistbaumbach.name"], ["encrypted_password", "$2a$04$rGDD7T.IYKxYNaUS67yISuLqWvfQrccVl4VQrggmCYbBDSC7hyS7."], ["created_at", "2017-09-18 13:49:11.873168"], ["updated_at", "2017-09-18 13:49:11.873168"], ["name", "Dr. Orrin Berge"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"mack@medhurst.name", "name"=>"Mr. Damaris Blick", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$0ld63TUdF6oxlvQISSV4MeQNj5uSYrV.wblAHLNkh3ubIBTdAI7pS"], ["created_at", "2017-09-18 13:49:11.880309"], ["updated_at", "2017-09-18 13:49:11.880309"], ["name", "Mr. Damaris Blick"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 7ms (ActiveRecord: 0.8ms)

 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "heloise.gusikowski@schumm.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "heloise.gusikowski@schumm.co"], ["encrypted_password", "$2a$04$xUp/zkRH6RXQo4cKkR/yZO42yjZvZoNR3uInUfd7y9Nsd/66nu.Pe"], ["created_at", "2017-09-18 13:49:11.891660"], ["updated_at", "2017-09-18 13:49:11.891660"], ["name", "Enrique Kutch DVM"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"mack@medhurst.name", "name"=>"Orpha Corkery", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$9WcjppZEncsfJ0QKg2s6qelv0S6VUsAspCwbWmKs1.jCYFa7Pl41K"], ["created_at", "2017-09-18 13:49:11.897741"], ["updated_at", "2017-09-18 13:49:11.897741"], ["name", "Orpha Corkery"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)

User Load (0.2ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sharon@zemlakhills.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "sharon@zemlakhills.io"], ["encrypted_password", "$2a$04$DfP8Pls.YHIT3a8iGIc3IexPK35C97b1UzsX5/UhYXJx/bkpvnkRi"], ["created_at", "2017-09-18 13:49:11.910554"], ["updated_at", "2017-09-18 13:49:11.910554"], ["name", "Simeon Predovic"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"invalidemail", "name"=>"Wilber Schmidt", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"true"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kade@hintzlesch.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kade@hintzlesch.info"], ["encrypted_password", "$2a$04$FX9zMaGIxjG2VC1F3iFoFeGrcaYvp3KZ.2xWRz3ur3MjJYpklkwFO"], ["created_at", "2017-09-18 13:49:11.927713"], ["updated_at", "2017-09-18 13:49:11.927713"], ["name", "Aletha Hansen"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#create as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Miss Conrad Haag", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "invalidemail"], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/new.html.erb within layouts/application
Rendered users/new.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.3ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jed@rowewiza.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "jed@rowewiza.info"], ["encrypted_password", "$2a$04$LLtvSRJ9rAxhz0DfcrxduObx3tJaYtHl9B82IM7wX8lI7QBFqv4Sa"], ["created_at", "2017-09-18 13:49:11.945592"], ["updated_at", "2017-09-18 13:49:11.945592"], ["name", "Pattie Weimann"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$X2ZY.w4WXm6JR6TefXArT.8gb5UqzLBV1iYFA9K8BWEH2yj5DADE2"], ["created_at", "2017-09-18 13:49:11.949379"], ["updated_at", "2017-09-18 13:49:11.949379"], ["name", "Lemuel Walsh"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"kurtis_jakubowski@torphy.org", "name"=>"werter meira", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "kurtis_jakubowski@torphy.org"], ["id", 2], ["LIMIT", 1]]
SQL (0.1ms)  UPDATE "users" SET "name" = ?, "email" = ?, "encrypted_password" = ?, "admin" = ?, "status" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["name", "werter meira"], ["email", "kurtis_jakubowski@torphy.org"], ["encrypted_password", "$2a$04$wsXWRlEE3X9ZYecSl2dAmu/Iv7rsk3RcFztbuhL2Phgi5ZG8iOrfi"], ["admin", "t"], ["status", "f"], ["updated_at", "2017-09-18 13:49:11.955770"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)

User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
User Load (0.1ms)  SELECT  "users".* FROM "users" ORDER BY "users"."id" DESC LIMIT ?  [["LIMIT", 1]]
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "kimberly.torp@gleichner.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "kimberly.torp@gleichner.co"], ["encrypted_password", "$2a$04$r0KpxPMljTmyAU307OyEG..mAdWySaP9PeWyliQzHs7MT821zsqUm"], ["created_at", "2017-09-18 13:49:11.966134"], ["updated_at", "2017-09-18 13:49:11.966134"], ["name", "Roderick Kohler"], ["status", "t"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$LVGy01LsmJ837DcTR.JSyOgiElEGVNsWZ4Hk7XzyHzpdlppNGk6s."], ["created_at", "2017-09-18 13:49:11.969953"], ["updated_at", "2017-09-18 13:49:11.969953"], ["name", "Marley Dach"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"true", "email"=>"mack@medhurst.name", "name"=>"Marley Dach", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "encrypted_password" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["encrypted_password", "$2a$04$a2mbxBtjgrstY.XdHlLIT.Odnjc28.lXgrSZFO6.lgN3ipAo7ZnuS"], ["updated_at", "2017-09-18 13:49:11.975502"], ["id", 2]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users/2 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)

 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "max@littel.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "max@littel.org"], ["encrypted_password", "$2a$04$O4VkrTz1PaSvANexNFuslOmAjQIxz5TEZvJ/ne3iBD8wdAzABIP/m"], ["created_at", "2017-09-18 13:49:11.987850"], ["updated_at", "2017-09-18 13:49:11.987850"], ["name", "Josiane Robel IV"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$r77leN9qxEOphvb5vyD0z.KIbbxcV6oBgoDFd9zTHWhcneiaeLtse"], ["created_at", "2017-09-18 13:49:11.991791"], ["updated_at", "2017-09-18 13:49:11.991791"], ["name", "Jamil VonRueden"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#update as HTML

Parameters: {"user"=>{"admin"=>"false", "email"=>"invalidemail", "name"=>"Terrance McKenzie", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "status"=>"false"}, "id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? AND ("users"."id" != ?) LIMIT ?  [["email", "invalidemail"], ["id", 2], ["LIMIT", 1]]
 (0.0ms)  ROLLBACK TO SAVEPOINT active_record_1
Rendering users/edit.html.erb within layouts/application
Rendered users/edit.html.erb within layouts/application (0.0ms)

Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.3ms)

 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lamont@hane.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "lamont@hane.net"], ["encrypted_password", "$2a$04$goCIGZOAFwdUZuYeP22Dp.6/eh2UJ7R5mAU2.8GbZ3W9kKT5tkkP."], ["created_at", "2017-09-18 13:49:12.006658"], ["updated_at", "2017-09-18 13:49:12.006658"], ["name", "Jeromy Kreiger"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "admin") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$q3QJdBj8/.HwOIYsXctlO.eHbCISxJUjGnpWXeG5z87NgXsk1mPUi"], ["created_at", "2017-09-18 13:49:12.010614"], ["updated_at", "2017-09-18 13:49:12.010614"], ["name", "Miss Alycia Weber"], ["admin", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 13:49:12.014610"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  SELECT COUNT(*) FROM "users" WHERE "users"."deleted" = ?  [["deleted", "t"]]
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.4ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nola@quigley.name"], ["LIMIT", 1]]
SQL (0.5ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "nola@quigley.name"], ["encrypted_password", "$2a$04$zWNGSuuFpJqwlxZg5SqLOupJzVhovl9osAgOMhR2tRDJFCgy09V6e"], ["created_at", "2017-09-18 13:49:12.024852"], ["updated_at", "2017-09-18 13:49:12.024852"], ["name", "Napoleon Lowe"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "mack@medhurst.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "mack@medhurst.name"], ["encrypted_password", "$2a$04$vKkzyP2uo1vL996LxslB5.UM9RtHkT8DXVimO9oolnUX/NAjv1v/W"], ["created_at", "2017-09-18 13:49:12.029747"], ["updated_at", "2017-09-18 13:49:12.029747"], ["name", "Mr. Savanna Feest"], ["status", "t"]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#destroy as HTML

Parameters: {"id"=>"2"}
User Load (0.1ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC LIMIT ?  [["id", 1], ["LIMIT", 1]]
User Load (0.0ms)  SELECT  "users".* FROM "users" WHERE "users"."id" = ? LIMIT ?  [["id", 2], ["LIMIT", 1]]
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.1ms)  UPDATE "users" SET "deleted" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["deleted", "t"], ["updated_at", "2017-09-18 13:49:12.033104"], ["id", 2]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Redirected to test.host/admin/users Completed 302 Found in 3ms (ActiveRecord: 0.3ms)

 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (60.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "isaiah@hudsonboehm.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "isaiah@hudsonboehm.org"], ["encrypted_password", "$2a$04$pMFeTEaVhEqbqQKQiavEV.kt.5FcVzKxb5LTLx6xZ6XtJ8kSKHhDS"], ["created_at", "2017-09-18 13:49:12.238176"], ["updated_at", "2017-09-18 13:49:12.238176"], ["name", "Lurline Pollich II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "What's Become of Waring"], ["description", "Dolorem ut ea. Quo itaque officiis maiores qui quas autem. Aut neque sint ipsum minima totam eos. Hic minus beatae illo saepe vel necessitatibus nam."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Dr. Frida Powlowski"], ["created_at", "2017-09-18 13:49:12.240242"], ["updated_at", "2017-09-18 13:49:12.240242"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ceasar@kertzmannwest.co"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ceasar@kertzmannwest.co"], ["encrypted_password", "$2a$04$Q.ErUMPzGte645vjuzhEieY5wgmp/KBzLD/nLdSZWLOQdz5hn8ige"], ["created_at", "2017-09-18 13:49:12.249319"], ["updated_at", "2017-09-18 13:49:12.249319"], ["name", "Hubert Bailey"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Parliament of Man"], ["description", "Consectetur numquam temporibus quisquam similique ad. Dolor velit rerum. Et voluptas quasi corporis omnis officiis consequatur. Recusandae et assumenda dolorem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jon Gottlieb"], ["created_at", "2017-09-18 13:49:12.251329"], ["updated_at", "2017-09-18 13:49:12.251329"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "books"
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delta_halvorson@dietrich.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "delta_halvorson@dietrich.name"], ["encrypted_password", "$2a$04$N1j1OdQhbrGvRF095WER8ubZGHyJOF8bvk/x253KGArfR5rObmmzO"], ["created_at", "2017-09-18 13:49:12.260610"], ["updated_at", "2017-09-18 13:49:12.260610"], ["name", "Lacy Corwin"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Surprised by Joy"], ["description", "Excepturi repellat omnis quos corrupti corporis iste quo. Totam id temporibus modi."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Kaylin Thiel"], ["created_at", "2017-09-18 13:49:12.262780"], ["updated_at", "2017-09-18 13:49:12.262780"], ["user_id", 1]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "beth_ruel@christiansencormier.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "beth_ruel@christiansencormier.net"], ["encrypted_password", "$2a$04$um3bsKMKdiPJHy4v/MIRWeDvJ0cRBa/VQygD.UL14rwbzOOn2Y0r2"], ["created_at", "2017-09-18 13:49:12.273875"], ["updated_at", "2017-09-18 13:49:12.273875"], ["name", "Liam Ortiz"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Endless Night"], ["description", "Maiores sint non vel. Facilis deleniti voluptatem et in. Sit dicta in aperiam autem quidem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Franco Russel II"], ["created_at", "2017-09-18 13:49:12.275874"], ["updated_at", "2017-09-18 13:49:12.275874"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "lambert@metzhahn.net"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "lambert@metzhahn.net"], ["encrypted_password", "$2a$04$W//hTB0cUCE3FBYhEJ97YOB6NLsOy/2tZkHKT5OruypauJi6RhnWa"], ["created_at", "2017-09-18 13:49:12.289028"], ["updated_at", "2017-09-18 13:49:12.289028"], ["name", "Priscilla Schaefer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Dance Dance Dance"], ["description", "Dignissimos voluptatem veritatis assumenda commodi. Quo eveniet vel."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Golden Denesik"], ["created_at", "2017-09-18 13:49:12.291280"], ["updated_at", "2017-09-18 13:49:12.291280"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "dock.franecki@ledner.com"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "dock.franecki@ledner.com"], ["encrypted_password", "$2a$04$/z15WLbR.88IopE4qZiUouYm9VfBLZM1njv8FAMewWYyxkfTzl0ei"], ["created_at", "2017-09-18 13:49:12.302570"], ["updated_at", "2017-09-18 13:49:12.302570"], ["name", "Margot Feest II"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "That Hideous Strength"], ["description", "Non suscipit consequatur. Repudiandae sed assumenda id consectetur. Molestiae iusto quae velit est nulla."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Wilburn Toy"], ["created_at", "2017-09-18 13:49:12.305688"], ["updated_at", "2017-09-18 13:49:12.305688"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "armand_grady@bailey.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "armand_grady@bailey.org"], ["encrypted_password", "$2a$04$Y/.kEDf9iGfCUWsTb5OdU.arL4RefxeOlD3bgbX5aO4hMPDO3wK5e"], ["created_at", "2017-09-18 13:49:12.318283"], ["updated_at", "2017-09-18 13:49:12.318283"], ["name", "Ebony Bogisich"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Far From the Madding Crowd"], ["description", "Laudantium cupiditate sit quo quidem qui commodi in. Est corporis autem. Quam optio sit est dolor non."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Jasper Corkery"], ["created_at", "2017-09-18 13:49:12.320286"], ["updated_at", "2017-09-18 13:49:12.320286"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ryleigh@jacobi.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ryleigh@jacobi.biz"], ["encrypted_password", "$2a$04$HgHX/Hqi7yWoyrAnSEx.1OqDHHXRhTkXQKhDFsCmHZSun6n0E3Pje"], ["created_at", "2017-09-18 13:49:12.333611"], ["updated_at", "2017-09-18 13:49:12.333611"], ["name", "Friedrich Skiles"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Oh! To be in England"], ["description", "Ipsam et aliquam. Voluptas et quas non molestias. Sunt commodi alias sit sed illo impedit autem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Lavinia Leffler V"], ["created_at", "2017-09-18 13:49:12.335676"], ["updated_at", "2017-09-18 13:49:12.335676"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.2ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "nona@cremin.info"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "nona@cremin.info"], ["encrypted_password", "$2a$04$Pd1TxsYp79b.o6bQGLZ83.lYJ5FJg/31BHHUNyidPudpOTxRFCXHq"], ["created_at", "2017-09-18 13:49:12.348592"], ["updated_at", "2017-09-18 13:49:12.348592"], ["name", "Shanie Weissnat"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "The Other Side of Silence"], ["description", "Aliquid tenetur rerum. Sunt nostrum ipsam perspiciatis dolorem rerum earum. Et exercitationem dolorem dignissimos sed eligendi incidunt ea."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Mayra Tillman"], ["created_at", "2017-09-18 13:49:12.350797"], ["updated_at", "2017-09-18 13:49:12.350797"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "otho.stroman@reinger.name"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "otho.stroman@reinger.name"], ["encrypted_password", "$2a$04$BmE5k5LpkaBe30/XZbiEY.Th1TngX/96wp0AQSlnwhphghGjx0Wsq"], ["created_at", "2017-09-18 13:49:12.362777"], ["updated_at", "2017-09-18 13:49:12.362777"], ["name", "Grayson Lockman"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.6ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Time To Murder And Create"], ["description", "Perspiciatis magni consectetur ea voluptatem. Dolor sunt quam iure quisquam quod."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Samir Johnston"], ["created_at", "2017-09-18 13:49:12.365558"], ["updated_at", "2017-09-18 13:49:12.365558"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "harvey.okuneva@cummeratadonnelly.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "harvey.okuneva@cummeratadonnelly.com"], ["encrypted_password", "$2a$04$XrtlO4KqGkGP5B8yyqhDeetzt0HIOwGUzDz7EzWwkXnLrn2ruZkb2"], ["created_at", "2017-09-18 13:49:12.378216"], ["updated_at", "2017-09-18 13:49:12.378216"], ["name", "Aryanna Hackett"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Terrible Swift Sword"], ["description", "Saepe et fuga dolores atque eligendi repellendus. Ut quidem occaecati sed nulla eaque."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Humberto Stanton"], ["created_at", "2017-09-18 13:49:12.380297"], ["updated_at", "2017-09-18 13:49:12.380297"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "janae@konopelski.co"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "janae@konopelski.co"], ["encrypted_password", "$2a$04$gv1wJRqZhPhAn2kfwBv.gOdThK0.DFxmDbID0RW8Xs9CCHJVAOCxm"], ["created_at", "2017-09-18 13:49:12.396655"], ["updated_at", "2017-09-18 13:49:12.396655"], ["name", "Lucius Donnelly"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "In Death Ground"], ["description", "Nemo vero harum. Nemo consequatur explicabo."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Arnulfo Bartoletti"], ["created_at", "2017-09-18 13:49:12.398707"], ["updated_at", "2017-09-18 13:49:12.398707"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.4ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rod@nienow.io"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "rod@nienow.io"], ["encrypted_password", "$2a$04$5tQ6QaBs3kF5866xJQjWeOULFiNulDSVPRC54ITKbKuFV.4gcwvoW"], ["created_at", "2017-09-18 13:49:12.412909"], ["updated_at", "2017-09-18 13:49:12.412909"], ["name", "Ms. Cydney Quigley"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Moab Is My Washpot"], ["description", "Ex velit et ad eveniet voluptatum. Quia ducimus in dolor."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Houston Altenwerth"], ["created_at", "2017-09-18 13:49:12.415026"], ["updated_at", "2017-09-18 13:49:12.415026"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (62.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.2ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "ola.dicki@monahan.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "ola.dicki@monahan.biz"], ["encrypted_password", "$2a$04$RJRImiQBHT4Tyaw4jNXNYOgKRf8wSdxkIthDSqn4GRQWt4yrzcC4S"], ["created_at", "2017-09-18 13:49:12.636398"], ["updated_at", "2017-09-18 13:49:12.636398"], ["name", "Erika Hilpert"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  SELECT COUNT(*) FROM "users"
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "tabitha@fisher.biz"], ["LIMIT", 1]]
SQL (0.3ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "tabitha@fisher.biz"], ["encrypted_password", "$2a$04$o0Mv.ygdJ3bXng0YFPl4H.iG.FuT8oOCj41ezcy5KM3zoZ2zCHEsm"], ["created_at", "2017-09-18 13:49:12.645196"], ["updated_at", "2017-09-18 13:49:12.645196"], ["name", "Dina Mitchell"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "luisa_stiedemann@bradtkeschamberger.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "luisa_stiedemann@bradtkeschamberger.com"], ["encrypted_password", "$2a$04$/tHfLPrExtN4SDn73Ryb9eh737mP03CtYuQ4iqtId8bvdx05JFT26"], ["created_at", "2017-09-18 13:49:12.653563"], ["updated_at", "2017-09-18 13:49:12.653563"], ["name", "Floyd Wehner"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "jaleel@kreiger.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "jaleel@kreiger.name"], ["encrypted_password", "$2a$04$adAWbR8bzKA6r/bArcSrveZZneVVFwWJRDNnTZPPH170mf/zHAikG"], ["created_at", "2017-09-18 13:49:12.663534"], ["updated_at", "2017-09-18 13:49:12.663534"], ["name", "Miss Verner Predovic"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.3ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "adan.upton@mayer.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "adan.upton@mayer.org"], ["encrypted_password", "$2a$04$BWeRWG61sjZNbIwvkbhmWOmvJ.aTGjn1QvYBPBUpfKxgUoY7yfCiq"], ["created_at", "2017-09-18 13:49:12.675417"], ["updated_at", "2017-09-18 13:49:12.675417"], ["name", "Dolores Marquardt"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "phoebe@goodwin.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "phoebe@goodwin.com"], ["encrypted_password", "$2a$04$jY5DuOtwSOVA/8kXVIDHDOFyW9Jt2yeG89fuw0qw8bV/mfQNTQCsC"], ["created_at", "2017-09-18 13:49:12.685380"], ["updated_at", "2017-09-18 13:49:12.685380"], ["name", "Miss Lucius Bernier"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "sadye@hickle.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status") VALUES (?, ?, ?, ?, ?, ?)  [["email", "sadye@hickle.net"], ["encrypted_password", "$2a$04$DypN3FlDxPedvYW.3k8VROHVf1L4p.uQcPa6mCW2qF62VzOlTfWwe"], ["created_at", "2017-09-18 13:49:12.698019"], ["updated_at", "2017-09-18 13:49:12.698019"], ["name", "Ms. Isidro Beer"], ["status", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (148.6ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (77.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "precious@moen.name"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "precious@moen.name"], ["encrypted_password", "$2a$04$s2CLbcKnLsHhzI1s.jwZCuAfvIWOJuZ5aFj.cixCFjPyZFSD1ewCG"], ["created_at", "2017-09-18 13:49:13.076296"], ["updated_at", "2017-09-18 13:49:13.076296"], ["name", "Nash Runte"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/books” for 127.0.0.1 at 2017-09-18 10:49:13 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 13:49:13.084478"], ["last_sign_in_at", "2017-09-18 13:49:13.084478"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 13:49:13.084951"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by BooksController#index as HTML

Rendering books/index.html.erb within layouts/application
Book Load (0.2ms)  SELECT  "books".* FROM "books" WHERE "books"."deleted" = ? ORDER BY "books"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered books/index.html.erb within layouts/application (3.6ms)
Rendered layouts/shared/_header.html.erb (1.0ms)

Completed 200 OK in 274ms (Views: 272.5ms | ActiveRecord: 0.2ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (117.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (154.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.4ms)  DELETE FROM "ar_internal_metadata";
 (0.5ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.2ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "patricia_hoeger@tremblay.net"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "patricia_hoeger@tremblay.net"], ["encrypted_password", "$2a$04$p1A/cYQdX8QVI6.3JpSnAeGzC8tY4q9o.R4oDD7R2M/adms1AG.fC"], ["created_at", "2017-09-18 13:49:13.723334"], ["updated_at", "2017-09-18 13:49:13.723334"], ["name", "Ashton Conroy"], ["status", "t"], ["admin", "t"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-18 10:49:13 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.4ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 13:49:13.727075"], ["last_sign_in_at", "2017-09-18 13:49:13.727075"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 13:49:13.727805"], ["id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.3ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (3.0ms)
Rendered layouts/shared/_header.html.erb (0.4ms)

Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.3ms) Started GET “/users/sign_in” for 127.0.0.1 at 2017-09-18 10:49:13 -0300 Processing by Devise::SessionsController#new as HTML

Rendering users/sessions/new.html.erb within layouts/application
Rendered users/shared/_links.html.erb (1.0ms)
Rendered users/sessions/new.html.erb within layouts/application (28.4ms)

Completed 200 OK in 35ms (Views: 33.1ms | ActiveRecord: 0.0ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (64.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.0ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "rylan@stehrlarkin.org"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "rylan@stehrlarkin.org"], ["encrypted_password", "$2a$04$PLQ/CsBFMjfXmLMm1hBrfeqPeWeGQcBQsb23kggucjhnV.E/O9YAm"], ["created_at", "2017-09-18 13:49:14.012166"], ["updated_at", "2017-09-18 13:49:14.012166"], ["name", "Cesar Heller"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1

Started GET “/admin/users” for 127.0.0.1 at 2017-09-18 10:49:14 -0300

 (0.1ms)  SAVEPOINT active_record_1
SQL (0.2ms)  UPDATE "users" SET "sign_in_count" = ?, "current_sign_in_at" = ?, "last_sign_in_at" = ?, "current_sign_in_ip" = ?, "last_sign_in_ip" = ?, "updated_at" = ? WHERE "users"."id" = ?  [["sign_in_count", 1], ["current_sign_in_at", "2017-09-18 13:49:14.014212"], ["last_sign_in_at", "2017-09-18 13:49:14.014212"], ["current_sign_in_ip", "127.0.0.1"], ["last_sign_in_ip", "127.0.0.1"], ["updated_at", "2017-09-18 13:49:14.014680"], ["id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1

Processing by UsersController#index as HTML

Rendering users/index.html.erb within layouts/application
User Load (0.5ms)  SELECT  "users".* FROM "users" WHERE "users"."deleted" = ? ORDER BY "users"."id" ASC LIMIT ? OFFSET ?  [["deleted", "f"], ["LIMIT", 10], ["OFFSET", 0]]
Rendered users/index.html.erb within layouts/application (2.5ms)
Rendered layouts/shared/_header.html.erb (0.2ms)

Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.5ms)

 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (58.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (66.3ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (63.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.9ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (61.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (66.0ms)  DELETE FROM "users";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.2ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (97.7ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (54.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (55.0ms)  DELETE FROM "ar_internal_metadata";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  rollback transaction
 (0.2ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.0ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (65.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.8ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (77.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "francis@little.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "francis@little.info"], ["encrypted_password", "$2a$04$T7nLB8yhY4V6wfls6koFGOLoTW4c63.HnBty/K6JVuMmcn10NZACC"], ["created_at", "2017-09-18 13:49:15.178003"], ["updated_at", "2017-09-18 13:49:15.178003"], ["name", "Filiberto Bogan"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Vanity Fair"], ["description", "Ut autem sapiente molestiae odit officia quasi. Voluptas mollitia dolor veniam voluptatem."], ["image", "http://lorempixel.com/200/200"], ["status", "t"], ["author", "Frederik Huels"], ["created_at", "2017-09-18 13:49:15.179869"], ["updated_at", "2017-09-18 13:49:15.179869"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
Rendering books/edit.html.erb
Rendered books/_form.html.erb (6.5ms)
Rendered books/edit.html.erb (16.1ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (66.8ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (76.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "robb_moore@hellerheaney.net"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "robb_moore@hellerheaney.net"], ["encrypted_password", "$2a$04$4hf36bW6sLrXVnRafwFxPeRG9Z6ofrwUKRvfKy4InwmOWTm4S1wKy"], ["created_at", "2017-09-18 13:49:15.422178"], ["updated_at", "2017-09-18 13:49:15.422178"], ["name", "Isabell Zulauf"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-18 13:49:15.423929"], ["updated_at", "2017-09-18 13:49:15.423929"], ["user_id", 1]]
 (0.0ms)  RELEASE SAVEPOINT active_record_1
 (0.0ms)  SAVEPOINT active_record_1
SQL (0.2ms)  INSERT INTO "books" ("name", "description", "image", "status", "author", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText123456789"], ["image", "Image"], ["status", "t"], ["author", "Author"], ["created_at", "2017-09-18 13:49:15.425523"], ["updated_at", "2017-09-18 13:49:15.425523"], ["user_id", 1]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/index.html.erb
Rendered books/index.html.erb (1.6ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (66.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "marisa@fahey.info"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name", "status", "admin") VALUES (?, ?, ?, ?, ?, ?, ?)  [["email", "marisa@fahey.info"], ["encrypted_password", "$2a$04$Kv93TTHNF/B3d8BrH0zL7u/nz9sR0nqVX/w21EAFOtXuKMTZWHYpq"], ["created_at", "2017-09-18 13:49:15.644434"], ["updated_at", "2017-09-18 13:49:15.644434"], ["name", "Chance Klein"], ["status", "t"], ["admin", "t"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/new.html.erb
Rendered books/_form.html.erb (4.0ms)
Rendered books/new.html.erb (4.8ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (57.4ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.6ms)  DELETE FROM "users";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.7ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
SQL (0.3ms)  INSERT INTO "books" ("name", "description", "image", "author", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?)  [["name", "Name"], ["description", "MyText12345567"], ["image", "Image"], ["author", "Author"], ["created_at", "2017-09-18 13:49:15.854326"], ["updated_at", "2017-09-18 13:49:15.854326"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering books/show.html.erb
Rendered books/show.html.erb (1.0ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (62.0ms)  DELETE FROM "books";
 (0.3ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.6ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (65.9ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "delaney@friesen.biz"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "delaney@friesen.biz"], ["encrypted_password", "$2a$04$CHrTxBQyqRahs4KqmjsgAOJxxr6pmBQ4lRk4vlf9H/BiFjLNEVzXu"], ["created_at", "2017-09-18 13:49:16.065918"], ["updated_at", "2017-09-18 13:49:16.065918"], ["name", "Jayce Paucek"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/edit.html.erb
Rendered users/_form.html.erb (5.6ms)
Rendered users/edit.html.erb (15.9ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (57.1ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (65.9ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.1ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "wertermeira@gmail.com"], ["LIMIT", 1]]
SQL (0.2ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "wertermeira@gmail.com"], ["encrypted_password", "$2a$04$jLJee.EDskoJfmcBWNiDf.As.hs4mUUkveOtRPhAdlR0vS0c2DRCG"], ["created_at", "2017-09-18 13:49:16.275876"], ["updated_at", "2017-09-18 13:49:16.275876"], ["name", "werter meira"]]
 (0.1ms)  RELEASE SAVEPOINT active_record_1
Rendering users/index.html.erb
Rendered users/index.html.erb (1.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (62.3ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (54.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (54.8ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.2ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/new.html.erb
Rendered users/_form.html.erb (4.5ms)
Rendered users/new.html.erb (5.3ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.1ms)  PRAGMA foreign_keys = OFF
 (60.2ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (54.7ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (88.1ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.0ms)  commit transaction
 (0.0ms)  begin transaction
Rendering users/sessions/new.html.erb
Rendered users/shared/_links.html.erb (1.2ms)
Rendered users/sessions/new.html.erb (7.2ms)
 (0.1ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (72.4ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (79.4ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (52.6ms)  DELETE FROM "ar_internal_metadata";
 (0.4ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.3ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1
 (0.1ms)  begin transaction
 (0.1ms)  commit transaction
 (0.1ms)  begin transaction
 (0.1ms)  SAVEPOINT active_record_1
User Exists (0.2ms)  SELECT  1 AS one FROM "users" WHERE "users"."email" = ? LIMIT ?  [["email", "chaz_feil@auer.com"], ["LIMIT", 1]]
SQL (0.4ms)  INSERT INTO "users" ("email", "encrypted_password", "created_at", "updated_at", "name") VALUES (?, ?, ?, ?, ?)  [["email", "chaz_feil@auer.com"], ["encrypted_password", "$2a$04$QyHGv9D/zKmjLs/06jWdkexKcun8852VCss2aBbOIDru0Ax1tu/iO"], ["created_at", "2017-09-18 13:49:16.917664"], ["updated_at", "2017-09-18 13:49:16.917664"], ["name", "Darrick Baumbach"]]
 (0.2ms)  RELEASE SAVEPOINT active_record_1
Rendering users/show.html.erb
Rendered users/show.html.erb (1.3ms)
 (0.2ms)  rollback transaction
 (0.1ms)  PRAGMA foreign_keys
 (0.0ms)  PRAGMA foreign_keys = OFF
 (71.5ms)  DELETE FROM "books";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'books';
 (90.5ms)  DELETE FROM "users";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'users';
 (63.6ms)  DELETE FROM "ar_internal_metadata";
 (0.2ms)  SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';
 (0.1ms)  DELETE FROM sqlite_sequence where name = 'ar_internal_metadata';
 (0.1ms)  PRAGMA foreign_keys = 1